]> gcc.gnu.org Git - gcc.git/blobdiff - contrib/update-copyright.py
tree-optimization/13962 - handle ptr-ptr compares in ptrs_compare_unequal
[gcc.git] / contrib / update-copyright.py
index f3691dc11cc9452574fb2a110fcc2e458821bfea..5df00a33d771f60f1fad896ad744b0baec8ada4d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2013-2023 Free Software Foundation, Inc.
+# Copyright (C) 2013-2024 Free Software Foundation, Inc.
 #
 # This script is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -83,6 +83,7 @@ class GenericFilter:
                 'gpl_v3.texi',
                 'fdl-1.3.xml',
                 'gpl-3.0.xml',
+                'gpl_v3_without_node.texi',
 
                 # Skip auto- and libtool-related files
                 'aclocal.m4',
@@ -556,6 +557,9 @@ class GCCFilter (GenericFilter):
         self.skip_files |= set ([
                 # Not part of GCC
                 'math-68881.h',
+
+                # Weird ways to compose copyright year
+                'GmcOptions.cc',
                 ])
 
         self.skip_dirs |= set ([
This page took 0.026751 seconds and 5 git commands to generate.