summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-01-06 17:55:16 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-01-06 17:55:16 +0200
commitafa743ac23c5908acfae9c332c4c2d2e249229ca (patch)
tree879d80c60f520530a3271c3c03eb45614432bd10 /scripts
parent01dd89c121713beef676837d6e6accb98760ddc4 (diff)
downloadtar-afa743ac23c5908acfae9c332c4c2d2e249229ca.tar.gz
Update copyright years
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am2
-rw-r--r--scripts/backup-specs2
-rw-r--r--scripts/backup.sh.in2
-rw-r--r--scripts/dump-remind.in2
-rw-r--r--scripts/restore.in2
-rwxr-xr-xscripts/tar-snapshot-edit2
-rwxr-xr-xscripts/tarcat2
-rw-r--r--scripts/xsparse.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 9783bfd1..e9a07429 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,6 +1,6 @@
# Make GNU tar scripts.
-# Copyright 2004-2020 Free Software Foundation, Inc.
+# Copyright 2004-2021 Free Software Foundation, Inc.
# This file is part of GNU tar.
diff --git a/scripts/backup-specs b/scripts/backup-specs
index 4a3e8cf7..130ace56 100644
--- a/scripts/backup-specs
+++ b/scripts/backup-specs
@@ -82,7 +82,7 @@ SLEEP_MESSAGE="`awk '
}' /dev/null`"
-# Copyright 2004-2020 Free Software Foundation, Inc.
+# Copyright 2004-2021 Free Software Foundation, Inc.
# This file is part of GNU tar.
diff --git a/scripts/backup.sh.in b/scripts/backup.sh.in
index 086072f9..20197975 100644
--- a/scripts/backup.sh.in
+++ b/scripts/backup.sh.in
@@ -1,7 +1,7 @@
#! /bin/sh
# Make backups.
-# Copyright 2004-2020 Free Software Foundation, Inc.
+# Copyright 2004-2021 Free Software Foundation, Inc.
# This file is part of GNU tar.
diff --git a/scripts/dump-remind.in b/scripts/dump-remind.in
index 7c1ebcf1..ab4498b2 100644
--- a/scripts/dump-remind.in
+++ b/scripts/dump-remind.in
@@ -8,7 +8,7 @@
# interested parties that a tape for the next volume of the backup needs to
# be put in the tape drive.
-# Copyright 2004-2020 Free Software Foundation, Inc.
+# Copyright 2004-2021 Free Software Foundation, Inc.
# This file is part of GNU tar.
diff --git a/scripts/restore.in b/scripts/restore.in
index b6477ca9..b7c8e7dd 100644
--- a/scripts/restore.in
+++ b/scripts/restore.in
@@ -1,7 +1,7 @@
#! /bin/sh
# Restore backups.
-# Copyright 2004-2020 Free Software Foundation, Inc.
+# Copyright 2004-2021 Free Software Foundation, Inc.
# This file is part of GNU tar.
diff --git a/scripts/tar-snapshot-edit b/scripts/tar-snapshot-edit
index 6bf05ed7..562b61b4 100755
--- a/scripts/tar-snapshot-edit
+++ b/scripts/tar-snapshot-edit
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
# Display and edit the 'dev' field in tar's snapshots
-# Copyright 2007-2020 Free Software Foundation, Inc.
+# Copyright 2007-2021 Free Software Foundation, Inc.
# This file is part of GNU tar.
diff --git a/scripts/tarcat b/scripts/tarcat
index 6fe05a68..ee9dcca5 100755
--- a/scripts/tarcat
+++ b/scripts/tarcat
@@ -3,7 +3,7 @@
# concatenates a GNU tar multi-volume archive into a single tar archive.
# Author: Bruno Haible <bruno@clisp.org>, Sergey Poznyakoff <gray@gnu.org.ua>
-# Copyright 2004-2020 Free Software Foundation, Inc.
+# Copyright 2004-2021 Free Software Foundation, Inc.
# This file is part of GNU tar.
diff --git a/scripts/xsparse.c b/scripts/xsparse.c
index 07e1bc8a..96da936e 100644
--- a/scripts/xsparse.c
+++ b/scripts/xsparse.c
@@ -1,7 +1,7 @@
/* xsparse - expands compressed sparse file images extracted from GNU tar
archives.
- Copyright 2006-2020 Free Software Foundation, Inc.
+ Copyright 2006-2021 Free Software Foundation, Inc.
This file is part of GNU tar.