Skip to content

Commit 5f3fd93

Browse files
committed
Updated copyright headers.
1 parent 6343c3a commit 5f3fd93

18 files changed

Lines changed: 86 additions & 86 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Martina Morris, University of Washington
3737

3838
The 'statnet' development team
3939

40-
Copyright 2007-2024
40+
Copyright 2007-2025

R/Welford.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# File R/Welford.R in package statnet.common, part of the
2-
# Statnet suite of packages for network analysis, https://statnet.org .
1+
# File R/Welford.R in package statnet.common, part of the Statnet suite of
2+
# packages for network analysis, https://statnet.org .
33
#
4-
# This software is distributed under the GPL-3 license. It is free,
5-
# open source, and has the attribution requirements (GPL Section 7) at
4+
# This software is distributed under the GPL-3 license. It is free, open
5+
# source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2007-2024 Statnet Commons
8+
# Copyright 2007-2025 Statnet Commons
99
################################################################################
1010
#' A Welford accumulator for sample mean and variance
1111
#'

R/cite.utilities.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# File R/cite.utilities.R in package statnet.common, part of the
2-
# Statnet suite of packages for network analysis, https://statnet.org .
1+
# File R/cite.utilities.R in package statnet.common, part of the Statnet suite
2+
# of packages for network analysis, https://statnet.org .
33
#
4-
# This software is distributed under the GPL-3 license. It is free,
5-
# open source, and has the attribution requirements (GPL Section 7) at
4+
# This software is distributed under the GPL-3 license. It is free, open
5+
# source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2007-2024 Statnet Commons
8+
# Copyright 2007-2025 Statnet Commons
99
################################################################################
1010
# ---- BEGIN STATNET CITATION FUNCTIONS ----
1111

R/control.utilities.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# File R/control.utilities.R in package statnet.common, part of the
2-
# Statnet suite of packages for network analysis, https://statnet.org .
1+
# File R/control.utilities.R in package statnet.common, part of the Statnet
2+
# suite of packages for network analysis, https://statnet.org .
33
#
4-
# This software is distributed under the GPL-3 license. It is free,
5-
# open source, and has the attribution requirements (GPL Section 7) at
4+
# This software is distributed under the GPL-3 license. It is free, open
5+
# source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2007-2024 Statnet Commons
8+
# Copyright 2007-2025 Statnet Commons
99
################################################################################
1010
.autodetect_dep_warn <- local({
1111
warned <- c()

R/deprecation_utils.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# File R/deprecation_utils.R in package statnet.common, part of the
2-
# Statnet suite of packages for network analysis, https://statnet.org .
1+
# File R/deprecation_utils.R in package statnet.common, part of the Statnet
2+
# suite of packages for network analysis, https://statnet.org .
33
#
4-
# This software is distributed under the GPL-3 license. It is free,
5-
# open source, and has the attribution requirements (GPL Section 7) at
4+
# This software is distributed under the GPL-3 license. It is free, open
5+
# source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2007-2024 Statnet Commons
8+
# Copyright 2007-2025 Statnet Commons
99
################################################################################
1010

1111
#' @name deprecation-utilities

R/formula.utilities.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# File R/formula.utilities.R in package statnet.common, part of the
2-
# Statnet suite of packages for network analysis, https://statnet.org .
1+
# File R/formula.utilities.R in package statnet.common, part of the Statnet
2+
# suite of packages for network analysis, https://statnet.org .
33
#
4-
# This software is distributed under the GPL-3 license. It is free,
5-
# open source, and has the attribution requirements (GPL Section 7) at
4+
# This software is distributed under the GPL-3 license. It is free, open
5+
# source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2007-2024 Statnet Commons
8+
# Copyright 2007-2025 Statnet Commons
99
################################################################################
1010
###################################################################
1111
## This file has utilities whose primary purpose is examining or ##

R/locator.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# File R/locator.R in package statnet.common, part of the
2-
# Statnet suite of packages for network analysis, https://statnet.org .
1+
# File R/locator.R in package statnet.common, part of the Statnet suite of
2+
# packages for network analysis, https://statnet.org .
33
#
4-
# This software is distributed under the GPL-3 license. It is free,
5-
# open source, and has the attribution requirements (GPL Section 7) at
4+
# This software is distributed under the GPL-3 license. It is free, open
5+
# source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2007-2024 Statnet Commons
8+
# Copyright 2007-2025 Statnet Commons
99
################################################################################
1010
#' A simple dictionary to cache recent InitFunction lookups.
1111
#'

R/logspace.utils.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# File R/logspace.utils.R in package statnet.common, part of the
2-
# Statnet suite of packages for network analysis, https://statnet.org .
1+
# File R/logspace.utils.R in package statnet.common, part of the Statnet suite
2+
# of packages for network analysis, https://statnet.org .
33
#
4-
# This software is distributed under the GPL-3 license. It is free,
5-
# open source, and has the attribution requirements (GPL Section 7) at
4+
# This software is distributed under the GPL-3 license. It is free, open
5+
# source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2007-2024 Statnet Commons
8+
# Copyright 2007-2025 Statnet Commons
99
################################################################################
1010
#' Utilities for performing calculations on logarithmic scale.
1111
#'

R/matrix.utils.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# File R/matrix.utils.R in package statnet.common, part of the
2-
# Statnet suite of packages for network analysis, https://statnet.org .
1+
# File R/matrix.utils.R in package statnet.common, part of the Statnet suite
2+
# of packages for network analysis, https://statnet.org .
33
#
4-
# This software is distributed under the GPL-3 license. It is free,
5-
# open source, and has the attribution requirements (GPL Section 7) at
4+
# This software is distributed under the GPL-3 license. It is free, open
5+
# source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2007-2024 Statnet Commons
8+
# Copyright 2007-2025 Statnet Commons
99
################################################################################
1010
#' Test if the object is a matrix that is symmetric and positive definite
1111
#'

R/mcmc-utils.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# File R/mcmc-utils.R in package statnet.common, part of the
2-
# Statnet suite of packages for network analysis, https://statnet.org .
1+
# File R/mcmc-utils.R in package statnet.common, part of the Statnet suite of
2+
# packages for network analysis, https://statnet.org .
33
#
4-
# This software is distributed under the GPL-3 license. It is free,
5-
# open source, and has the attribution requirements (GPL Section 7) at
4+
# This software is distributed under the GPL-3 license. It is free, open
5+
# source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2007-2024 Statnet Commons
8+
# Copyright 2007-2025 Statnet Commons
99
################################################################################
1010
#' @name mcmc-utilities
1111
#' @title Utility operations for [`mcmc.list`][coda::mcmc.list] objects

0 commit comments

Comments
 (0)