diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-06-05 13:29:07 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-06-05 13:29:07 +0000 |
commit | 399501a53f685885a43ea9d506f6707e596aa6d6 (patch) | |
tree | 6e0a23b373620c395564f9c36e0edb285c916b53 /gdb/ChangeLog | |
parent | 3770a1599ecd04bc5860aa6d0c6ed1376d2e7798 (diff) | |
download | gdb-399501a53f685885a43ea9d506f6707e596aa6d6.zip gdb-399501a53f685885a43ea9d506f6707e596aa6d6.tar.gz gdb-399501a53f685885a43ea9d506f6707e596aa6d6.tar.bz2 |
copyright.py: Update path to gnulib import.
The location where we store the gnulib import has changed.
This patch updates accordingly the path to gnulib's update-copyright
script.
gdb/ChangeLog:
* copyright.py (update_files, main): Fix path to update-copyright
script.
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 0ab658c..f530b5b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2012-06-05 Joel Brobecker <brobecker@adacore.com> + * copyright.py (update_files, main): Fix path to update-copyright + script. + +2012-06-05 Joel Brobecker <brobecker@adacore.com> + * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant. (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files for which a reminder to update by hand is printed. |