Skip to content

Commit

Permalink
Updated copyright year and headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Oct 1, 2024
1 parent 8228e01 commit 31e7e1d
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Martina Morris, University of Washington

The 'statnet' development team

Copyright 2007-2023
Copyright 2007-2024
2 changes: 1 addition & 1 deletion R/Welford.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
#' A Welford accumulator for sample mean and variance
#'
Expand Down
2 changes: 1 addition & 1 deletion R/cite.utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
# ---- BEGIN STATNET CITATION FUNCTIONS ----

Expand Down
2 changes: 1 addition & 1 deletion R/control.utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
.autodetect_dep_warn <- local({
warned <- c()
Expand Down
2 changes: 1 addition & 1 deletion R/deprecation_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################

#' @name deprecation-utilities
Expand Down
2 changes: 1 addition & 1 deletion R/formula.utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
###################################################################
## This file has utilities whose primary purpose is examining or ##
Expand Down
2 changes: 1 addition & 1 deletion R/locator.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
#' A simple dictionary to cache recent InitFunction lookups.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/logspace.utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
#' Utilities for performing calculations on logarithmic scale.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/matrix.utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
#' Test if the object is a matrix that is symmetric and positive definite
#'
Expand Down
2 changes: 1 addition & 1 deletion R/mcmc-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
#' @name mcmc-utilities
#' @title Utility operations for [`mcmc.list`] objects
Expand Down
2 changes: 1 addition & 1 deletion R/misc.utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
#' reorder vector v into order determined by matching the names of its elements
#' to a vector of names
Expand Down
2 changes: 1 addition & 1 deletion R/startup.utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
## .who.loaded.me <- function(){
## top.call <- sys.calls()[[1L]] # Grab the top-level call.
Expand Down
2 changes: 1 addition & 1 deletion R/string.utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################

#' Concatenates the elements of a vector (optionaly enclosing them in quotation
Expand Down
2 changes: 1 addition & 1 deletion R/wmatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
#' A data matrix with row weights
#'
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
.onUnload <- function(libpath){
library.dynam.unload("statnet.common",libpath)
Expand Down
2 changes: 1 addition & 1 deletion inst/templates/snctrl.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2007-2023 Statnet Commons
# Copyright 2007-2024 Statnet Commons
################################################################################
# This document provides a template for exporting a package's
# control.* functions to be visible to snctrl() and providing a
Expand Down
2 changes: 1 addition & 1 deletion src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* open source, and has the attribution requirements (GPL Section 7) at
* https://statnet.org/attribution .
*
* Copyright 2007-2023 Statnet Commons
* Copyright 2007-2024 Statnet Commons
*/
#include <R.h>
#include <Rinternals.h>
Expand Down
2 changes: 1 addition & 1 deletion src/logspace_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* open source, and has the attribution requirements (GPL Section 7) at
* https://statnet.org/attribution .
*
* Copyright 2007-2023 Statnet Commons
* Copyright 2007-2024 Statnet Commons
*/
#include<R.h>
#include<Rmath.h>
Expand Down

0 comments on commit 31e7e1d

Please sign in to comment.