diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-03-01 02:41:14 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-03-01 02:41:14 +0000 |
commit | f0fed3a3b634b8c5991947dc472d9a8e5a65d7b6 (patch) | |
tree | aba4e005e56616f396132f3be9191d5281fabc7e /gdb/ChangeLog | |
parent | 8ba85d852669213fb96aca1cc5449d3789c315e2 (diff) | |
download | fsf-binutils-gdb-f0fed3a3b634b8c5991947dc472d9a8e5a65d7b6.zip fsf-binutils-gdb-f0fed3a3b634b8c5991947dc472d9a8e5a65d7b6.tar.gz fsf-binutils-gdb-f0fed3a3b634b8c5991947dc472d9a8e5a65d7b6.tar.bz2 |
Do not set MULTILINE_COMMENT_PREFIXES before calling update-copyright
This was a local hack to work around a limitation in update-copyright.
But the limitation is now OBE, because the copyright statements should
now always fit on a single line, thanks to the new policy of using
one single year range in the copyright notice.
gdb/ChangeLog:
* copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
(update_files): Do not set MULTILINE_COMMENT_PREFIXES
environment variable before calling update-copyright.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2cc117e..6338c4c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2012-03-01 Joel Brobecker <brobecker@adacore.com> + * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete. + (update_files): Do not set MULTILINE_COMMENT_PREFIXES + environment variable before calling update-copyright. + +2012-03-01 Joel Brobecker <brobecker@adacore.com> + * gnulib/extra/update-copyright: Update to the latest from gnulib's git repository. * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment |