From a9e65bc18cc639925c91e2eb7591a566a43fb5a0 Mon Sep 17 00:00:00 2001
From: "Pavel N. Krivitsky"
Date: Sat, 15 Jun 2024 17:21:56 +1000
Subject: [PATCH] Updated copyright year and headers.
---
LICENSE | 2 +-
R/InitErgmReference.R | 2 +-
R/InitWtErgmProposal.R | 2 +-
R/InitWtErgmTerm.R | 2 +-
R/data.R | 2 +-
R/ergm.count-package.R | 2 +-
R/zzz.R | 2 +-
inst/NEWS.Rd | 2 +-
man-roxygen/ergmProposal-general.R | 2 +-
man-roxygen/ergmReference-general.R | 2 +-
man-roxygen/ergmTerm-general.R | 2 +-
src/include_stubs.c | 2 +-
src/init.c | 2 +-
src/wtMHproposals.c | 2 +-
src/wtchangestats.c | 2 +-
src/wtchangestats.h | 2 +-
tests/testthat.R | 2 +-
tests/testthat/test-valued-fit.R | 2 +-
tests/testthat/test-valued-sim.R | 2 +-
19 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/LICENSE b/LICENSE
index c13faf0..6c64379 100644
--- a/LICENSE
+++ b/LICENSE
@@ -36,4 +36,4 @@ Martina Morris, University of Washington
The 'statnet' development team
-Copyright 2008-2022
+Copyright 2008-2024
diff --git a/R/InitErgmReference.R b/R/InitErgmReference.R
index c7b7e67..7b16f67 100644
--- a/R/InitErgmReference.R
+++ b/R/InitErgmReference.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
#' @templateVar name Poisson
diff --git a/R/InitWtErgmProposal.R b/R/InitWtErgmProposal.R
index d2b6598..8510c0b 100644
--- a/R/InitWtErgmProposal.R
+++ b/R/InitWtErgmProposal.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
#' @templateVar name Disc
diff --git a/R/InitWtErgmTerm.R b/R/InitWtErgmTerm.R
index 6b5ddfb..ae7fd14 100644
--- a/R/InitWtErgmTerm.R
+++ b/R/InitWtErgmTerm.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
#' @templateVar name CMP
diff --git a/R/data.R b/R/data.R
index fd8b514..dc1d509 100644
--- a/R/data.R
+++ b/R/data.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
#' Karate club social network of Zachary (1977)
#'
diff --git a/R/ergm.count-package.R b/R/ergm.count-package.R
index 1b20a49..f435fd7 100644
--- a/R/ergm.count-package.R
+++ b/R/ergm.count-package.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
#' Fit, Simulate and Diagnose Exponential-Family Models for Networks with Count
#' Edges
diff --git a/R/zzz.R b/R/zzz.R
index 8cf45e6..da3e606 100644
--- a/R/zzz.R
+++ b/R/zzz.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
#' @import statnet.common network ergm
#' @useDynLib ergm.count
diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd
index 315be73..a9b4316 100644
--- a/inst/NEWS.Rd
+++ b/inst/NEWS.Rd
@@ -5,7 +5,7 @@
% open source, and has the attribution requirements (GPL Section 7) at
% https://statnet.org/attribution .
%
-% Copyright 2008-2022 Statnet Commons
+% Copyright 2008-2024 Statnet Commons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{NEWS}
\title{NEWS file for the \code{\link[=ergm.count-package]{ergm.count}} package}
diff --git a/man-roxygen/ergmProposal-general.R b/man-roxygen/ergmProposal-general.R
index 9d7f510..a330167 100644
--- a/man-roxygen/ergmProposal-general.R
+++ b/man-roxygen/ergmProposal-general.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
#' <% name <- if(startsWith(name, "'")) substr(name, 2, 1000) else name %>
#' @name <%= name %>-ergmProposal
diff --git a/man-roxygen/ergmReference-general.R b/man-roxygen/ergmReference-general.R
index 53d6348..f27ca9b 100644
--- a/man-roxygen/ergmReference-general.R
+++ b/man-roxygen/ergmReference-general.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
#' <% name <- if(startsWith(name, "'")) substr(name, 2, 1000) else name %>
#' @name <%= name %>-ergmReference
diff --git a/man-roxygen/ergmTerm-general.R b/man-roxygen/ergmTerm-general.R
index fe2eaa0..e42cf06 100644
--- a/man-roxygen/ergmTerm-general.R
+++ b/man-roxygen/ergmTerm-general.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
#' <% name <- if(startsWith(name, "'")) substr(name, 2, 1000) else name %>
#' @name <%= name %>-ergmTerm
diff --git a/src/include_stubs.c b/src/include_stubs.c
index e13933e..1ff42d7 100644
--- a/src/include_stubs.c
+++ b/src/include_stubs.c
@@ -5,6 +5,6 @@
* open source, and has the attribution requirements (GPL Section 7) at
* https://statnet.org/attribution .
*
- * Copyright 2008-2022 Statnet Commons
+ * Copyright 2008-2024 Statnet Commons
*/
#include "ergm_stubs.c"
diff --git a/src/init.c b/src/init.c
index 598d367..baa4cdd 100644
--- a/src/init.c
+++ b/src/init.c
@@ -5,7 +5,7 @@
* open source, and has the attribution requirements (GPL Section 7) at
* https://statnet.org/attribution .
*
- * Copyright 2008-2022 Statnet Commons
+ * Copyright 2008-2024 Statnet Commons
*/
#include // for NULL
#include
diff --git a/src/wtMHproposals.c b/src/wtMHproposals.c
index f7c5bed..10f9f70 100644
--- a/src/wtMHproposals.c
+++ b/src/wtMHproposals.c
@@ -5,7 +5,7 @@
* open source, and has the attribution requirements (GPL Section 7) at
* https://statnet.org/attribution .
*
- * Copyright 2008-2022 Statnet Commons
+ * Copyright 2008-2024 Statnet Commons
*/
#include "ergm_wtMHproposal.h"
diff --git a/src/wtchangestats.c b/src/wtchangestats.c
index a28db09..ebe5036 100644
--- a/src/wtchangestats.c
+++ b/src/wtchangestats.c
@@ -5,7 +5,7 @@
* open source, and has the attribution requirements (GPL Section 7) at
* https://statnet.org/attribution .
*
- * Copyright 2008-2022 Statnet Commons
+ * Copyright 2008-2024 Statnet Commons
*/
#include "wtchangestats.h"
diff --git a/src/wtchangestats.h b/src/wtchangestats.h
index 9fe9bc1..7f09012 100644
--- a/src/wtchangestats.h
+++ b/src/wtchangestats.h
@@ -5,7 +5,7 @@
* open source, and has the attribution requirements (GPL Section 7) at
* https://statnet.org/attribution .
*
- * Copyright 2008-2022 Statnet Commons
+ * Copyright 2008-2024 Statnet Commons
*/
#ifndef WTCHANGESTATS_H
#define WTCHANGESTATS_H
diff --git a/tests/testthat.R b/tests/testthat.R
index c2e57b6..0e9772e 100644
--- a/tests/testthat.R
+++ b/tests/testthat.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
library(testthat)
library(ergm.count)
diff --git a/tests/testthat/test-valued-fit.R b/tests/testthat/test-valued-fit.R
index cb4d126..bc68a3b 100644
--- a/tests/testthat/test-valued-fit.R
+++ b/tests/testthat/test-valued-fit.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
test_that("Poisson-reference ERGM fit", {
set.seed(0)
diff --git a/tests/testthat/test-valued-sim.R b/tests/testthat/test-valued-sim.R
index 7ea3f00..a584109 100644
--- a/tests/testthat/test-valued-sim.R
+++ b/tests/testthat/test-valued-sim.R
@@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
-# Copyright 2008-2022 Statnet Commons
+# Copyright 2008-2024 Statnet Commons
################################################################################
testnet3d <- network.initialize(3, directed=TRUE) # 6 dyads
testnet3u <- network.initialize(3, directed=FALSE) # 3 dyads