diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-06 22:03:54 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-02-06 22:03:54 +0000 |
commit | 1b78544ffe0cdca95b935ca740efb5919a2b72e9 (patch) | |
tree | 0fea64ccb8e93009e882a58b973ffdbffdf017a9 /libssp | |
parent | 144f2e52fcedcc4a139a2a67a3e975b6ddd0d6d4 (diff) | |
download | gcc-1b78544ffe0cdca95b935ca740efb5919a2b72e9.zip gcc-1b78544ffe0cdca95b935ca740efb5919a2b72e9.tar.gz gcc-1b78544ffe0cdca95b935ca740efb5919a2b72e9.tar.bz2 |
Revert libquadmath and libssp copyright patches.
From-SVN: r195820
Diffstat (limited to 'libssp')
-rw-r--r-- | libssp/ChangeLog | 4 | ||||
-rw-r--r-- | libssp/Makefile.am | 3 | ||||
-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 |
22 files changed, 26 insertions, 21 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog index c586b99..eb020d9 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -1,3 +1,7 @@ +2013-02-06 Richard Sandiford <rdsandiford@googlemail.com> + + Revert previous patch. + 2013-02-03 Richard Sandiford <rdsandiford@googlemail.com> Update copyright years. diff --git a/libssp/Makefile.am b/libssp/Makefile.am index a74f0b9..5a2ecac 100644 --- a/libssp/Makefile.am +++ b/libssp/Makefile.am @@ -1,6 +1,7 @@ ## Makefile for the toplevel directory of the libssp library. ## -## Copyright (C) 2005-2013 Free Software Foundation, Inc. +## Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +## Free Software Foundation, Inc. ## AUTOMAKE_OPTIONS = 1.9.5 foreign diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c index 65921bc..053c446 100644 --- a/libssp/gets-chk.c +++ b/libssp/gets-chk.c @@ -1,5 +1,5 @@ /* Checking gets. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memcpy-chk.c b/libssp/memcpy-chk.c index 832e6eb..ad3f0b3 100644 --- a/libssp/memcpy-chk.c +++ b/libssp/memcpy-chk.c @@ -1,5 +1,5 @@ /* Checking memcpy. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memmove-chk.c b/libssp/memmove-chk.c index 64268f6..c28e1b5 100644 --- a/libssp/memmove-chk.c +++ b/libssp/memmove-chk.c @@ -1,5 +1,5 @@ /* Checking memmove. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/mempcpy-chk.c b/libssp/mempcpy-chk.c index aefb2dd..8c254c1 100644 --- a/libssp/mempcpy-chk.c +++ b/libssp/mempcpy-chk.c @@ -1,5 +1,5 @@ /* Checking mempcpy. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/memset-chk.c b/libssp/memset-chk.c index fa9152d..a182069 100644 --- a/libssp/memset-chk.c +++ b/libssp/memset-chk.c @@ -1,5 +1,5 @@ /* Checking memset. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/snprintf-chk.c b/libssp/snprintf-chk.c index ff1c775..37ce77b 100644 --- a/libssp/snprintf-chk.c +++ b/libssp/snprintf-chk.c @@ -1,5 +1,5 @@ /* Checking snprintf. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/sprintf-chk.c b/libssp/sprintf-chk.c index 61de6b8..b47b115 100644 --- a/libssp/sprintf-chk.c +++ b/libssp/sprintf-chk.c @@ -1,5 +1,5 @@ /* Checking sprintf. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp-local.c b/libssp/ssp-local.c index b504beb..19f9d8c 100644 --- a/libssp/ssp-local.c +++ b/libssp/ssp-local.c @@ -1,5 +1,5 @@ /* Stack protector support. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp.c b/libssp/ssp.c index 85220a8..aaa5a32 100644 --- a/libssp/ssp.c +++ b/libssp/ssp.c @@ -1,5 +1,5 @@ /* Stack protector support. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 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 daab2d6..9a50d3e 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-2013 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/stdio.h b/libssp/ssp/stdio.h index b403dfd..283ca62 100644 --- a/libssp/ssp/stdio.h +++ b/libssp/ssp/stdio.h @@ -1,5 +1,5 @@ /* Checking macros for stdio functions. - Copyright (C) 2004-2013 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/string.h b/libssp/ssp/string.h index cf919bd..9e4754c 100644 --- a/libssp/ssp/string.h +++ b/libssp/ssp/string.h @@ -1,5 +1,5 @@ /* Checking macros for string functions. - Copyright (C) 2004-2013 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/ssp/unistd.h b/libssp/ssp/unistd.h index d821aa4..343fe50 100644 --- a/libssp/ssp/unistd.h +++ b/libssp/ssp/unistd.h @@ -1,5 +1,5 @@ /* Checking macros for unistd functions. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/stpcpy-chk.c b/libssp/stpcpy-chk.c index b151407..20d549f 100644 --- a/libssp/stpcpy-chk.c +++ b/libssp/stpcpy-chk.c @@ -1,5 +1,5 @@ /* Checking stpcpy. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strcat-chk.c b/libssp/strcat-chk.c index 5f436ad..2481933 100644 --- a/libssp/strcat-chk.c +++ b/libssp/strcat-chk.c @@ -1,5 +1,5 @@ /* Checking strcat. - Copyright (C) 1991-2013 Free Software Foundation, Inc. + Copyright (C) 1991, 1997, 2003, 2004, 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strcpy-chk.c b/libssp/strcpy-chk.c index a384d98..7568cdb 100644 --- a/libssp/strcpy-chk.c +++ b/libssp/strcpy-chk.c @@ -1,5 +1,5 @@ /* Checking strcpy. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strncat-chk.c b/libssp/strncat-chk.c index 17d66fc..6ab41ff 100644 --- a/libssp/strncat-chk.c +++ b/libssp/strncat-chk.c @@ -1,5 +1,5 @@ /* Checking strncat. - Copyright (C) 1991-2013 Free Software Foundation, Inc. + Copyright (C) 1991, 1997, 2003, 2004, 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/strncpy-chk.c b/libssp/strncpy-chk.c index cd434ed..a69db68 100644 --- a/libssp/strncpy-chk.c +++ b/libssp/strncpy-chk.c @@ -1,5 +1,5 @@ /* Checking strncpy. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/vsnprintf-chk.c b/libssp/vsnprintf-chk.c index 143b6db..d7b4f64 100644 --- a/libssp/vsnprintf-chk.c +++ b/libssp/vsnprintf-chk.c @@ -1,5 +1,5 @@ /* Checking vsnprintf. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libssp/vsprintf-chk.c b/libssp/vsprintf-chk.c index d926245..a6e2578 100644 --- a/libssp/vsprintf-chk.c +++ b/libssp/vsprintf-chk.c @@ -1,5 +1,5 @@ /* Checking vsprintf. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This file is part of GCC. |