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++ - '