diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-01-04 07:55:48 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-01-04 07:55:48 +0000 |
commit | 8ba098ad420eaa5fd18504df44f506af4d309426 (patch) | |
tree | 5513008fdcbf5646c923491549a1bef976fc33f6 /gdb/ChangeLog | |
parent | 09c01c304babd777be300e4b5e776fe3da62ce6b (diff) | |
download | gdb-8ba098ad420eaa5fd18504df44f506af4d309426.zip gdb-8ba098ad420eaa5fd18504df44f506af4d309426.tar.gz gdb-8ba098ad420eaa5fd18504df44f506af4d309426.tar.bz2 |
use gnulib's update-copyright script to update copyright years
This patch now retires the old copyright.sh script which was using
emacs to perform the copyright update. It also completely rewrite
copyright.py to call update-copyright with the appropriate list
of files.
In addition to calling update-copyright, the new script also performs
a sanity-check on all the files that update-copyright could not update,
and sees whether the file might contain a copyright notice that
the script could not decipher.
gdb/ChangeLog:
* copyright.sh: Delete.
* copyright.py: Rewrite.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 834b5be..d011bd9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2012-01-04 Joel Brobecker <brobecker@adacore.com> + * copyright.sh: Delete. + * copyright.py: Rewrite. + +2012-01-04 Joel Brobecker <brobecker@adacore.com> + * gnulib/extra/update-copyright: New file, imported from gnulib. 2012-01-04 Joel Brobecker <brobecker@adacore.com> |