]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix 'Copyright (C) 2020-21' into '2020-2021'
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 22 Oct 2021 14:01:54 +0000 (16:01 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Mon, 8 Nov 2021 10:49:45 +0000 (11:49 +0100)
'contrib/update-copyright.py' currently complains:

    gcc/config/rs6000/rs6000-gen-builtins.c: unrecognised year: 21
    gcc/config/rs6000/rs6000-overload.def: unrecognised year: 21
    gcc/config/rs6000/rbtree.h: unrecognised year: 21
    gcc/config/rs6000/rbtree.c: unrecognised year: 21
    gcc/config/rs6000/rs6000-builtin-new.def: unrecognised year: 21

Fix up files added in commit fa5f8b49e55caf5bb341f5eb6b5ab828b9286425
"rs6000: Red-black tree implementation for balanced tree search",
commit 4a720a9547320699aceda7d2e0b08de5ab40132f
"rs6000: Add initial input files",
commit bd5b625228d545d5ecb35df24f9f094edc95e3fa
"rs6000: Initial create of rs6000-gen-builtins.c".

gcc/
* config/rs6000/rbtree.c: Fix 'Copyright (C) 2020-21' into '2020-2021'
* config/rs6000/rbtree.h: Likewise.
* config/rs6000/rs6000-builtin-new.def: Likewise.
* config/rs6000/rs6000-gen-builtins.c: Likewise.
* config/rs6000/rs6000-overload.def: Likewise.

gcc/config/rs6000/rbtree.c
gcc/config/rs6000/rbtree.h
gcc/config/rs6000/rs6000-builtin-new.def
gcc/config/rs6000/rs6000-gen-builtins.c
gcc/config/rs6000/rs6000-overload.def

index 37a559c1fbcf833defc379b4ba7d1da55f30776f..d3d03a6243305fb18d2b3b342198ffaee793087a 100644 (file)
@@ -1,5 +1,5 @@
 /* Partial red-black tree implementation for rs6000-gen-builtins.c.
-   Copyright (C) 2020-21 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
    Contributed by Bill Schmidt, IBM <wschmidt@linux.ibm.com>
 
 This file is part of GCC.
index fab0001ffdea8c64b0b513b94232d116db21f6ff..bd462f157886345f4ca4e84a8c676127666aa048 100644 (file)
@@ -1,5 +1,5 @@
 /* Partial red-black tree implementation for rs6000-gen-builtins.c.
-   Copyright (C) 2020-21 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
    Contributed by Bill Schmidt, IBM <wschmidt@linux.ibm.com>
 
 This file is part of GCC.
index 1966516551e6f8b5ab945e9542261a3da72fca1c..cae5c6b8556536aeb331cd13d41f8d201f1f5d45 100644 (file)
@@ -1,5 +1,5 @@
 ; Built-in functions for PowerPC.
-; Copyright (C) 2020-21 Free Software Foundation, Inc.
+; Copyright (C) 2020-2021 Free Software Foundation, Inc.
 ; Contributed by Bill Schmidt, IBM <wschmidt@linux.ibm.com>
 ;
 ; This file is part of GCC.
index 7f711210aff2827abf54de5a9ea46eb5d76511ef..2af2302cd1135fa7458da874a88d73a6b817b9a6 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate built-in function initialization and recognition for Power.
-   Copyright (C) 2020-21 Free Software Foundation, Inc.
+   Copyright (C) 2020-2021 Free Software Foundation, Inc.
    Contributed by Bill Schmidt, IBM <wschmidt@linux.ibm.com>
 
 This file is part of GCC.
index 4f583312f361de6e128cba981c02d6e64f9d734e..531a4fcd1af9850d653551bc9a4a5035546f9f81 100644 (file)
@@ -1,5 +1,5 @@
 ; Overloaded built-in functions for PowerPC.
-; Copyright (C) 2020-21 Free Software Foundation, Inc.
+; Copyright (C) 2020-2021 Free Software Foundation, Inc.
 ; Contributed by Bill Schmidt, IBM <wschmidt@linux.ibm.com>
 ;
 ; This file is part of GCC.