diff options
author | Jakub Jelinek <jakub@redhat.com> | 2023-01-16 11:50:43 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2023-01-16 11:52:17 +0100 |
commit | 83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c (patch) | |
tree | 730ac068df829f1af95259b5e9f1830552dc76ca /libssp | |
parent | a31becca488b537cfc24bba7c0f48b2c44726240 (diff) | |
download | gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.zip gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.gz gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.bz2 |
Update copyright years.
Diffstat (limited to 'libssp')
-rw-r--r-- | libssp/Makefile.am | 2 | ||||
-rw-r--r-- | libssp/gets-chk.c | 2 | ||||
-rw-r--r-- | libssp/memcpy-chk.c | 2 | ||||
-rw-r--r-- | libssp/memmove-chk.c | 2 | ||||
-rw-r--r-- | libssp/mempcpy-chk.c | 2 | ||||
-rw-r--r-- | libssp/memset-chk.c | 2 | ||||
-rw-r--r-- | libssp/snprintf-chk.c | 2 | ||||
-rw-r--r-- | libssp/sprintf-chk.c | 2 | ||||
-rw-r--r-- | libssp/ssp-local.c | 2 | ||||
-rw-r--r-- | libssp/ssp.c | 2 | ||||
-rw-r--r-- | libssp/ssp/ssp.h.in | 2 | ||||
-rw-r--r-- | libssp/ssp/stdio.h | 2 | ||||
-rw-r--r-- | libssp/ssp/string.h | 2 | ||||
-rw-r--r-- | libssp/ssp/unistd.h | 2 | ||||
-rw-r--r-- | libssp/stpcpy-chk.c | 2 | ||||
-rw-r--r-- | libssp/strcat-chk.c | 2 | ||||
-rw-r--r-- | libssp/strcpy-chk.c | 2 | ||||
-rw-r--r-- | libssp/strncat-chk.c | 2 | ||||
-rw-r--r-- | libssp/strncpy-chk.c | 2 | ||||
-rw-r--r-- | libssp/vsnprintf-chk.c | 2 | ||||
-rw-r--r-- | libssp/vsprintf-chk.c | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/libssp/Makefile.am b/libssp/Makefile.am index 945dc3c..1636e43 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-2022 Free Software Foundation, Inc. +## Copyright (C) 2005-2023 Free Software Foundation, Inc. ## AUTOMAKE_OPTIONS = foreign diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c index 14576b5..23ac8dd 100644 --- a/libssp/gets-chk.c +++ b/libssp/gets-chk.c @@ -1,5 +1,5 @@ /* Checking gets. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memcpy-chk.c b/libssp/memcpy-chk.c index 1918a39..b3a812f 100644 --- a/libssp/memcpy-chk.c +++ b/libssp/memcpy-chk.c @@ -1,5 +1,5 @@ /* Checking memcpy. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memmove-chk.c b/libssp/memmove-chk.c index 444f869..780c04c 100644 --- a/libssp/memmove-chk.c +++ b/libssp/memmove-chk.c @@ -1,5 +1,5 @@ /* Checking memmove. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/mempcpy-chk.c b/libssp/mempcpy-chk.c index dc16aef..d24bb9b 100644 --- a/libssp/mempcpy-chk.c +++ b/libssp/mempcpy-chk.c @@ -1,5 +1,5 @@ /* Checking mempcpy. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memset-chk.c b/libssp/memset-chk.c index 4a72052..50d2afd 100644 --- a/libssp/memset-chk.c +++ b/libssp/memset-chk.c @@ -1,5 +1,5 @@ /* Checking memset. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/snprintf-chk.c b/libssp/snprintf-chk.c index 4c3730d..f3e31c3 100644 --- a/libssp/snprintf-chk.c +++ b/libssp/snprintf-chk.c @@ -1,5 +1,5 @@ /* Checking snprintf. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/sprintf-chk.c b/libssp/sprintf-chk.c index 02e3237..413a0ac 100644 --- a/libssp/sprintf-chk.c +++ b/libssp/sprintf-chk.c @@ -1,5 +1,5 @@ /* Checking sprintf. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp-local.c b/libssp/ssp-local.c index 520918f..8bc2abe 100644 --- a/libssp/ssp-local.c +++ b/libssp/ssp-local.c @@ -1,5 +1,5 @@ /* Stack protector support. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp.c b/libssp/ssp.c index 5ef8643..d37cca6 100644 --- a/libssp/ssp.c +++ b/libssp/ssp.c @@ -1,5 +1,5 @@ /* Stack protector support. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 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 25ddc28..08adefb 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-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/stdio.h b/libssp/ssp/stdio.h index 5e47300..e9d3909 100644 --- a/libssp/ssp/stdio.h +++ b/libssp/ssp/stdio.h @@ -1,5 +1,5 @@ /* Checking macros for stdio functions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/string.h b/libssp/ssp/string.h index 98b5719..41ccede 100644 --- a/libssp/ssp/string.h +++ b/libssp/ssp/string.h @@ -1,5 +1,5 @@ /* Checking macros for string functions. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/unistd.h b/libssp/ssp/unistd.h index 9609615..f8d8fc9 100644 --- a/libssp/ssp/unistd.h +++ b/libssp/ssp/unistd.h @@ -1,5 +1,5 @@ /* Checking macros for unistd functions. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/stpcpy-chk.c b/libssp/stpcpy-chk.c index 1a76419..dd01eb3 100644 --- a/libssp/stpcpy-chk.c +++ b/libssp/stpcpy-chk.c @@ -1,5 +1,5 @@ /* Checking stpcpy. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strcat-chk.c b/libssp/strcat-chk.c index b06d66b..0f481f4 100644 --- a/libssp/strcat-chk.c +++ b/libssp/strcat-chk.c @@ -1,5 +1,5 @@ /* Checking strcat. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strcpy-chk.c b/libssp/strcpy-chk.c index 8cb86df..815c582e 100644 --- a/libssp/strcpy-chk.c +++ b/libssp/strcpy-chk.c @@ -1,5 +1,5 @@ /* Checking strcpy. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strncat-chk.c b/libssp/strncat-chk.c index 9a8cc17..b8842d1 100644 --- a/libssp/strncat-chk.c +++ b/libssp/strncat-chk.c @@ -1,5 +1,5 @@ /* Checking strncat. - Copyright (C) 1991-2022 Free Software Foundation, Inc. + Copyright (C) 1991-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strncpy-chk.c b/libssp/strncpy-chk.c index ea277a2..4d3f7e1 100644 --- a/libssp/strncpy-chk.c +++ b/libssp/strncpy-chk.c @@ -1,5 +1,5 @@ /* Checking strncpy. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/vsnprintf-chk.c b/libssp/vsnprintf-chk.c index 30d3c64..efc4798 100644 --- a/libssp/vsnprintf-chk.c +++ b/libssp/vsnprintf-chk.c @@ -1,5 +1,5 @@ /* Checking vsnprintf. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/vsprintf-chk.c b/libssp/vsprintf-chk.c index 1abaca8..e69d493 100644 --- a/libssp/vsprintf-chk.c +++ b/libssp/vsprintf-chk.c @@ -1,5 +1,5 @@ /* Checking vsprintf. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GCC. |