diff options
author | Alan Modra <amodra@gmail.com> | 2020-01-01 18:27:01 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-01-01 18:42:54 +1030 |
commit | b3adc24a0713411ab38a21dc894dd40dbc5c8f4f (patch) | |
tree | b8560105c94a315c1d40904f9b5cd58a9f2c7934 /libctf | |
parent | 0b11474080800192797236e30857a42818f5560d (diff) | |
download | binutils-gdb-b3adc24a0713411ab38a21dc894dd40dbc5c8f4f.tar.gz |
Update year range in copyright notice of binutils files
Diffstat (limited to 'libctf')
-rw-r--r-- | libctf/Makefile.am | 2 | ||||
-rw-r--r-- | libctf/Makefile.in | 8 | ||||
-rw-r--r-- | libctf/aclocal.m4 | 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-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-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-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 |
26 files changed, 29 insertions, 29 deletions
diff --git a/libctf/Makefile.am b/libctf/Makefile.am index 206e0df877b..c672d07e142 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 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 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 d6e73cac732..3e8a0172f79 100644 --- a/libctf/Makefile.in +++ b/libctf/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2019 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 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 @@ -110,13 +110,13 @@ host_triplet = @host@ @NEED_CTF_QSORT_R_TRUE@am__append_1 = ctf-qsort_r.c subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ + $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/override.m4 \ $(top_srcdir)/../config/warnings.m4 \ - $(top_srcdir)/../config/zlib.m4 \ - $(top_srcdir)/../bfd/acinclude.m4 $(top_srcdir)/../libtool.m4 \ + $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \ $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ $(top_srcdir)/configure.ac diff --git a/libctf/aclocal.m4 b/libctf/aclocal.m4 index 04583b42f02..15d96cd63e3 100644 --- a/libctf/aclocal.m4 +++ b/libctf/aclocal.m4 @@ -1227,13 +1227,13 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([../bfd/acinclude.m4]) m4_include([../config/acx.m4]) m4_include([../config/depstand.m4]) m4_include([../config/lead-dot.m4]) m4_include([../config/override.m4]) m4_include([../config/warnings.m4]) m4_include([../config/zlib.m4]) -m4_include([../bfd/acinclude.m4]) m4_include([../libtool.m4]) m4_include([../ltoptions.m4]) m4_include([../ltsugar.m4]) diff --git a/libctf/configure.ac b/libctf/configure.ac index aa40e4e234b..c53cf017e11 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 Free Software Foundation, Inc. +dnl Copyright (C) 2019-2020 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 ed1483ade75..73d772ffc38 100644 --- a/libctf/ctf-archive.c +++ b/libctf/ctf-archive.c @@ -1,5 +1,5 @@ /* CTF archive files. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-create.c b/libctf/ctf-create.c index fa40100c770..ed9bfc5c318 100644 --- a/libctf/ctf-create.c +++ b/libctf/ctf-create.c @@ -1,5 +1,5 @@ /* CTF file creation. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-decl.c b/libctf/ctf-decl.c index 584bd5ed40b..5dcf60ab08b 100644 --- a/libctf/ctf-decl.c +++ b/libctf/ctf-decl.c @@ -1,5 +1,5 @@ /* C declarator syntax glue. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-decls.h b/libctf/ctf-decls.h index b60a48f987a..51041c592f4 100644 --- a/libctf/ctf-decls.h +++ b/libctf/ctf-decls.h @@ -1,5 +1,5 @@ /* Declarations for missing functions. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-dump.c b/libctf/ctf-dump.c index 88e81a574f4..b8a81bc1ccf 100644 --- a/libctf/ctf-dump.c +++ b/libctf/ctf-dump.c @@ -1,5 +1,5 @@ /* Textual dumping of CTF data. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-endian.h b/libctf/ctf-endian.h index f1cc527a080..22aa8b6fba0 100644 --- a/libctf/ctf-endian.h +++ b/libctf/ctf-endian.h @@ -1,5 +1,5 @@ /* Interface to endianness-neutrality functions. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-error.c b/libctf/ctf-error.c index c0adb4bb519..c457aa0a29f 100644 --- a/libctf/ctf-error.c +++ b/libctf/ctf-error.c @@ -1,5 +1,5 @@ /* Error table. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-hash.c b/libctf/ctf-hash.c index 59fceed6253..71c1f8e4e21 100644 --- a/libctf/ctf-hash.c +++ b/libctf/ctf-hash.c @@ -1,5 +1,5 @@ /* Interface to hashtable implementations. - Copyright (C) 2006-2019 Free Software Foundation, Inc. + Copyright (C) 2006-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index 6040457e36e..267801d12db 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -1,5 +1,5 @@ /* Implementation header. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-labels.c b/libctf/ctf-labels.c index 1755b9720a6..53fbdb2dfe0 100644 --- a/libctf/ctf-labels.c +++ b/libctf/ctf-labels.c @@ -1,5 +1,5 @@ /* Labelled ranges of type IDs. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-link.c b/libctf/ctf-link.c index 2f05522d012..31179ae13d7 100644 --- a/libctf/ctf-link.c +++ b/libctf/ctf-link.c @@ -1,5 +1,5 @@ /* CTF linking. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-lookup.c b/libctf/ctf-lookup.c index 6f180d68c2e..d95e53706c1 100644 --- a/libctf/ctf-lookup.c +++ b/libctf/ctf-lookup.c @@ -1,5 +1,5 @@ /* Symbol, variable and name lookup. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 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 d17b72d2f0d..24c04038ad1 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 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-open.c b/libctf/ctf-open.c index 7fb289af565..64081464425 100644 --- a/libctf/ctf-open.c +++ b/libctf/ctf-open.c @@ -1,5 +1,5 @@ /* Opening CTF files. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 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 6cb221d6f54..9eab7d22cc7 100644 --- a/libctf/ctf-qsort_r.c +++ b/libctf/ctf-qsort_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2019 Free Software Foundation, Inc. +/* Copyright (C) 1991-2020 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-string.c b/libctf/ctf-string.c index a4227f9d9e7..583679defb4 100644 --- a/libctf/ctf-string.c +++ b/libctf/ctf-string.c @@ -1,5 +1,5 @@ /* CTF string table management. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-subr.c b/libctf/ctf-subr.c index 6bd7f10aeea..114df843212 100644 --- a/libctf/ctf-subr.c +++ b/libctf/ctf-subr.c @@ -1,5 +1,5 @@ /* Simple subrs. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-types.c b/libctf/ctf-types.c index b0139e82bd7..cd910434ea4 100644 --- a/libctf/ctf-types.c +++ b/libctf/ctf-types.c @@ -1,5 +1,5 @@ /* Type handling functions. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-util.c b/libctf/ctf-util.c index d4a1c5aaeac..1f745f533b8 100644 --- a/libctf/ctf-util.c +++ b/libctf/ctf-util.c @@ -1,5 +1,5 @@ /* Miscellaneous utilities. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/elf.h b/libctf/elf.h index fee1630909c..e1b959fb9ed 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-2019 Free Software Foundation, Inc. + Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/libctf.ver b/libctf/libctf.ver index a90f06ac9b1..14ca4131ca8 100644 --- a/libctf/libctf.ver +++ b/libctf/libctf.ver @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Free Software Foundation, Inc. +/* Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/swap.h b/libctf/swap.h index ac62ac78d14..f8cc822db2e 100644 --- a/libctf/swap.h +++ b/libctf/swap.h @@ -1,5 +1,5 @@ /* Interface to byteswapping functions. - Copyright (C) 2006-2019 Free Software Foundation, Inc. + Copyright (C) 2006-2020 Free Software Foundation, Inc. This file is part of libctf. |