* update-copyright.py: Fix the name of this script in examples.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 29 Jan 2017 19:29:15 +0000 (19:29 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 29 Jan 2017 19:29:15 +0000 (19:29 +0000)
From-SVN: r245017

contrib/ChangeLog
contrib/update-copyright.py

index 07f7b574d32d0f1c03fb178b5fc58422ee4611ab..15e74782076ab1a292d3f9cfd506ba18441e503f 100644 (file)
@@ -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
index ddc929c9ccc11d71e4334f00088ce9c672619ab5..289ce098f3f30ec4649a3a72dfc2c9b9d4ee4fad 100755 (executable)
 # 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/.
 #