copyright.py: Tell user to update gdb.texinfo and refcard.tex by hand.
[deliverable/binutils-gdb.git] / gdb / copyright.py
index e8f283336c8880a458b9d2af1873a9a82b075d7a..d83c93eba85445e788fadbdb624b8ff6258e4c32 100644 (file)
@@ -152,7 +152,7 @@ def main ():
         print
         print "\033[31mREMINDER: The following files must be updated by hand." \
               "\033[0m"
-        for filename in BY_HAND:
+        for filename in BY_HAND + MULTIPLE_COPYRIGHT_HEADERS:
             print "  ", filename
 
 ############################################################################
@@ -193,6 +193,14 @@ BY_HAND = (
     "gdb/testsuite/gdb.base/step-line.c",
 )
 
+# Files containing multiple copyright headers.  This script is only
+# fixing the first one it finds, so we need to finish the update
+# by hand.
+MULTIPLE_COPYRIGHT_HEADERS = (
+    "gdb/doc/gdb.texinfo",
+    "gdb/doc/refcard.tex",
+)
+
 # The list of file which have a copyright, but not head by the FSF.
 # Filenames are relative to the root directory.
 NOT_FSF_LIST = (
This page took 0.024277 seconds and 4 git commands to generate.