diff options
author | Jakub Jelinek <jakub@redhat.com> | 2022-01-03 10:42:10 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2022-01-03 10:42:10 +0100 |
commit | 7adcbafe45f8001b698967defe682687b52c0007 (patch) | |
tree | a927c8a8ba5f074c814e92a1fe7b01c1f50199ee /libssp | |
parent | 5d5db19630ff3b56c91a1c15d12c8167627f9ebe (diff) | |
download | gcc-7adcbafe45f8001b698967defe682687b52c0007.zip gcc-7adcbafe45f8001b698967defe682687b52c0007.tar.gz gcc-7adcbafe45f8001b698967defe682687b52c0007.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 6045c32..945dc3c 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-2021 Free Software Foundation, Inc. +## Copyright (C) 2005-2022 Free Software Foundation, Inc. ## AUTOMAKE_OPTIONS = foreign diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c index 47a58e1..14576b5 100644 --- a/libssp/gets-chk.c +++ b/libssp/gets-chk.c @@ -1,5 +1,5 @@ /* Checking gets. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memcpy-chk.c b/libssp/memcpy-chk.c index 0e9438a..1918a39 100644 --- a/libssp/memcpy-chk.c +++ b/libssp/memcpy-chk.c @@ -1,5 +1,5 @@ /* Checking memcpy. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memmove-chk.c b/libssp/memmove-chk.c index 407e55b..444f869 100644 --- a/libssp/memmove-chk.c +++ b/libssp/memmove-chk.c @@ -1,5 +1,5 @@ /* Checking memmove. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/mempcpy-chk.c b/libssp/mempcpy-chk.c index 7d5fa19..dc16aef 100644 --- a/libssp/mempcpy-chk.c +++ b/libssp/mempcpy-chk.c @@ -1,5 +1,5 @@ /* Checking mempcpy. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memset-chk.c b/libssp/memset-chk.c index 2f21daa..4a72052 100644 --- a/libssp/memset-chk.c +++ b/libssp/memset-chk.c @@ -1,5 +1,5 @@ /* Checking memset. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/snprintf-chk.c b/libssp/snprintf-chk.c index e4a8d9c..4c3730d 100644 --- a/libssp/snprintf-chk.c +++ b/libssp/snprintf-chk.c @@ -1,5 +1,5 @@ /* Checking snprintf. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/sprintf-chk.c b/libssp/sprintf-chk.c index dd0da6d..02e3237 100644 --- a/libssp/sprintf-chk.c +++ b/libssp/sprintf-chk.c @@ -1,5 +1,5 @@ /* Checking sprintf. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp-local.c b/libssp/ssp-local.c index e89af71..520918f 100644 --- a/libssp/ssp-local.c +++ b/libssp/ssp-local.c @@ -1,5 +1,5 @@ /* Stack protector support. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp.c b/libssp/ssp.c index 6e911f0..72b7a1d 100644 --- a/libssp/ssp.c +++ b/libssp/ssp.c @@ -1,5 +1,5 @@ /* Stack protector support. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 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 820a4d6..25ddc28 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-2021 Free Software Foundation, Inc. + Copyright (C) 2004-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/stdio.h b/libssp/ssp/stdio.h index 7b6d695..5e47300 100644 --- a/libssp/ssp/stdio.h +++ b/libssp/ssp/stdio.h @@ -1,5 +1,5 @@ /* Checking macros for stdio functions. - Copyright (C) 2004-2021 Free Software Foundation, Inc. + Copyright (C) 2004-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/string.h b/libssp/ssp/string.h index c798c2a..98b5719 100644 --- a/libssp/ssp/string.h +++ b/libssp/ssp/string.h @@ -1,5 +1,5 @@ /* Checking macros for string functions. - Copyright (C) 2004-2021 Free Software Foundation, Inc. + Copyright (C) 2004-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/unistd.h b/libssp/ssp/unistd.h index c7564c2..9609615 100644 --- a/libssp/ssp/unistd.h +++ b/libssp/ssp/unistd.h @@ -1,5 +1,5 @@ /* Checking macros for unistd functions. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/stpcpy-chk.c b/libssp/stpcpy-chk.c index 5504d91..1a76419 100644 --- a/libssp/stpcpy-chk.c +++ b/libssp/stpcpy-chk.c @@ -1,5 +1,5 @@ /* Checking stpcpy. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strcat-chk.c b/libssp/strcat-chk.c index 43dce0c..b06d66b 100644 --- a/libssp/strcat-chk.c +++ b/libssp/strcat-chk.c @@ -1,5 +1,5 @@ /* Checking strcat. - Copyright (C) 1991-2021 Free Software Foundation, Inc. + Copyright (C) 1991-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strcpy-chk.c b/libssp/strcpy-chk.c index f2c0f21..8cb86df 100644 --- a/libssp/strcpy-chk.c +++ b/libssp/strcpy-chk.c @@ -1,5 +1,5 @@ /* Checking strcpy. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strncat-chk.c b/libssp/strncat-chk.c index 495cbcf..9a8cc17 100644 --- a/libssp/strncat-chk.c +++ b/libssp/strncat-chk.c @@ -1,5 +1,5 @@ /* Checking strncat. - Copyright (C) 1991-2021 Free Software Foundation, Inc. + Copyright (C) 1991-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strncpy-chk.c b/libssp/strncpy-chk.c index cb734d9..ea277a2 100644 --- a/libssp/strncpy-chk.c +++ b/libssp/strncpy-chk.c @@ -1,5 +1,5 @@ /* Checking strncpy. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/vsnprintf-chk.c b/libssp/vsnprintf-chk.c index 0cd422a..30d3c64 100644 --- a/libssp/vsnprintf-chk.c +++ b/libssp/vsnprintf-chk.c @@ -1,5 +1,5 @@ /* Checking vsnprintf. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/vsprintf-chk.c b/libssp/vsprintf-chk.c index 07b4804..1abaca8 100644 --- a/libssp/vsprintf-chk.c +++ b/libssp/vsprintf-chk.c @@ -1,5 +1,5 @@ /* Checking vsprintf. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GCC. |