Do not set MULTILINE_COMMENT_PREFIXES before calling update-copyright
authorJoel Brobecker <brobecker@gnat.com>
Thu, 1 Mar 2012 02:41:14 +0000 (02:41 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 1 Mar 2012 02:41:14 +0000 (02:41 +0000)
commitf0fed3a3b634b8c5991947dc472d9a8e5a65d7b6
treeaba4e005e56616f396132f3be9191d5281fabc7e
parent8ba85d852669213fb96aca1cc5449d3789c315e2
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.
gdb/ChangeLog
gdb/copyright.py