Skip to content

Commit

Permalink
Updated copyright headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Nov 5, 2024
1 parent ef9db60 commit a9e2a60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/testthat/test-geodistn.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# File tests/testthat/test-geodistn.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
# This software is distributed under the GPL-3 license. It is free,
# open source, and has the attribution requirements (GPL Section 7) at
# https://statnet.org/attribution .
#
# Copyright 2003-2024 Statnet Commons
################################################################################
geodist <- function(M){
n <- nrow(M)
R <- M
Expand Down

0 comments on commit a9e2a60

Please sign in to comment.