From 85ec4feb11167c9e4489361bf2399a20afbe52c8 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 3 Jan 2018 11:03:58 +0100 Subject: Update copyright years. From-SVN: r256169 --- libcc1/ChangeLog | 4 ++++ libcc1/Makefile.am | 2 +- libcc1/callbacks.cc | 2 +- libcc1/callbacks.hh | 2 +- libcc1/compiler-name.hh | 2 +- libcc1/configure.ac | 2 +- libcc1/connection.cc | 2 +- libcc1/connection.hh | 2 +- libcc1/findcomp.cc | 2 +- libcc1/findcomp.hh | 2 +- libcc1/libcc1.cc | 2 +- libcc1/libcc1plugin.cc | 2 +- libcc1/libcp1.cc | 2 +- libcc1/libcp1plugin.cc | 2 +- libcc1/marshall-c.hh | 2 +- libcc1/marshall-cp.hh | 2 +- libcc1/marshall.cc | 2 +- libcc1/marshall.hh | 2 +- libcc1/names.cc | 2 +- libcc1/names.hh | 2 +- libcc1/rpc.hh | 2 +- libcc1/status.hh | 2 +- 22 files changed, 25 insertions(+), 21 deletions(-) (limited to 'libcc1') diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index c248bf8..dee8441 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,7 @@ +2018-01-03 Jakub Jelinek + + Update copyright years. + 2017-11-14 Boris Kolpackov * configure: Regenerate. diff --git a/libcc1/Makefile.am b/libcc1/Makefile.am index cdba5a5..6ecb66b 100644 --- a/libcc1/Makefile.am +++ b/libcc1/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2014-2017 Free Software Foundation, Inc. +## Copyright (C) 2014-2018 Free Software Foundation, Inc. ## This file is part of GCC. diff --git a/libcc1/callbacks.cc b/libcc1/callbacks.cc index e5abd49..7d3e236 100644 --- a/libcc1/callbacks.cc +++ b/libcc1/callbacks.cc @@ -1,5 +1,5 @@ /* Callback management. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/callbacks.hh b/libcc1/callbacks.hh index 807a657..0f72758 100644 --- a/libcc1/callbacks.hh +++ b/libcc1/callbacks.hh @@ -1,5 +1,5 @@ /* Callback management - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/compiler-name.hh b/libcc1/compiler-name.hh index 30cdc41..f224d9e 100644 --- a/libcc1/compiler-name.hh +++ b/libcc1/compiler-name.hh @@ -1,5 +1,5 @@ /* The names of the compilers we use. - Copyright (C) 2017 Free Software Foundation, Inc. + Copyright (C) 2017-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/configure.ac b/libcc1/configure.ac index 82bde4a..14c5195 100644 --- a/libcc1/configure.ac +++ b/libcc1/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2014-2017 Free Software Foundation, Inc. +dnl Copyright (C) 2014-2018 Free Software Foundation, Inc. dnl dnl This file is part of GCC. dnl diff --git a/libcc1/connection.cc b/libcc1/connection.cc index 7f9c4be..ee39514 100644 --- a/libcc1/connection.cc +++ b/libcc1/connection.cc @@ -1,5 +1,5 @@ /* Connect implementation - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/connection.hh b/libcc1/connection.hh index cb3e057..321b0ef 100644 --- a/libcc1/connection.hh +++ b/libcc1/connection.hh @@ -1,5 +1,5 @@ /* Plugin connection declarations - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/findcomp.cc b/libcc1/findcomp.cc index 1fdec12..1bbd6bf 100644 --- a/libcc1/findcomp.cc +++ b/libcc1/findcomp.cc @@ -1,5 +1,5 @@ /* Find the correct compiler. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/findcomp.hh b/libcc1/findcomp.hh index a1abc69..14518b8 100644 --- a/libcc1/findcomp.hh +++ b/libcc1/findcomp.hh @@ -1,5 +1,5 @@ /* Find the correct compiler. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcc1.cc b/libcc1/libcc1.cc index 1a20dd9..8647c17 100644 --- a/libcc1/libcc1.cc +++ b/libcc1/libcc1.cc @@ -1,5 +1,5 @@ /* The library used by gdb. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcc1plugin.cc b/libcc1/libcc1plugin.cc index bd05c8d..164ed3b 100644 --- a/libcc1/libcc1plugin.cc +++ b/libcc1/libcc1plugin.cc @@ -1,5 +1,5 @@ /* Library interface to C front end - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcp1.cc b/libcc1/libcp1.cc index b4f9710..b1834a6 100644 --- a/libcc1/libcp1.cc +++ b/libcc1/libcp1.cc @@ -1,5 +1,5 @@ /* The library used by gdb. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc index 0307213..0137cc9 100644 --- a/libcc1/libcp1plugin.cc +++ b/libcc1/libcp1plugin.cc @@ -1,5 +1,5 @@ /* Library interface to C++ front end. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. As it interacts with GDB through libcc1, they all become a single program as regards the GNU GPL's requirements. diff --git a/libcc1/marshall-c.hh b/libcc1/marshall-c.hh index 8120c15..eddd896 100644 --- a/libcc1/marshall-c.hh +++ b/libcc1/marshall-c.hh @@ -1,5 +1,5 @@ /* Marshalling and unmarshalling of C-specific types. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/marshall-cp.hh b/libcc1/marshall-cp.hh index eec80f3..d4074bd 100644 --- a/libcc1/marshall-cp.hh +++ b/libcc1/marshall-cp.hh @@ -1,5 +1,5 @@ /* Marshalling and unmarshalling of C++-specific types. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/marshall.cc b/libcc1/marshall.cc index cf53cf7..fe49087 100644 --- a/libcc1/marshall.cc +++ b/libcc1/marshall.cc @@ -1,5 +1,5 @@ /* Marshalling and unmarshalling. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/marshall.hh b/libcc1/marshall.hh index d238f3a..09bfbfc 100644 --- a/libcc1/marshall.hh +++ b/libcc1/marshall.hh @@ -1,5 +1,5 @@ /* Marshalling and unmarshalling. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/names.cc b/libcc1/names.cc index 3cd1a1b..1248498 100644 --- a/libcc1/names.cc +++ b/libcc1/names.cc @@ -1,5 +1,5 @@ /* String definitions. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/names.hh b/libcc1/names.hh index d358e69..65dceea 100644 --- a/libcc1/names.hh +++ b/libcc1/names.hh @@ -1,5 +1,5 @@ /* String declarations. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/rpc.hh b/libcc1/rpc.hh index 56a07c2..0e053f4 100644 --- a/libcc1/rpc.hh +++ b/libcc1/rpc.hh @@ -1,5 +1,5 @@ /* RPC call and callback templates - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/status.hh b/libcc1/status.hh index 89dbe64..12fb778 100644 --- a/libcc1/status.hh +++ b/libcc1/status.hh @@ -1,5 +1,5 @@ /* status type definition - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. -- cgit v1.1