From: Joel Brobecker Date: Thu, 1 Mar 2012 02:41:14 +0000 (+0000) Subject: Do not set MULTILINE_COMMENT_PREFIXES before calling update-copyright X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0fed3a3b634b8c5991947dc472d9a8e5a65d7b6;p=binutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2cc117e16b1..6338c4c1e97 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-03-01 Joel Brobecker + + * 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 * gnulib/extra/update-copyright: Update to the latest from diff --git a/gdb/copyright.py b/gdb/copyright.py index 180e7c43563..e8f283336c8 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -35,14 +35,6 @@ import os import os.path import subprocess -# A list of prefixes that start a multi-line comment. These prefixes -# should not be repeatead when wraping long lines. -MULTILINE_COMMENT_PREFIXES = ( - '/*', # C/C++ - '