From a5544970246db337977bb8b69ab120e9ef209317 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 1 Jan 2019 13:31:55 +0100 Subject: Update copyright years. From-SVN: r267494 --- libatomic/ChangeLog | 6 +++++- libatomic/Makefile.am | 2 +- libatomic/cas_n.c | 2 +- libatomic/config/arm/arm-config.h | 2 +- libatomic/config/arm/exch_n.c | 2 +- libatomic/config/linux/aarch64/host-config.h | 2 +- libatomic/config/linux/arm/host-config.h | 2 +- libatomic/config/linux/arm/init.c | 2 +- libatomic/config/linux/arm/load_n.c | 2 +- libatomic/config/linux/arm/store_n.c | 2 +- libatomic/config/mingw/host-config.h | 2 +- libatomic/config/mingw/lock.c | 2 +- libatomic/config/posix/host-config.h | 2 +- libatomic/config/posix/lock.c | 2 +- libatomic/config/rtems/host-config.h | 2 +- libatomic/config/rtems/lock.c | 2 +- libatomic/config/s390/exch_n.c | 2 +- libatomic/config/x86/fenv.c | 2 +- libatomic/config/x86/host-config.h | 2 +- libatomic/config/x86/init.c | 2 +- libatomic/configure.ac | 2 +- libatomic/configure.tgt | 2 +- libatomic/exch_n.c | 2 +- libatomic/fadd_n.c | 2 +- libatomic/fence.c | 2 +- libatomic/fenv.c | 2 +- libatomic/flag.c | 2 +- libatomic/fop_n.c | 2 +- libatomic/gcas.c | 2 +- libatomic/gexch.c | 2 +- libatomic/glfree.c | 2 +- libatomic/gload.c | 2 +- libatomic/gstore.c | 2 +- libatomic/host-config.h | 2 +- libatomic/libatomic_i.h | 2 +- libatomic/load_n.c | 2 +- libatomic/store_n.c | 2 +- libatomic/tas_n.c | 2 +- libatomic/testsuite/config/default.exp | 2 +- 39 files changed, 43 insertions(+), 39 deletions(-) (limited to 'libatomic') diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 25b4a0e..0bdf5af 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + Update copyright years. + 2018-10-31 Joseph Myers PR bootstrap/82856 @@ -428,7 +432,7 @@ * Initial commit. -Copyright (C) 2012-2018 Free Software Foundation, Inc. +Copyright (C) 2012-2019 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libatomic/Makefile.am b/libatomic/Makefile.am index 28724e8..c1b7c73 100644 --- a/libatomic/Makefile.am +++ b/libatomic/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2012-2018 Free Software Foundation, Inc. +## Copyright (C) 2012-2019 Free Software Foundation, Inc. ## Contributed by Richard Henderson . ## ## This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/cas_n.c b/libatomic/cas_n.c index 215604c..2ed31a8 100644 --- a/libatomic/cas_n.c +++ b/libatomic/cas_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/arm/arm-config.h b/libatomic/config/arm/arm-config.h index b4783ad..27ee557 100644 --- a/libatomic/config/arm/arm-config.h +++ b/libatomic/config/arm/arm-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/arm/exch_n.c b/libatomic/config/arm/exch_n.c index 22bc02a..95e444d 100644 --- a/libatomic/config/arm/exch_n.c +++ b/libatomic/config/arm/exch_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/linux/aarch64/host-config.h b/libatomic/config/linux/aarch64/host-config.h index f03259c..c1f3277 100644 --- a/libatomic/config/linux/aarch64/host-config.h +++ b/libatomic/config/linux/aarch64/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2018 Free Software Foundation, Inc. +/* Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/linux/arm/host-config.h b/libatomic/config/linux/arm/host-config.h index 54361ba..7c71de7 100644 --- a/libatomic/config/linux/arm/host-config.h +++ b/libatomic/config/linux/arm/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/linux/arm/init.c b/libatomic/config/linux/arm/init.c index 773baaa..b92bbc4 100644 --- a/libatomic/config/linux/arm/init.c +++ b/libatomic/config/linux/arm/init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/linux/arm/load_n.c b/libatomic/config/linux/arm/load_n.c index c5fbe22..86bc823 100644 --- a/libatomic/config/linux/arm/load_n.c +++ b/libatomic/config/linux/arm/load_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/linux/arm/store_n.c b/libatomic/config/linux/arm/store_n.c index e4c159f..7dccf51 100644 --- a/libatomic/config/linux/arm/store_n.c +++ b/libatomic/config/linux/arm/store_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/mingw/host-config.h b/libatomic/config/mingw/host-config.h index 006378f..47f48c6 100644 --- a/libatomic/config/mingw/host-config.h +++ b/libatomic/config/mingw/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Kai Tietz . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/mingw/lock.c b/libatomic/config/mingw/lock.c index 6fa6e01..8b293e5 100644 --- a/libatomic/config/mingw/lock.c +++ b/libatomic/config/mingw/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2018 Free Software Foundation, Inc. +/* Copyright (C) 2014-2019 Free Software Foundation, Inc. Contributed by Kai Tietz . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/posix/host-config.h b/libatomic/config/posix/host-config.h index f141af1..d1e95e4 100644 --- a/libatomic/config/posix/host-config.h +++ b/libatomic/config/posix/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/posix/lock.c b/libatomic/config/posix/lock.c index 13b2bdc..ecec260 100644 --- a/libatomic/config/posix/lock.c +++ b/libatomic/config/posix/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/rtems/host-config.h b/libatomic/config/rtems/host-config.h index dd0169d..df14c5b 100644 --- a/libatomic/config/rtems/host-config.h +++ b/libatomic/config/rtems/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/rtems/lock.c b/libatomic/config/rtems/lock.c index 4dad9dc..0e023fe 100644 --- a/libatomic/config/rtems/lock.c +++ b/libatomic/config/rtems/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018 Free Software Foundation, Inc. +/* Copyright (C) 2016-2019 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/s390/exch_n.c b/libatomic/config/s390/exch_n.c index b2340b4..6670c7f 100644 --- a/libatomic/config/s390/exch_n.c +++ b/libatomic/config/s390/exch_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Free Software Foundation, Inc. +/* Copyright (C) 2018-2019 Free Software Foundation, Inc. Contributed by Andreas Krebbel This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/x86/fenv.c b/libatomic/config/x86/fenv.c index 36d86f3..9b8a3bd 100644 --- a/libatomic/config/x86/fenv.c +++ b/libatomic/config/x86/fenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2018 Free Software Foundation, Inc. +/* Copyright (C) 2013-2019 Free Software Foundation, Inc. This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/x86/host-config.h b/libatomic/config/x86/host-config.h index 0b6c338..843d240 100644 --- a/libatomic/config/x86/host-config.h +++ b/libatomic/config/x86/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/x86/init.c b/libatomic/config/x86/init.c index 5a4cf8b..39ccf40 100644 --- a/libatomic/config/x86/init.c +++ b/libatomic/config/x86/init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/configure.ac b/libatomic/configure.ac index 6daecb1..78f5059 100644 --- a/libatomic/configure.ac +++ b/libatomic/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoreconf to produce a configure script. -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # # This file is part of the GNU Atomic Library (libatomic). # diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index ea8c34f..ecbb7d3 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # Contributed by Richard Henderson . # # This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/exch_n.c b/libatomic/exch_n.c index 69f266f..b17bd18 100644 --- a/libatomic/exch_n.c +++ b/libatomic/exch_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/fadd_n.c b/libatomic/fadd_n.c index deaed53..e580b16 100644 --- a/libatomic/fadd_n.c +++ b/libatomic/fadd_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/fence.c b/libatomic/fence.c index 2d194ce..44f0dcb 100644 --- a/libatomic/fence.c +++ b/libatomic/fence.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/fenv.c b/libatomic/fenv.c index b3137a3..8c4dac5 100644 --- a/libatomic/fenv.c +++ b/libatomic/fenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/flag.c b/libatomic/flag.c index eb31f52..dc9e7ca 100644 --- a/libatomic/flag.c +++ b/libatomic/flag.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Free Software Foundation, Inc. +/* Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/fop_n.c b/libatomic/fop_n.c index 556dbc3..3c82e24 100644 --- a/libatomic/fop_n.c +++ b/libatomic/fop_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/gcas.c b/libatomic/gcas.c index 804cb93..b4f147e 100644 --- a/libatomic/gcas.c +++ b/libatomic/gcas.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/gexch.c b/libatomic/gexch.c index 388101c..db50183 100644 --- a/libatomic/gexch.c +++ b/libatomic/gexch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/glfree.c b/libatomic/glfree.c index c1eebfc..8b3d0c9 100644 --- a/libatomic/glfree.c +++ b/libatomic/glfree.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/gload.c b/libatomic/gload.c index f25ef77..811a53f 100644 --- a/libatomic/gload.c +++ b/libatomic/gload.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/gstore.c b/libatomic/gstore.c index dafff4b..8983f7f 100644 --- a/libatomic/gstore.c +++ b/libatomic/gstore.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/host-config.h b/libatomic/host-config.h index 7a03508..99eb14f 100644 --- a/libatomic/host-config.h +++ b/libatomic/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/libatomic_i.h b/libatomic/libatomic_i.h index 3891edf..1b6c686 100644 --- a/libatomic/libatomic_i.h +++ b/libatomic/libatomic_i.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/load_n.c b/libatomic/load_n.c index 078e1b9..0fbbe65 100644 --- a/libatomic/load_n.c +++ b/libatomic/load_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/store_n.c b/libatomic/store_n.c index 259f1a6..9ac088d 100644 --- a/libatomic/store_n.c +++ b/libatomic/store_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/tas_n.c b/libatomic/tas_n.c index 8b9f455..63953a4 100644 --- a/libatomic/tas_n.c +++ b/libatomic/tas_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2018 Free Software Foundation, Inc. +/* Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/testsuite/config/default.exp b/libatomic/testsuite/config/default.exp index 65d8a64..d605d59 100644 --- a/libatomic/testsuite/config/default.exp +++ b/libatomic/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 -- cgit v1.1