* update-copyright.py: Fix the name of this script in examples.

From-SVN: r245017
This commit is contained in:
Gerald Pfeifer 2017-01-29 19:29:15 +00:00 committed by Gerald Pfeifer
parent aa88e6b299
commit 23075ebe11
2 changed files with 6 additions and 2 deletions

View 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

View file

@ -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/.
#