diff options
Diffstat (limited to 'libctf')
-rw-r--r-- | libctf/ChangeLog | 4 | ||||
-rw-r--r-- | libctf/Makefile.am | 2 | ||||
-rw-r--r-- | libctf/Makefile.in | 2 | ||||
-rw-r--r-- | libctf/configure.ac | 2 | ||||
-rw-r--r-- | libctf/ctf-archive.c | 2 | ||||
-rw-r--r-- | libctf/ctf-create.c | 2 | ||||
-rw-r--r-- | libctf/ctf-decl.c | 2 | ||||
-rw-r--r-- | libctf/ctf-decls.h | 2 | ||||
-rw-r--r-- | libctf/ctf-dedup.c | 2 | ||||
-rw-r--r-- | libctf/ctf-dump.c | 2 | ||||
-rw-r--r-- | libctf/ctf-endian.h | 2 | ||||
-rw-r--r-- | libctf/ctf-error.c | 2 | ||||
-rw-r--r-- | libctf/ctf-hash.c | 2 | ||||
-rw-r--r-- | libctf/ctf-impl.h | 2 | ||||
-rw-r--r-- | libctf/ctf-inlines.h | 2 | ||||
-rw-r--r-- | libctf/ctf-intl.h | 2 | ||||
-rw-r--r-- | libctf/ctf-labels.c | 2 | ||||
-rw-r--r-- | libctf/ctf-link.c | 2 | ||||
-rw-r--r-- | libctf/ctf-lookup.c | 2 | ||||
-rw-r--r-- | libctf/ctf-open-bfd.c | 2 | ||||
-rw-r--r-- | libctf/ctf-open.c | 2 | ||||
-rw-r--r-- | libctf/ctf-qsort_r.c | 2 | ||||
-rw-r--r-- | libctf/ctf-sha1.c | 2 | ||||
-rw-r--r-- | libctf/ctf-sha1.h | 2 | ||||
-rw-r--r-- | libctf/ctf-string.c | 2 | ||||
-rw-r--r-- | libctf/ctf-subr.c | 2 | ||||
-rw-r--r-- | libctf/ctf-types.c | 2 | ||||
-rw-r--r-- | libctf/ctf-util.c | 2 | ||||
-rw-r--r-- | libctf/elf.h | 2 | ||||
-rw-r--r-- | libctf/libctf.ver | 2 | ||||
-rw-r--r-- | libctf/swap.h | 2 |
31 files changed, 34 insertions, 30 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog index cf5fd0b..199f89b 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2021-01-01 Alan Modra <amodra@gmail.com> + + Update year range in copyright notice of all files. + For older changes see ChangeLog-2020 Copyright (C) 2021 Free Software Foundation, Inc. diff --git a/libctf/Makefile.am b/libctf/Makefile.am index fc1f229..32a4f5b 100644 --- a/libctf/Makefile.am +++ b/libctf/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. # -# Copyright (C) 2019-2020 Free Software Foundation, Inc. +# Copyright (C) 2019-2021 Free Software Foundation, Inc. # # This file 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/libctf/Makefile.in b/libctf/Makefile.in index 23b83b2..6bb5691 100644 --- a/libctf/Makefile.in +++ b/libctf/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2019-2020 Free Software Foundation, Inc. +# Copyright (C) 2019-2021 Free Software Foundation, Inc. # # This file 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/libctf/configure.ac b/libctf/configure.ac index 575da46..63bb77b 100644 --- a/libctf/configure.ac +++ b/libctf/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2019-2020 Free Software Foundation, Inc. +dnl Copyright (C) 2019-2021 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/libctf/ctf-archive.c b/libctf/ctf-archive.c index a74ab47..d8c4845 100644 --- a/libctf/ctf-archive.c +++ b/libctf/ctf-archive.c @@ -1,5 +1,5 @@ /* CTF archive files. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-create.c b/libctf/ctf-create.c index e03a046..0af46d3 100644 --- a/libctf/ctf-create.c +++ b/libctf/ctf-create.c @@ -1,5 +1,5 @@ /* CTF file creation. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-decl.c b/libctf/ctf-decl.c index fbb4e6c..f18ca96 100644 --- a/libctf/ctf-decl.c +++ b/libctf/ctf-decl.c @@ -1,5 +1,5 @@ /* C declarator syntax glue. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-decls.h b/libctf/ctf-decls.h index e1ada3b..b9f960d 100644 --- a/libctf/ctf-decls.h +++ b/libctf/ctf-decls.h @@ -1,5 +1,5 @@ /* Declarations for missing functions. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-dedup.c b/libctf/ctf-dedup.c index b0be5a7..fd72a60 100644 --- a/libctf/ctf-dedup.c +++ b/libctf/ctf-dedup.c @@ -1,5 +1,5 @@ /* CTF type deduplication. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-dump.c b/libctf/ctf-dump.c index b0de345..621ff25 100644 --- a/libctf/ctf-dump.c +++ b/libctf/ctf-dump.c @@ -1,5 +1,5 @@ /* Textual dumping of CTF data. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-endian.h b/libctf/ctf-endian.h index 22aa8b6..45ebbaf 100644 --- a/libctf/ctf-endian.h +++ b/libctf/ctf-endian.h @@ -1,5 +1,5 @@ /* Interface to endianness-neutrality functions. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-error.c b/libctf/ctf-error.c index 8600303..157aa28 100644 --- a/libctf/ctf-error.c +++ b/libctf/ctf-error.c @@ -1,5 +1,5 @@ /* Error table. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-hash.c b/libctf/ctf-hash.c index 202fad0..62f3dde 100644 --- a/libctf/ctf-hash.c +++ b/libctf/ctf-hash.c @@ -1,5 +1,5 @@ /* Interface to hashtable implementations. - Copyright (C) 2006-2020 Free Software Foundation, Inc. + Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index 84460ea..b19ae69 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -1,5 +1,5 @@ /* Implementation header. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-inlines.h b/libctf/ctf-inlines.h index 7486886..9523cb1 100644 --- a/libctf/ctf-inlines.h +++ b/libctf/ctf-inlines.h @@ -1,5 +1,5 @@ /* Inline functions. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-intl.h b/libctf/ctf-intl.h index af74872..959683f 100644 --- a/libctf/ctf-intl.h +++ b/libctf/ctf-intl.h @@ -1,5 +1,5 @@ /* ctf-intl.h - libctf specific header for gettext code. - Copyright (C) 1998-2020 Free Software Foundation, Inc. + Copyright (C) 1998-2021 Free Software Foundation, Inc. Written by Tom Tromey <tromey@cygnus.com> diff --git a/libctf/ctf-labels.c b/libctf/ctf-labels.c index e2cbd2e..ed4cb6d 100644 --- a/libctf/ctf-labels.c +++ b/libctf/ctf-labels.c @@ -1,5 +1,5 @@ /* Labelled ranges of type IDs. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-link.c b/libctf/ctf-link.c index cdf3db3..14ed322 100644 --- a/libctf/ctf-link.c +++ b/libctf/ctf-link.c @@ -1,5 +1,5 @@ /* CTF linking. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-lookup.c b/libctf/ctf-lookup.c index a862b40..869c3843 100644 --- a/libctf/ctf-lookup.c +++ b/libctf/ctf-lookup.c @@ -1,5 +1,5 @@ /* Symbol, variable and name lookup. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-open-bfd.c b/libctf/ctf-open-bfd.c index 1a00cb6..84e4af6 100644 --- a/libctf/ctf-open-bfd.c +++ b/libctf/ctf-open-bfd.c @@ -1,5 +1,5 @@ /* Opening CTF files with BFD. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-open.c b/libctf/ctf-open.c index 7816fd0..55f0a74 100644 --- a/libctf/ctf-open.c +++ b/libctf/ctf-open.c @@ -1,5 +1,5 @@ /* Opening CTF files. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-qsort_r.c b/libctf/ctf-qsort_r.c index 9eab7d2..0180e83 100644 --- a/libctf/ctf-qsort_r.c +++ b/libctf/ctf-qsort_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2020 Free Software Foundation, Inc. +/* Copyright (C) 1991-2021 Free Software Foundation, Inc. This file is part of libctf (imported from Gnulib). Written by Douglas C. Schmidt (schmidt@ics.uci.edu). diff --git a/libctf/ctf-sha1.c b/libctf/ctf-sha1.c index 47e6655..abacb83 100644 --- a/libctf/ctf-sha1.c +++ b/libctf/ctf-sha1.c @@ -1,5 +1,5 @@ /* SHA-1 thunks. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-sha1.h b/libctf/ctf-sha1.h index b9e0c9e..dcb70de 100644 --- a/libctf/ctf-sha1.h +++ b/libctf/ctf-sha1.h @@ -1,5 +1,5 @@ /* SHA-1 thunks. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-string.c b/libctf/ctf-string.c index ed65b51..cb36f91 100644 --- a/libctf/ctf-string.c +++ b/libctf/ctf-string.c @@ -1,5 +1,5 @@ /* CTF string table management. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-subr.c b/libctf/ctf-subr.c index a4d445a..4e38039 100644 --- a/libctf/ctf-subr.c +++ b/libctf/ctf-subr.c @@ -1,5 +1,5 @@ /* Simple subrs. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-types.c b/libctf/ctf-types.c index dd8ee4f..61891d6 100644 --- a/libctf/ctf-types.c +++ b/libctf/ctf-types.c @@ -1,5 +1,5 @@ /* Type handling functions. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-util.c b/libctf/ctf-util.c index ab34bc0..879ebbf 100644 --- a/libctf/ctf-util.c +++ b/libctf/ctf-util.c @@ -1,5 +1,5 @@ /* Miscellaneous utilities. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/elf.h b/libctf/elf.h index e1b959f..fa4ec0f 100644 --- a/libctf/elf.h +++ b/libctf/elf.h @@ -1,5 +1,5 @@ /* This file defines standard ELF types, structures, and macros. - Copyright (C) 1995-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/libctf.ver b/libctf/libctf.ver index 3286e60..2137c5b 100644 --- a/libctf/libctf.ver +++ b/libctf/libctf.ver @@ -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 libctf. diff --git a/libctf/swap.h b/libctf/swap.h index 413f0ce..d7cc993 100644 --- a/libctf/swap.h +++ b/libctf/swap.h @@ -1,5 +1,5 @@ /* Interface to byteswapping functions. - Copyright (C) 2006-2020 Free Software Foundation, Inc. + Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of libctf. |