aboutsummaryrefslogtreecommitdiff
path: root/libssp
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 /libssp
parent9afc19159c2947cddee0c833429da1f190fe34ca (diff)
downloadgcc-a945c346f57ba40fc80c14ac59be0d43624e559d.zip
gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.gz
gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.bz2
Update copyright years.
Diffstat (limited to 'libssp')
-rw-r--r--libssp/Makefile.am2
-rw-r--r--libssp/gets-chk.c2
-rw-r--r--libssp/memcpy-chk.c2
-rw-r--r--libssp/memmove-chk.c2
-rw-r--r--libssp/mempcpy-chk.c2
-rw-r--r--libssp/memset-chk.c2
-rw-r--r--libssp/snprintf-chk.c2
-rw-r--r--libssp/sprintf-chk.c2
-rw-r--r--libssp/ssp-local.c2
-rw-r--r--libssp/ssp.c2
-rw-r--r--libssp/ssp/ssp.h.in2
-rw-r--r--libssp/ssp/stdio.h2
-rw-r--r--libssp/ssp/string.h2
-rw-r--r--libssp/ssp/unistd.h2
-rw-r--r--libssp/stpcpy-chk.c2
-rw-r--r--libssp/strcat-chk.c2
-rw-r--r--libssp/strcpy-chk.c2
-rw-r--r--libssp/strncat-chk.c2
-rw-r--r--libssp/strncpy-chk.c2
-rw-r--r--libssp/vsnprintf-chk.c2
-rw-r--r--libssp/vsprintf-chk.c2
21 files changed, 21 insertions, 21 deletions
diff --git a/libssp/Makefile.am b/libssp/Makefile.am
index b126948..8d0bcf8 100644
--- a/libssp/Makefile.am
+++ b/libssp/Makefile.am
@@ -1,6 +1,6 @@
## Makefile for the toplevel directory of the libssp library.
##
-## Copyright (C) 2005-2023 Free Software Foundation, Inc.
+## Copyright (C) 2005-2024 Free Software Foundation, Inc.
##
AUTOMAKE_OPTIONS = foreign
diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c
index 23ac8dd..1d49958 100644
--- a/libssp/gets-chk.c
+++ b/libssp/gets-chk.c
@@ -1,5 +1,5 @@
/* Checking gets.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/memcpy-chk.c b/libssp/memcpy-chk.c
index b3a812f..9caacfa 100644
--- a/libssp/memcpy-chk.c
+++ b/libssp/memcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking memcpy.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/memmove-chk.c b/libssp/memmove-chk.c
index 780c04c..02d75f1 100644
--- a/libssp/memmove-chk.c
+++ b/libssp/memmove-chk.c
@@ -1,5 +1,5 @@
/* Checking memmove.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/mempcpy-chk.c b/libssp/mempcpy-chk.c
index d24bb9b..66bba82 100644
--- a/libssp/mempcpy-chk.c
+++ b/libssp/mempcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking mempcpy.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/memset-chk.c b/libssp/memset-chk.c
index 50d2afd..fa05248 100644
--- a/libssp/memset-chk.c
+++ b/libssp/memset-chk.c
@@ -1,5 +1,5 @@
/* Checking memset.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/snprintf-chk.c b/libssp/snprintf-chk.c
index f3e31c3..c320cff 100644
--- a/libssp/snprintf-chk.c
+++ b/libssp/snprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking snprintf.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/sprintf-chk.c b/libssp/sprintf-chk.c
index 413a0ac..d5cc1427 100644
--- a/libssp/sprintf-chk.c
+++ b/libssp/sprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking sprintf.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp-local.c b/libssp/ssp-local.c
index 8bc2abe..b1cd45f 100644
--- a/libssp/ssp-local.c
+++ b/libssp/ssp-local.c
@@ -1,5 +1,5 @@
/* Stack protector support.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp.c b/libssp/ssp.c
index d37cca6..5ce2d09 100644
--- a/libssp/ssp.c
+++ b/libssp/ssp.c
@@ -1,5 +1,5 @@
/* Stack protector support.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp/ssp.h.in b/libssp/ssp/ssp.h.in
index 08adefb..de53e51 100644
--- a/libssp/ssp/ssp.h.in
+++ b/libssp/ssp/ssp.h.in
@@ -1,5 +1,5 @@
/* Object size checking support macros.
- Copyright (C) 2004-2023 Free Software Foundation, Inc.
+ Copyright (C) 2004-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp/stdio.h b/libssp/ssp/stdio.h
index e9d3909..d690b31 100644
--- a/libssp/ssp/stdio.h
+++ b/libssp/ssp/stdio.h
@@ -1,5 +1,5 @@
/* Checking macros for stdio functions.
- Copyright (C) 2004-2023 Free Software Foundation, Inc.
+ Copyright (C) 2004-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp/string.h b/libssp/ssp/string.h
index 41ccede..6cecf41 100644
--- a/libssp/ssp/string.h
+++ b/libssp/ssp/string.h
@@ -1,5 +1,5 @@
/* Checking macros for string functions.
- Copyright (C) 2004-2023 Free Software Foundation, Inc.
+ Copyright (C) 2004-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp/unistd.h b/libssp/ssp/unistd.h
index f8d8fc9..3cffd6b 100644
--- a/libssp/ssp/unistd.h
+++ b/libssp/ssp/unistd.h
@@ -1,5 +1,5 @@
/* Checking macros for unistd functions.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/stpcpy-chk.c b/libssp/stpcpy-chk.c
index dd01eb3..9dc7b5a 100644
--- a/libssp/stpcpy-chk.c
+++ b/libssp/stpcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking stpcpy.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strcat-chk.c b/libssp/strcat-chk.c
index 0f481f4..538d0b4a 100644
--- a/libssp/strcat-chk.c
+++ b/libssp/strcat-chk.c
@@ -1,5 +1,5 @@
/* Checking strcat.
- Copyright (C) 1991-2023 Free Software Foundation, Inc.
+ Copyright (C) 1991-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strcpy-chk.c b/libssp/strcpy-chk.c
index 815c582e..f897b88 100644
--- a/libssp/strcpy-chk.c
+++ b/libssp/strcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking strcpy.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strncat-chk.c b/libssp/strncat-chk.c
index b8842d1..fb3a931 100644
--- a/libssp/strncat-chk.c
+++ b/libssp/strncat-chk.c
@@ -1,5 +1,5 @@
/* Checking strncat.
- Copyright (C) 1991-2023 Free Software Foundation, Inc.
+ Copyright (C) 1991-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strncpy-chk.c b/libssp/strncpy-chk.c
index 4d3f7e1..9062419 100644
--- a/libssp/strncpy-chk.c
+++ b/libssp/strncpy-chk.c
@@ -1,5 +1,5 @@
/* Checking strncpy.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/vsnprintf-chk.c b/libssp/vsnprintf-chk.c
index efc4798..1a5e994 100644
--- a/libssp/vsnprintf-chk.c
+++ b/libssp/vsnprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking vsnprintf.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/vsprintf-chk.c b/libssp/vsprintf-chk.c
index e69d493..a9a1d21 100644
--- a/libssp/vsprintf-chk.c
+++ b/libssp/vsprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking vsprintf.
- Copyright (C) 2005-2023 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.