summaryrefslogtreecommitdiff
path: root/libssp
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2020-01-01 12:51:42 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2020-01-01 12:51:42 +0100
commit8d9254fc8aa32619f640efb01cfe87cc6cdc9ce1 (patch)
tree83c7a9eeabf7f80b661c8c09bb326e8fe70cc1c0 /libssp
parente528bf8d679ec946ed42568978ef4bc5c79bc7bd (diff)
Update copyright years.
From-SVN: r279813
Diffstat (limited to 'libssp')
-rw-r--r--libssp/ChangeLog4
-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
22 files changed, 25 insertions, 21 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog
index c2bac882bb1..b0188d386d0 100644
--- a/libssp/ChangeLog
+++ b/libssp/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-01 Jakub Jelinek <jakub@redhat.com>
+
+ Update copyright years.
+
2019-09-27 Maciej W. Rozycki <macro@wdc.com>
* configure: Regenerate.
diff --git a/libssp/Makefile.am b/libssp/Makefile.am
index 1537377447f..45fee02da4f 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-2019 Free Software Foundation, Inc.
+## Copyright (C) 2005-2020 Free Software Foundation, Inc.
##
AUTOMAKE_OPTIONS = foreign
diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c
index 67b9c18e187..4ad78c1f77b 100644
--- a/libssp/gets-chk.c
+++ b/libssp/gets-chk.c
@@ -1,5 +1,5 @@
/* Checking gets.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/memcpy-chk.c b/libssp/memcpy-chk.c
index 8301aa0f4ca..37dee66d50b 100644
--- a/libssp/memcpy-chk.c
+++ b/libssp/memcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking memcpy.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/memmove-chk.c b/libssp/memmove-chk.c
index 423ba8e4088..71c6583a7ed 100644
--- a/libssp/memmove-chk.c
+++ b/libssp/memmove-chk.c
@@ -1,5 +1,5 @@
/* Checking memmove.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/mempcpy-chk.c b/libssp/mempcpy-chk.c
index e2b44d27a9c..1bcc923ac52 100644
--- a/libssp/mempcpy-chk.c
+++ b/libssp/mempcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking mempcpy.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/memset-chk.c b/libssp/memset-chk.c
index d905e066dad..ef7eeeeaf93 100644
--- a/libssp/memset-chk.c
+++ b/libssp/memset-chk.c
@@ -1,5 +1,5 @@
/* Checking memset.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/snprintf-chk.c b/libssp/snprintf-chk.c
index cb4e4169cd5..5c541f11405 100644
--- a/libssp/snprintf-chk.c
+++ b/libssp/snprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking snprintf.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/sprintf-chk.c b/libssp/sprintf-chk.c
index badc04749bd..4e57cc83159 100644
--- a/libssp/sprintf-chk.c
+++ b/libssp/sprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking sprintf.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp-local.c b/libssp/ssp-local.c
index 0c04c99d84c..fec8b785c3d 100644
--- a/libssp/ssp-local.c
+++ b/libssp/ssp-local.c
@@ -1,5 +1,5 @@
/* Stack protector support.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp.c b/libssp/ssp.c
index 82709112b1a..28f3e9cc64a 100644
--- a/libssp/ssp.c
+++ b/libssp/ssp.c
@@ -1,5 +1,5 @@
/* Stack protector support.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 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 28c5f3d609e..0a8b155eddc 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-2019 Free Software Foundation, Inc.
+ Copyright (C) 2004-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp/stdio.h b/libssp/ssp/stdio.h
index 65b76e59b7e..ac6da9b7f0a 100644
--- a/libssp/ssp/stdio.h
+++ b/libssp/ssp/stdio.h
@@ -1,5 +1,5 @@
/* Checking macros for stdio functions.
- Copyright (C) 2004-2019 Free Software Foundation, Inc.
+ Copyright (C) 2004-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp/string.h b/libssp/ssp/string.h
index 3e2f26d2cb2..c8b6a6ec8f9 100644
--- a/libssp/ssp/string.h
+++ b/libssp/ssp/string.h
@@ -1,5 +1,5 @@
/* Checking macros for string functions.
- Copyright (C) 2004-2019 Free Software Foundation, Inc.
+ Copyright (C) 2004-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/ssp/unistd.h b/libssp/ssp/unistd.h
index c23540a6285..f850be90991 100644
--- a/libssp/ssp/unistd.h
+++ b/libssp/ssp/unistd.h
@@ -1,5 +1,5 @@
/* Checking macros for unistd functions.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/stpcpy-chk.c b/libssp/stpcpy-chk.c
index 2e5957f50e3..a4c682fa121 100644
--- a/libssp/stpcpy-chk.c
+++ b/libssp/stpcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking stpcpy.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strcat-chk.c b/libssp/strcat-chk.c
index ea4b16bfcd6..7a54a163c92 100644
--- a/libssp/strcat-chk.c
+++ b/libssp/strcat-chk.c
@@ -1,5 +1,5 @@
/* Checking strcat.
- Copyright (C) 1991-2019 Free Software Foundation, Inc.
+ Copyright (C) 1991-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strcpy-chk.c b/libssp/strcpy-chk.c
index 8f051a3da42..dad53eea848 100644
--- a/libssp/strcpy-chk.c
+++ b/libssp/strcpy-chk.c
@@ -1,5 +1,5 @@
/* Checking strcpy.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strncat-chk.c b/libssp/strncat-chk.c
index af2647b5540..e4e82b18a17 100644
--- a/libssp/strncat-chk.c
+++ b/libssp/strncat-chk.c
@@ -1,5 +1,5 @@
/* Checking strncat.
- Copyright (C) 1991-2019 Free Software Foundation, Inc.
+ Copyright (C) 1991-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/strncpy-chk.c b/libssp/strncpy-chk.c
index 60425e931bd..b07e824274b 100644
--- a/libssp/strncpy-chk.c
+++ b/libssp/strncpy-chk.c
@@ -1,5 +1,5 @@
/* Checking strncpy.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/vsnprintf-chk.c b/libssp/vsnprintf-chk.c
index 9abb4f30f4d..1fcdb826e84 100644
--- a/libssp/vsnprintf-chk.c
+++ b/libssp/vsnprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking vsnprintf.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libssp/vsprintf-chk.c b/libssp/vsprintf-chk.c
index 91814b2d182..b4205c831ed 100644
--- a/libssp/vsprintf-chk.c
+++ b/libssp/vsprintf-chk.c
@@ -1,5 +1,5 @@
/* Checking vsprintf.
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This file is part of GCC.