diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-01-01 13:31:55 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-01-01 13:31:55 +0100 |
commit | a5544970246db337977bb8b69ab120e9ef209317 (patch) | |
tree | 91c8dfebf7c0b4945090e82c03dce7f5b6a987ec /libcc1 | |
parent | b5fcfdba9a81e15f7d85ce8a5240a4a8a2730b2b (diff) | |
download | gcc-a5544970246db337977bb8b69ab120e9ef209317.zip gcc-a5544970246db337977bb8b69ab120e9ef209317.tar.gz gcc-a5544970246db337977bb8b69ab120e9ef209317.tar.bz2 |
Update copyright years.
From-SVN: r267494
Diffstat (limited to 'libcc1')
-rw-r--r-- | libcc1/ChangeLog | 4 | ||||
-rw-r--r-- | libcc1/Makefile.am | 2 | ||||
-rw-r--r-- | libcc1/callbacks.cc | 2 | ||||
-rw-r--r-- | libcc1/callbacks.hh | 2 | ||||
-rw-r--r-- | libcc1/compiler-name.hh | 2 | ||||
-rw-r--r-- | libcc1/configure.ac | 2 | ||||
-rw-r--r-- | libcc1/connection.cc | 2 | ||||
-rw-r--r-- | libcc1/connection.hh | 2 | ||||
-rw-r--r-- | libcc1/findcomp.cc | 2 | ||||
-rw-r--r-- | libcc1/findcomp.hh | 2 | ||||
-rw-r--r-- | libcc1/libcc1.cc | 2 | ||||
-rw-r--r-- | libcc1/libcc1plugin.cc | 2 | ||||
-rw-r--r-- | libcc1/libcp1.cc | 2 | ||||
-rw-r--r-- | libcc1/libcp1plugin.cc | 2 | ||||
-rw-r--r-- | libcc1/marshall-c.hh | 2 | ||||
-rw-r--r-- | libcc1/marshall-cp.hh | 2 | ||||
-rw-r--r-- | libcc1/marshall.cc | 2 | ||||
-rw-r--r-- | libcc1/marshall.hh | 2 | ||||
-rw-r--r-- | libcc1/names.cc | 2 | ||||
-rw-r--r-- | libcc1/names.hh | 2 | ||||
-rw-r--r-- | libcc1/rpc.hh | 2 | ||||
-rw-r--r-- | libcc1/status.hh | 2 |
22 files changed, 25 insertions, 21 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index f48ba14..0570304 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek <jakub@redhat.com> + + Update copyright years. + 2018-11-13 David Malcolm <dmalcolm@redhat.com> * libcc1plugin.cc: Replace "source_location" with "location_t". diff --git a/libcc1/Makefile.am b/libcc1/Makefile.am index 6ecb66b..72c6aea 100644 --- a/libcc1/Makefile.am +++ b/libcc1/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2014-2018 Free Software Foundation, Inc. +## Copyright (C) 2014-2019 Free Software Foundation, Inc. ## This file is part of GCC. diff --git a/libcc1/callbacks.cc b/libcc1/callbacks.cc index 7d3e236..4f79794 100644 --- a/libcc1/callbacks.cc +++ b/libcc1/callbacks.cc @@ -1,5 +1,5 @@ /* Callback management. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/callbacks.hh b/libcc1/callbacks.hh index 0f72758..127c4df 100644 --- a/libcc1/callbacks.hh +++ b/libcc1/callbacks.hh @@ -1,5 +1,5 @@ /* Callback management - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/compiler-name.hh b/libcc1/compiler-name.hh index f224d9e..1987c16 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-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/configure.ac b/libcc1/configure.ac index 8169d25..78bd208 100644 --- a/libcc1/configure.ac +++ b/libcc1/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2014-2018 Free Software Foundation, Inc. +dnl Copyright (C) 2014-2019 Free Software Foundation, Inc. dnl dnl This file is part of GCC. dnl diff --git a/libcc1/connection.cc b/libcc1/connection.cc index ee39514..fc91f0a 100644 --- a/libcc1/connection.cc +++ b/libcc1/connection.cc @@ -1,5 +1,5 @@ /* Connect implementation - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/connection.hh b/libcc1/connection.hh index 321b0ef..e5facfb 100644 --- a/libcc1/connection.hh +++ b/libcc1/connection.hh @@ -1,5 +1,5 @@ /* Plugin connection declarations - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/findcomp.cc b/libcc1/findcomp.cc index 1bbd6bf..6507269 100644 --- a/libcc1/findcomp.cc +++ b/libcc1/findcomp.cc @@ -1,5 +1,5 @@ /* Find the correct compiler. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/findcomp.hh b/libcc1/findcomp.hh index 14518b8..f8943f6 100644 --- a/libcc1/findcomp.hh +++ b/libcc1/findcomp.hh @@ -1,5 +1,5 @@ /* Find the correct compiler. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcc1.cc b/libcc1/libcc1.cc index 8647c17..1482463 100644 --- a/libcc1/libcc1.cc +++ b/libcc1/libcc1.cc @@ -1,5 +1,5 @@ /* The library used by gdb. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcc1plugin.cc b/libcc1/libcc1plugin.cc index f759c79..52907ad 100644 --- a/libcc1/libcc1plugin.cc +++ b/libcc1/libcc1plugin.cc @@ -1,5 +1,5 @@ /* Library interface to C front end - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcp1.cc b/libcc1/libcp1.cc index b1834a6..8bec64b 100644 --- a/libcc1/libcp1.cc +++ b/libcc1/libcp1.cc @@ -1,5 +1,5 @@ /* The library used by gdb. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc index f8ed90b..2aab488 100644 --- a/libcc1/libcp1plugin.cc +++ b/libcc1/libcp1plugin.cc @@ -1,5 +1,5 @@ /* Library interface to C++ front end. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 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 eddd896..76cbf11 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/marshall-cp.hh b/libcc1/marshall-cp.hh index d4074bd..d5898ac 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-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/marshall.cc b/libcc1/marshall.cc index fe49087..8fdeff6 100644 --- a/libcc1/marshall.cc +++ b/libcc1/marshall.cc @@ -1,5 +1,5 @@ /* Marshalling and unmarshalling. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/marshall.hh b/libcc1/marshall.hh index 09bfbfc..4e5c82b 100644 --- a/libcc1/marshall.hh +++ b/libcc1/marshall.hh @@ -1,5 +1,5 @@ /* Marshalling and unmarshalling. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/names.cc b/libcc1/names.cc index 1248498..5e069f8 100644 --- a/libcc1/names.cc +++ b/libcc1/names.cc @@ -1,5 +1,5 @@ /* String definitions. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/names.hh b/libcc1/names.hh index 65dceea..1d90d2c 100644 --- a/libcc1/names.hh +++ b/libcc1/names.hh @@ -1,5 +1,5 @@ /* String declarations. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/rpc.hh b/libcc1/rpc.hh index 0e053f4..a0403a7 100644 --- a/libcc1/rpc.hh +++ b/libcc1/rpc.hh @@ -1,5 +1,5 @@ /* RPC call and callback templates - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcc1/status.hh b/libcc1/status.hh index 12fb778..1d0f1d3 100644 --- a/libcc1/status.hh +++ b/libcc1/status.hh @@ -1,5 +1,5 @@ /* status type definition - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. |