diff options
Diffstat (limited to 'gnulib')
-rw-r--r-- | gnulib/Makefile.am | 2 | ||||
-rw-r--r-- | gnulib/Makefile.gnulib.inc.in | 2 | ||||
-rw-r--r-- | gnulib/configure.ac | 2 | ||||
-rwxr-xr-x | gnulib/update-gnulib.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gnulib/Makefile.am b/gnulib/Makefile.am index 3732e4d..eae7455 100644 --- a/gnulib/Makefile.am +++ b/gnulib/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 Free Software Foundation, Inc. +# Copyright (C) 2019-2021 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gnulib/Makefile.gnulib.inc.in b/gnulib/Makefile.gnulib.inc.in index f3fd72b..8cac19f 100644 --- a/gnulib/Makefile.gnulib.inc.in +++ b/gnulib/Makefile.gnulib.inc.in @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Free Software Foundation, Inc. +# Copyright (C) 2020-2021 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/gnulib/configure.ac b/gnulib/configure.ac index 052b8bd..75c47a2 100644 --- a/gnulib/configure.ac +++ b/gnulib/configure.ac @@ -1,5 +1,5 @@ dnl Autoconf configure script for GDB, the GNU debugger. -dnl Copyright (C) 1995-2020 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2021 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gnulib/update-gnulib.sh b/gnulib/update-gnulib.sh index ac5e3d5..e9b377c 100755 --- a/gnulib/update-gnulib.sh +++ b/gnulib/update-gnulib.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2011-2020 Free Software Foundation, Inc. +# Copyright (C) 2011-2021 Free Software Foundation, Inc. # # This file is part of GDB. # |