aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2017-01-29 19:29:15 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2017-01-29 19:29:15 +0000
commit23075ebe11677fc78e9894ac7b62a145956eb1b2 (patch)
tree16a9936bd26b1dd3912aed48d40b87f996776b12 /contrib
parentaa88e6b2993e1ae474f2d009901f5b74bd29d9c2 (diff)
downloadgcc-23075ebe11677fc78e9894ac7b62a145956eb1b2.zip
gcc-23075ebe11677fc78e9894ac7b62a145956eb1b2.tar.gz
gcc-23075ebe11677fc78e9894ac7b62a145956eb1b2.tar.bz2
* update-copyright.py: Fix the name of this script in examples.
From-SVN: r245017
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/update-copyright.py4
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 07f7b57..15e7478 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-29 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * update-copyright.py: Fix the name of this script in examples.
+
2017-01-26 Jakub Jelinek <jakub@redhat.com>
* update-copyright.py: Add libhsail-rt to self.default_dirs
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index ddc929c..289ce09 100755
--- a/contrib/update-copyright.py
+++ b/contrib/update-copyright.py
@@ -28,13 +28,13 @@
# output has been vetted. You can instead pass the names of individual
# directories, including those that haven't been approved. So:
#
-# update-copyright.pl --this-year
+# update-copyright.py --this-year
#
# is the command that would be used at the beginning of a year to update
# all copyright notices (and possibly at other times to check whether
# new files have been added with old years). On the other hand:
#
-# update-copyright.pl --this-year libitm
+# update-copyright.py --this-year libitm
#
# would run the script on just libitm/.
#