aboutsummaryrefslogtreecommitdiff
path: root/libssp
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2021-01-04 10:26:59 +0100
committerJakub Jelinek <jakub@redhat.com>2021-01-04 10:26:59 +0100
commit99dee82307f1e163e150c9c810452979994047ce (patch)
tree4f935e06cc2e81cb69c09eab061c9dcf8dbbbfd4 /libssp
parentc00e2af3639eda2dccffb55049b3d79389fbe90a (diff)
downloadgcc-99dee82307f1e163e150c9c810452979994047ce.zip
gcc-99dee82307f1e163e150c9c810452979994047ce.tar.gz
gcc-99dee82307f1e163e150c9c810452979994047ce.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 45fee02..6045c32 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-2020 Free Software Foundation, Inc.
+## Copyright (C) 2005-2021 Free Software Foundation, Inc.
##
AUTOMAKE_OPTIONS = foreign
diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c
index 4ad78c1..47a58e1 100644
--- a/libssp/gets-chk.c
+++ b/libssp/gets-chk.c
@@ -1,5 +1,5 @@
/* Checking gets.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/memcpy-chk.c b/libssp/memcpy-chk.c
index 37dee66..0e9438a 100644
--- a/libssp/memcpy-chk.c
+++ b/libssp/memcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking memcpy.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/memmove-chk.c b/libssp/memmove-chk.c
index 71c6583..407e55b 100644
--- a/libssp/memmove-chk.c
+++ b/libssp/memmove-chk.c
@@ -1,5 +1,5 @@
/* Checking memmove.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/mempcpy-chk.c b/libssp/mempcpy-chk.c
index 1bcc923..7d5fa19 100644
--- a/libssp/mempcpy-chk.c
+++ b/libssp/mempcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking mempcpy.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/memset-chk.c b/libssp/memset-chk.c
index ef7eeee..2f21daa 100644
--- a/libssp/memset-chk.c
+++ b/libssp/memset-chk.c
@@ -1,5 +1,5 @@
/* Checking memset.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/snprintf-chk.c b/libssp/snprintf-chk.c
index 5c541f1..e4a8d9c 100644
--- a/libssp/snprintf-chk.c
+++ b/libssp/snprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking snprintf.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/sprintf-chk.c b/libssp/sprintf-chk.c
index 4e57cc8..dd0da6d 100644
--- a/libssp/sprintf-chk.c
+++ b/libssp/sprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking sprintf.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp-local.c b/libssp/ssp-local.c
index fec8b78..e89af71 100644
--- a/libssp/ssp-local.c
+++ b/libssp/ssp-local.c
@@ -1,5 +1,5 @@
/* Stack protector support.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp.c b/libssp/ssp.c
index 28f3e9c..6e911f0 100644
--- a/libssp/ssp.c
+++ b/libssp/ssp.c
@@ -1,5 +1,5 @@
/* Stack protector support.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 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 0a8b155..820a4d6 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-2020 Free Software Foundation, Inc.
+ Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp/stdio.h b/libssp/ssp/stdio.h
index ac6da9b..7b6d695 100644
--- a/libssp/ssp/stdio.h
+++ b/libssp/ssp/stdio.h
@@ -1,5 +1,5 @@
/* Checking macros for stdio functions.
- Copyright (C) 2004-2020 Free Software Foundation, Inc.
+ Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp/string.h b/libssp/ssp/string.h
index c8b6a6e..c798c2a 100644
--- a/libssp/ssp/string.h
+++ b/libssp/ssp/string.h
@@ -1,5 +1,5 @@
/* Checking macros for string functions.
- Copyright (C) 2004-2020 Free Software Foundation, Inc.
+ Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp/unistd.h b/libssp/ssp/unistd.h
index f850be9..c7564c2 100644
--- a/libssp/ssp/unistd.h
+++ b/libssp/ssp/unistd.h
@@ -1,5 +1,5 @@
/* Checking macros for unistd functions.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/stpcpy-chk.c b/libssp/stpcpy-chk.c
index a4c682f..5504d91 100644
--- a/libssp/stpcpy-chk.c
+++ b/libssp/stpcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking stpcpy.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strcat-chk.c b/libssp/strcat-chk.c
index 7a54a16..43dce0c 100644
--- a/libssp/strcat-chk.c
+++ b/libssp/strcat-chk.c
@@ -1,5 +1,5 @@
/* Checking strcat.
- Copyright (C) 1991-2020 Free Software Foundation, Inc.
+ Copyright (C) 1991-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strcpy-chk.c b/libssp/strcpy-chk.c
index dad53ee..f2c0f21 100644
--- a/libssp/strcpy-chk.c
+++ b/libssp/strcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking strcpy.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strncat-chk.c b/libssp/strncat-chk.c
index e4e82b1..495cbcf 100644
--- a/libssp/strncat-chk.c
+++ b/libssp/strncat-chk.c
@@ -1,5 +1,5 @@
/* Checking strncat.
- Copyright (C) 1991-2020 Free Software Foundation, Inc.
+ Copyright (C) 1991-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strncpy-chk.c b/libssp/strncpy-chk.c
index b07e824..cb734d9 100644
--- a/libssp/strncpy-chk.c
+++ b/libssp/strncpy-chk.c
@@ -1,5 +1,5 @@
/* Checking strncpy.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/vsnprintf-chk.c b/libssp/vsnprintf-chk.c
index 1fcdb82..0cd422a 100644
--- a/libssp/vsnprintf-chk.c
+++ b/libssp/vsnprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking vsnprintf.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/vsprintf-chk.c b/libssp/vsprintf-chk.c
index b4205c8..07b4804 100644
--- a/libssp/vsprintf-chk.c
+++ b/libssp/vsprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking vsprintf.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GCC.