aboutsummaryrefslogtreecommitdiff
path: root/libcc1
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2024-01-03 12:19:35 +0100
committerJakub Jelinek <jakub@redhat.com>2024-01-03 12:19:35 +0100
commita945c346f57ba40fc80c14ac59be0d43624e559d (patch)
tree916323bfe593c5d0112c224230e52c559611f5b3 /libcc1
parent9afc19159c2947cddee0c833429da1f190fe34ca (diff)
downloadgcc-a945c346f57ba40fc80c14ac59be0d43624e559d.zip
gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.gz
gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.bz2
Update copyright years.
Diffstat (limited to 'libcc1')
-rw-r--r--libcc1/Makefile.am2
-rw-r--r--libcc1/callbacks.cc2
-rw-r--r--libcc1/callbacks.hh2
-rw-r--r--libcc1/compiler-name.hh2
-rw-r--r--libcc1/compiler.cc2
-rw-r--r--libcc1/compiler.hh2
-rw-r--r--libcc1/configure.ac2
-rw-r--r--libcc1/connection.cc2
-rw-r--r--libcc1/connection.hh2
-rw-r--r--libcc1/context.cc2
-rw-r--r--libcc1/context.hh2
-rw-r--r--libcc1/deleter.hh2
-rw-r--r--libcc1/findcomp.cc2
-rw-r--r--libcc1/findcomp.hh2
-rw-r--r--libcc1/gdbctx.hh2
-rw-r--r--libcc1/libcc1.cc2
-rw-r--r--libcc1/libcc1plugin.cc2
-rw-r--r--libcc1/libcp1.cc2
-rw-r--r--libcc1/libcp1plugin.cc2
-rw-r--r--libcc1/marshall-cp.hh2
-rw-r--r--libcc1/marshall.cc2
-rw-r--r--libcc1/marshall.hh2
-rw-r--r--libcc1/names.cc2
-rw-r--r--libcc1/names.hh2
-rw-r--r--libcc1/rpc.hh2
-rw-r--r--libcc1/status.hh2
26 files changed, 26 insertions, 26 deletions
diff --git a/libcc1/Makefile.am b/libcc1/Makefile.am
index 921a33f..b592bc8 100644
--- a/libcc1/Makefile.am
+++ b/libcc1/Makefile.am
@@ -1,4 +1,4 @@
-## Copyright (C) 2014-2023 Free Software Foundation, Inc.
+## Copyright (C) 2014-2024 Free Software Foundation, Inc.
## This file is part of GCC.
diff --git a/libcc1/callbacks.cc b/libcc1/callbacks.cc
index b060042..997730f 100644
--- a/libcc1/callbacks.cc
+++ b/libcc1/callbacks.cc
@@ -1,5 +1,5 @@
/* Callback management.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/callbacks.hh b/libcc1/callbacks.hh
index 1b8f907..02a9b3a 100644
--- a/libcc1/callbacks.hh
+++ b/libcc1/callbacks.hh
@@ -1,5 +1,5 @@
/* Callback management
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/compiler-name.hh b/libcc1/compiler-name.hh
index b679f62..1ef98c26 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/compiler.cc b/libcc1/compiler.cc
index c21b590..88bb4f6 100644
--- a/libcc1/compiler.cc
+++ b/libcc1/compiler.cc
@@ -1,5 +1,5 @@
/* Compiler handling for plugin
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/compiler.hh b/libcc1/compiler.hh
index c25c0b7..f4afcba 100644
--- a/libcc1/compiler.hh
+++ b/libcc1/compiler.hh
@@ -1,5 +1,5 @@
/* Compiler handling for plugin
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/configure.ac b/libcc1/configure.ac
index e9f6a13..19edaaf 100644
--- a/libcc1/configure.ac
+++ b/libcc1/configure.ac
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2014-2023 Free Software Foundation, Inc.
+dnl Copyright (C) 2014-2024 Free Software Foundation, Inc.
dnl
dnl This file is part of GCC.
dnl
diff --git a/libcc1/connection.cc b/libcc1/connection.cc
index 893d558..175e7a1 100644
--- a/libcc1/connection.cc
+++ b/libcc1/connection.cc
@@ -1,5 +1,5 @@
/* Connect implementation
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/connection.hh b/libcc1/connection.hh
index 247378b..f251b46 100644
--- a/libcc1/connection.hh
+++ b/libcc1/connection.hh
@@ -1,5 +1,5 @@
/* Plugin connection declarations
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/context.cc b/libcc1/context.cc
index fbe468f..b4f3fd1 100644
--- a/libcc1/context.cc
+++ b/libcc1/context.cc
@@ -1,5 +1,5 @@
/* Generic plugin context
- Copyright (C) 2020-2023 Free Software Foundation, Inc.
+ Copyright (C) 2020-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/context.hh b/libcc1/context.hh
index 6dade61..ca3eeb3 100644
--- a/libcc1/context.hh
+++ b/libcc1/context.hh
@@ -1,5 +1,5 @@
/* Generic plugin context
- Copyright (C) 2020-2023 Free Software Foundation, Inc.
+ Copyright (C) 2020-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/deleter.hh b/libcc1/deleter.hh
index 4fcf750..a87c758 100644
--- a/libcc1/deleter.hh
+++ b/libcc1/deleter.hh
@@ -1,5 +1,5 @@
/* Deleter objects
- Copyright (C) 2020-2023 Free Software Foundation, Inc.
+ Copyright (C) 2020-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/findcomp.cc b/libcc1/findcomp.cc
index 8f20d1ce..87d5fd1 100644
--- a/libcc1/findcomp.cc
+++ b/libcc1/findcomp.cc
@@ -1,5 +1,5 @@
/* Find the correct compiler.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/findcomp.hh b/libcc1/findcomp.hh
index a1805db..236d570 100644
--- a/libcc1/findcomp.hh
+++ b/libcc1/findcomp.hh
@@ -1,5 +1,5 @@
/* Find the correct compiler.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/gdbctx.hh b/libcc1/gdbctx.hh
index 228a5af..c8bb72a 100644
--- a/libcc1/gdbctx.hh
+++ b/libcc1/gdbctx.hh
@@ -1,5 +1,5 @@
/* Generic GDB-side plugin
- Copyright (C) 2020-2023 Free Software Foundation, Inc.
+ Copyright (C) 2020-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcc1.cc b/libcc1/libcc1.cc
index e8c4d89..8d4ddc5 100644
--- a/libcc1/libcc1.cc
+++ b/libcc1/libcc1.cc
@@ -1,5 +1,5 @@
/* The library used by gdb.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcc1plugin.cc b/libcc1/libcc1plugin.cc
index 34dcd89..00d3963 100644
--- a/libcc1/libcc1plugin.cc
+++ b/libcc1/libcc1plugin.cc
@@ -1,5 +1,5 @@
/* Library interface to C front end
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcp1.cc b/libcc1/libcp1.cc
index 740dfbb..ec3eec2 100644
--- a/libcc1/libcp1.cc
+++ b/libcc1/libcp1.cc
@@ -1,5 +1,5 @@
/* The library used by gdb.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc
index 3c8e9e8..5b73e36 100644
--- a/libcc1/libcp1plugin.cc
+++ b/libcc1/libcp1plugin.cc
@@ -1,5 +1,5 @@
/* Library interface to C++ front end.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 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-cp.hh b/libcc1/marshall-cp.hh
index 5690fce..40c9791 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/marshall.cc b/libcc1/marshall.cc
index 2576b3d..672b66f 100644
--- a/libcc1/marshall.cc
+++ b/libcc1/marshall.cc
@@ -1,5 +1,5 @@
/* Marshalling and unmarshalling.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/marshall.hh b/libcc1/marshall.hh
index acfb333..24f20fe 100644
--- a/libcc1/marshall.hh
+++ b/libcc1/marshall.hh
@@ -1,5 +1,5 @@
/* Marshalling and unmarshalling.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/names.cc b/libcc1/names.cc
index c7e8e80..d369fd4 100644
--- a/libcc1/names.cc
+++ b/libcc1/names.cc
@@ -1,5 +1,5 @@
/* String definitions.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/names.hh b/libcc1/names.hh
index abafc86..ba55741 100644
--- a/libcc1/names.hh
+++ b/libcc1/names.hh
@@ -1,5 +1,5 @@
/* String declarations.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/rpc.hh b/libcc1/rpc.hh
index 5130256..a8a9936 100644
--- a/libcc1/rpc.hh
+++ b/libcc1/rpc.hh
@@ -1,5 +1,5 @@
/* RPC call and callback templates
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/status.hh b/libcc1/status.hh
index 55f2995..44c0142 100644
--- a/libcc1/status.hh
+++ b/libcc1/status.hh
@@ -1,5 +1,5 @@
/* status type definition
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 Free Software Foundation, Inc.
This file is part of GCC.