diff options
author | Alan Modra <amodra@gmail.com> | 2022-01-02 09:00:17 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-01-02 12:04:28 +1030 |
commit | a2c5833233df078288c791c348a265c96c6182da (patch) | |
tree | f5eff10f74757fb7ebde3b831ee7f6b7b937d0a3 /etc | |
parent | 8b91f9ce09bbb53ec103ec91583cea5f42f165c0 (diff) | |
download | fsf-binutils-gdb-a2c5833233df078288c791c348a265c96c6182da.zip fsf-binutils-gdb-a2c5833233df078288c791c348a265c96c6182da.tar.gz fsf-binutils-gdb-a2c5833233df078288c791c348a265c96c6182da.tar.bz2 |
Update year range in copyright notice of binutils files
The result of running etc/update-copyright.py --this-year, fixing all
the files whose mode is changed by the script, plus a build with
--enable-maintainer-mode --enable-cgen-maint=yes, then checking
out */po/*.pot which we don't update frequently.
The copy of cgen was with commit d1dd5fcc38ead reverted as that commit
breaks building of bfp opcodes files.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile.am | 2 | ||||
-rw-r--r-- | etc/Makefile.in | 2 | ||||
-rw-r--r-- | etc/add-log.el | 2 | ||||
-rw-r--r-- | etc/texi2pod.pl | 2 | ||||
-rwxr-xr-x | etc/update-copyright.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am index 1cd6471..0f69e7d 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 1992-2021 Free Software Foundation, Inc. +# Copyright (C) 1992-2022 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/etc/Makefile.in b/etc/Makefile.in index 1cfdbf4..9679c83 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 1992-2021 Free Software Foundation, Inc. +# Copyright (C) 1992-2022 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/etc/add-log.el b/etc/add-log.el index eb15e30..14de755 100644 --- a/etc/add-log.el +++ b/etc/add-log.el @@ -25,7 +25,7 @@ ;;; add-log.el --- change log maintenance commands for Emacs -;; Copyright (C) 1985-2021 Free Software Foundation, Inc. +;; Copyright (C) 1985-2022 Free Software Foundation, Inc. ;; Keywords: maint diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl index dcf2b43..0e1f8b9 100644 --- a/etc/texi2pod.pl +++ b/etc/texi2pod.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Copyright (C) 1999-2022 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/etc/update-copyright.py b/etc/update-copyright.py index 7f605d0..f0036ca 100755 --- a/etc/update-copyright.py +++ b/etc/update-copyright.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2013-2021 Free Software Foundation, Inc. +# Copyright (C) 2013-2022 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 |