aboutsummaryrefslogtreecommitdiff
path: root/libctf
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-01-01 18:27:01 +1030
committerAlan Modra <amodra@gmail.com>2020-01-01 18:42:54 +1030
commitb3adc24a0713411ab38a21dc894dd40dbc5c8f4f (patch)
treeb8560105c94a315c1d40904f9b5cd58a9f2c7934 /libctf
parent0b11474080800192797236e30857a42818f5560d (diff)
downloadbinutils-b3adc24a0713411ab38a21dc894dd40dbc5c8f4f.zip
binutils-b3adc24a0713411ab38a21dc894dd40dbc5c8f4f.tar.gz
binutils-b3adc24a0713411ab38a21dc894dd40dbc5c8f4f.tar.bz2
Update year range in copyright notice of binutils files
Diffstat (limited to 'libctf')
-rw-r--r--libctf/Makefile.am2
-rw-r--r--libctf/Makefile.in8
-rw-r--r--libctf/aclocal.m42
-rw-r--r--libctf/configure.ac2
-rw-r--r--libctf/ctf-archive.c2
-rw-r--r--libctf/ctf-create.c2
-rw-r--r--libctf/ctf-decl.c2
-rw-r--r--libctf/ctf-decls.h2
-rw-r--r--libctf/ctf-dump.c2
-rw-r--r--libctf/ctf-endian.h2
-rw-r--r--libctf/ctf-error.c2
-rw-r--r--libctf/ctf-hash.c2
-rw-r--r--libctf/ctf-impl.h2
-rw-r--r--libctf/ctf-labels.c2
-rw-r--r--libctf/ctf-link.c2
-rw-r--r--libctf/ctf-lookup.c2
-rw-r--r--libctf/ctf-open-bfd.c2
-rw-r--r--libctf/ctf-open.c2
-rw-r--r--libctf/ctf-qsort_r.c2
-rw-r--r--libctf/ctf-string.c2
-rw-r--r--libctf/ctf-subr.c2
-rw-r--r--libctf/ctf-types.c2
-rw-r--r--libctf/ctf-util.c2
-rw-r--r--libctf/elf.h2
-rw-r--r--libctf/libctf.ver2
-rw-r--r--libctf/swap.h2
26 files changed, 29 insertions, 29 deletions
diff --git a/libctf/Makefile.am b/libctf/Makefile.am
index 206e0df..c672d07 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 d6e73ca..3e8a017 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 04583b4..15d96cd 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 aa40e4e..c53cf01 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 ed1483a..73d772f 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 fa40100..ed9bfc5 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 584bd5e..5dcf60a 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 b60a48f..51041c5 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 88e81a5..b8a81bc 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 f1cc527..22aa8b6 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 c0adb4b..c457aa0 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 59fceed..71c1f8e 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 6040457..267801d 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 1755b97..53fbdb2 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 2f05522..31179ae 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 6f180d6..d95e537 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 d17b72d..24c0403 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 7fb289a..6408146 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 6cb221d..9eab7d2 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 a4227f9..583679d 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 6bd7f10..114df84 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 b0139e8..cd91043 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 d4a1c5a..1f745f5 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 fee1630..e1b959f 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 a90f06a..14ca413 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 ac62ac7..f8cc822 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.