]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update copyright in libssp.
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 3 Feb 2013 17:50:44 +0000 (17:50 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 3 Feb 2013 17:50:44 +0000 (17:50 +0000)
From-SVN: r195700

22 files changed:
libssp/ChangeLog
libssp/Makefile.am
libssp/gets-chk.c
libssp/memcpy-chk.c
libssp/memmove-chk.c
libssp/mempcpy-chk.c
libssp/memset-chk.c
libssp/snprintf-chk.c
libssp/sprintf-chk.c
libssp/ssp-local.c
libssp/ssp.c
libssp/ssp/ssp.h.in
libssp/ssp/stdio.h
libssp/ssp/string.h
libssp/ssp/unistd.h
libssp/stpcpy-chk.c
libssp/strcat-chk.c
libssp/strcpy-chk.c
libssp/strncat-chk.c
libssp/strncpy-chk.c
libssp/vsnprintf-chk.c
libssp/vsprintf-chk.c

index 294dfd5d26b805835a8c5bde2d5cc2f3066bdca7..c586b99d2b3d2ec7b27e7b212713cead7a44e3fa 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years.
+
 2013-01-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
        PR 55982
index 5a2ecac1f45a11b32f5fadbc1d539d6b0bda3f15..a74f0b9801a639947b1f828dd3dc79d606562def 100644 (file)
@@ -1,7 +1,6 @@
 ## Makefile for the toplevel directory of the libssp library.
 ##
-## Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
-## Free Software Foundation, Inc.
+## Copyright (C) 2005-2013 Free Software Foundation, Inc.
 ##
 
 AUTOMAKE_OPTIONS = 1.9.5 foreign
index 053c4462647053c854bc9163c8734fe74ee780e8..65921bc1ff8caa6a0624bcff872d9ba910733fd1 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking gets.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index ad3f0b340ce82622fdc363bcbb0e3c6155f6eda6..832e6ebff0df66aa66d24dbe11ad961307216200 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking memcpy.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index c28e1b59f2f7e17ffef6ec039f80e6cbb31673b2..64268f6bc99ca4eee1f58de66dd79013b5a0637a 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking memmove.
-   Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 8c254c17dd3a3c90e07576975ac1f57349b3c7d3..aefb2dde669ecd42fe0bf705b570a89ad0189424 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking mempcpy.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index a1820694a3bf4c7e423435627bb5bc610b86a7c5..fa9152d5bf4cac44bde822a112edea5a4dcc8ec7 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking memset.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 37ce77b149848585b013d8af5fedf18674e13b08..ff1c775bbfdbaf5e4754fbd0c42e450d18757068 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking snprintf.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index b47b115c18c3ca2aa497d1e96adea907bb6e9c61..61de6b85b2ef598cbfd4f3a2e9c41f8b26842500 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking sprintf.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 19f9d8c800dc48039632b6f74ea46678f956fc80..b504beb982cf47ec8870e246a3ee2998505eac63 100644 (file)
@@ -1,5 +1,5 @@
 /* Stack protector support.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index aaa5a322c8de59a3d98ba942ab952af5a49bbfcf..85220a8e375aa952b5766bb2b7fa5275b311f956 100644 (file)
@@ -1,5 +1,5 @@
 /* Stack protector support.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 9a50d3e3a3589a755aab1b99bdda7081673772e8..daab2d6c7f394c143c2d26a52d290022d711f856 100644 (file)
@@ -1,5 +1,5 @@
 /* Object size checking support macros.
-   Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 283ca6273ddb2be836ef2035843fe09ab2cc7827..b403dfd99a2d81a4447eeddfe2670aee1de0d0aa 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking macros for stdio functions.
-   Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 9e4754c617b8bf9366a62e2b700e6da01cfc8fa4..cf919bd936fa34684db7abd460b3dab7db686bbf 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking macros for string functions.
-   Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 343fe5034eb3e05d145510a3cc4eaf4ed74785d6..d821aa49ceb9199e2b6d37e50cc9bbf9f0900eef 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking macros for unistd functions.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 20d549faa444da82c2901485e5dc035693a911bb..b15140784f2248ed099c942d656aa65372c1adb3 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking stpcpy.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 2481933ebf6787c277eee16b7109f3a153482dcd..5f436adf8bb6351718f5ac9cbe20ebc104c0f674 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking strcat.
-   Copyright (C) 1991, 1997, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1991-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 7568cdbcd969b5984e2a0f539836764028d31f5e..a384d98ab42ce27de91adb791f3c2c233c59bf3d 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking strcpy.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 6ab41ffbc68e3f72a0ea2887ac5b799ea342561e..17d66fcad23566acdebdfbb837b78d2ae153f390 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking strncat.
-   Copyright (C) 1991, 1997, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1991-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index a69db68ecd0f7d3efd865bdc39ed127b1472ed28..cd434ed01397c6edcf8044318f6643d40e7d9f9c 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking strncpy.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index d7b4f64abd0009aa78f4caed590b069fc3f0b659..143b6dbf17e5f1ddf97361068936ed952d643820 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking vsnprintf.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index a6e2578284cc5e63da2454c26052fa117ce92f2f..d9262459ab90f07da2b12f944ff037e2bc0fb553 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking vsprintf.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.