aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2019-12-05 21:18:41 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2019-12-05 21:18:41 -0800
commit1df18a09c7785df1d6b616c0fd4fceb4461e2670 (patch)
tree424adc8e5228a51e09bbd3f8f47cb3f3e26e36c0
parentsync-distfiles.sh: better rotation of INDEX files to verify changes (diff)
downloadmastermirror-scripts-1df18a09c7785df1d6b616c0fd4fceb4461e2670.tar.gz
mastermirror-scripts-1df18a09c7785df1d6b616c0fd4fceb4461e2670.tar.bz2
mastermirror-scripts-1df18a09c7785df1d6b616c0fd4fceb4461e2670.zip
Update copyrights
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--README3
-rwxr-xr-xclean-old-deltas.py2
-rwxr-xr-xdatestamp.sh2
-rwxr-xr-xegenchangelog2.py2
-rwxr-xr-xgen-report-whitelist-xml.py2
-rwxr-xr-xgen-report-xml.py2
-rwxr-xr-xgenerate-distfiles-reports.sh2
-rwxr-xr-xprint-exclusion-list.sh2
-rwxr-xr-xrsync-gen.sh2
-rw-r--r--rsync-gen.vars2
-rwxr-xr-xsign-autobuilds.sh2
-rwxr-xr-xsnapshots-create.sh2
-rwxr-xr-xsync-distfiles.sh2
-rwxr-xr-xsync-experimental.sh2
-rwxr-xr-xsync-masterdistfiles-mirror.sh2
-rwxr-xr-xtimestamp-releases.sh2
-rwxr-xr-xtimestamp-rsync.sh2
-rwxr-xr-xverify-digests.sh2
18 files changed, 19 insertions, 18 deletions
diff --git a/README b/README
index e1d9a66..7ce2209 100644
--- a/README
+++ b/README
@@ -12,5 +12,6 @@ repository.
- private keys
- other secure key material
-Copyright 2005-2015 Gentoo Foundation; Distributed under the GPL v2
+Copyright 2005-2019 Gentoo Authors; Distributed under the GPL v2
Might be earlier copyright, no history available.
+Some files copyright by other explicit authors.
diff --git a/clean-old-deltas.py b/clean-old-deltas.py
index 3972eae..b12f79b 100755
--- a/clean-old-deltas.py
+++ b/clean-old-deltas.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2011-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2011-2015 Gentoo Authors; Distributed under the GPL v2
import os,sys
if len(sys.argv) != 4:
diff --git a/datestamp.sh b/datestamp.sh
index 5adad9f..9b789ca 100755
--- a/datestamp.sh
+++ b/datestamp.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2011-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2011-2016 Gentoo Authors; Distributed under the GPL v2
umask 022 # ensure globally readable perms on new files for rsyncd
diff --git a/egenchangelog2.py b/egenchangelog2.py
index 74d788a..e0cd7f6 100755
--- a/egenchangelog2.py
+++ b/egenchangelog2.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# pylint: disable=line-too-long,missing-docstring,invalid-name
# vim:noet sts=4 ts=4
-# Copyright 2016 Robin Johnson <robbat2@gentoo.org>
+# Copyright 2016 Robin H. Johnson <robbat2@gentoo.org>; Distributed under the GPL v2
# Implementation of https://wiki.gentoo.org/wiki/User:Robbat2:ChangeLog-Generation
diff --git a/gen-report-whitelist-xml.py b/gen-report-whitelist-xml.py
index 541e150..2618275 100755
--- a/gen-report-whitelist-xml.py
+++ b/gen-report-whitelist-xml.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2014-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2014-2015 Gentoo Authors; Distributed under the GPL v2
from __future__ import unicode_literals
diff --git a/gen-report-xml.py b/gen-report-xml.py
index bc26101..0d17b2d 100755
--- a/gen-report-xml.py
+++ b/gen-report-xml.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2014-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2014-2016 Gentoo Authors; Distributed under the GPL v2
from __future__ import unicode_literals
diff --git a/generate-distfiles-reports.sh b/generate-distfiles-reports.sh
index 9134ef5..1362218 100755
--- a/generate-distfiles-reports.sh
+++ b/generate-distfiles-reports.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2014-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2014-2015 Gentoo Authors; Distributed under the GPL v2
DATADIR="/data/gmirror-distfiles"
SCRIPTDIR="/usr/local/bin/mastermirror/"
diff --git a/print-exclusion-list.sh b/print-exclusion-list.sh
index 583a492..c8f7245 100755
--- a/print-exclusion-list.sh
+++ b/print-exclusion-list.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2017 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2017 Gentoo Authors; Distributed under the GPL v2
#
# This prints an exclusion list of content that should not be included in
# snapshot tarballs or similar output.
diff --git a/rsync-gen.sh b/rsync-gen.sh
index bdedc5e..b886386 100755
--- a/rsync-gen.sh
+++ b/rsync-gen.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2005-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2005-2018 Gentoo Authors; Distributed under the GPL v2
# might be earlier copyright, no history available
# 0) Make a backup incase there is something wrong with server side
diff --git a/rsync-gen.vars b/rsync-gen.vars
index bd1ebae..c64226e 100644
--- a/rsync-gen.vars
+++ b/rsync-gen.vars
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2005-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2005-2018 Gentoo Authors; Distributed under the GPL v2
# might be earlier copyright, no history available
BASE="/var/tmp/gmirror-rsync"
diff --git a/sign-autobuilds.sh b/sign-autobuilds.sh
index 1002ba0..2a0afe4 100755
--- a/sign-autobuilds.sh
+++ b/sign-autobuilds.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2010-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2010-2015 Gentoo Authors; Distributed under the GPL v2
# might be earlier copyright, no history available
ARCHES="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86"
diff --git a/snapshots-create.sh b/snapshots-create.sh
index f29dec6..f43990f 100755
--- a/snapshots-create.sh
+++ b/snapshots-create.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2011-2017 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2011-2019 Gentoo Authors; Distributed under the GPL v2
# might be earlier copyright, no history available
# 1) Create the tarball
diff --git a/sync-distfiles.sh b/sync-distfiles.sh
index ce6c4c5..4408046 100755
--- a/sync-distfiles.sh
+++ b/sync-distfiles.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2014-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2014-2019 Gentoo Authors; Distributed under the GPL v2
DATADIR="/data/gmirror-distfiles"
LOGDIR="${DATADIR}/log"
diff --git a/sync-experimental.sh b/sync-experimental.sh
index 6dcec30..7714104 100755
--- a/sync-experimental.sh
+++ b/sync-experimental.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2011-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2011-2015 Gentoo Authors; Distributed under the GPL v2
FINALDIR="/var/tmp/gmirror-releases/experimental"
RSYNC="/usr/bin/rsync"
diff --git a/sync-masterdistfiles-mirror.sh b/sync-masterdistfiles-mirror.sh
index c48667b..a1b8ea6 100755
--- a/sync-masterdistfiles-mirror.sh
+++ b/sync-masterdistfiles-mirror.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2011-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2011-2015 Gentoo Authors; Distributed under the GPL v2
FINALDIR="/data/mirror"
PASSWD_FILE="/etc/mastermirror-fetch/osuosl-rsync.passwd"
diff --git a/timestamp-releases.sh b/timestamp-releases.sh
index fb982a9..7be25f9 100755
--- a/timestamp-releases.sh
+++ b/timestamp-releases.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2012-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2012-2015 Gentoo Authors; Distributed under the GPL v2
# this is ugly and I don't like it
diff --git a/timestamp-rsync.sh b/timestamp-rsync.sh
index 2dca8e0..e3340f2 100755
--- a/timestamp-rsync.sh
+++ b/timestamp-rsync.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2012-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2012-2018 Gentoo Authors; Distributed under the GPL v2
case $HOSTNAME in
kookaburra) TARGET=/var/tmp/gmirror/snapshots-final/.timestamp-snapshots.x ;;
dipper) TARGET=/var/tmp/gmirror-rsync/snapshots-final/.timestamp-snapshots.x ;;
diff --git a/verify-digests.sh b/verify-digests.sh
index e177ddc..bf39a87 100755
--- a/verify-digests.sh
+++ b/verify-digests.sh
@@ -2,7 +2,7 @@
# Name: verify-digests.sh
# Title: Gentoo Linux release digest verification
# Author: Robin H Johnson <robbat2@gentoo.org>
-# Copyright 2016 Gentoo Foundation
+# Copyright 2016 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# Description: