public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* RFA: Update copyright for libssp
@ 2013-02-03 10:40 Richard Sandiford
  2013-02-03 12:01 ` Jakub Jelinek
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Sandiford @ 2013-02-03 10:40 UTC (permalink / raw)
  To: gcc-patches

Seems like one of the simpler directories copyrightwise.

Tested on x86_64-linux-gnu.  OK to install?

Richard


libssp/
	Update copyright years.

Index: libssp/Makefile.am
===================================================================
--- libssp/Makefile.am	2013-02-02 21:33:00.662873290 +0000
+++ libssp/Makefile.am	2013-02-03 10:38:09.932328041 +0000
@@ -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: libssp/gets-chk.c
===================================================================
--- libssp/gets-chk.c	2013-02-02 21:33:00.663873298 +0000
+++ libssp/gets-chk.c	2013-02-03 10:38:09.932328041 +0000
@@ -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: libssp/memcpy-chk.c
===================================================================
--- libssp/memcpy-chk.c	2013-02-02 21:33:00.662873290 +0000
+++ libssp/memcpy-chk.c	2013-02-03 10:38:09.957328212 +0000
@@ -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: libssp/memmove-chk.c
===================================================================
--- libssp/memmove-chk.c	2013-02-02 21:33:00.662873290 +0000
+++ libssp/memmove-chk.c	2013-02-03 10:38:09.958328218 +0000
@@ -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: libssp/mempcpy-chk.c
===================================================================
--- libssp/mempcpy-chk.c	2013-02-02 21:33:00.662873290 +0000
+++ libssp/mempcpy-chk.c	2013-02-03 10:38:09.958328218 +0000
@@ -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: libssp/memset-chk.c
===================================================================
--- libssp/memset-chk.c	2013-02-02 21:33:00.661873282 +0000
+++ libssp/memset-chk.c	2013-02-03 10:38:09.959328225 +0000
@@ -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: libssp/snprintf-chk.c
===================================================================
--- libssp/snprintf-chk.c	2013-02-02 21:33:00.661873282 +0000
+++ libssp/snprintf-chk.c	2013-02-03 10:38:09.959328225 +0000
@@ -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: libssp/sprintf-chk.c
===================================================================
--- libssp/sprintf-chk.c	2013-02-02 21:33:00.662873290 +0000
+++ libssp/sprintf-chk.c	2013-02-03 10:38:09.959328225 +0000
@@ -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: libssp/ssp-local.c
===================================================================
--- libssp/ssp-local.c	2013-02-02 21:33:00.662873290 +0000
+++ libssp/ssp-local.c	2013-02-03 10:38:09.960328233 +0000
@@ -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: libssp/ssp.c
===================================================================
--- libssp/ssp.c	2013-02-02 21:33:00.662873290 +0000
+++ libssp/ssp.c	2013-02-03 10:38:09.960328233 +0000
@@ -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: libssp/ssp/ssp.h.in
===================================================================
--- libssp/ssp/ssp.h.in	2013-02-02 21:33:00.661873282 +0000
+++ libssp/ssp/ssp.h.in	2013-02-03 10:38:09.961328240 +0000
@@ -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: libssp/ssp/stdio.h
===================================================================
--- libssp/ssp/stdio.h	2013-02-02 21:33:00.661873282 +0000
+++ libssp/ssp/stdio.h	2013-02-03 10:38:09.961328240 +0000
@@ -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: libssp/ssp/string.h
===================================================================
--- libssp/ssp/string.h	2013-02-02 21:33:00.661873282 +0000
+++ libssp/ssp/string.h	2013-02-03 10:38:09.969328294 +0000
@@ -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: libssp/ssp/unistd.h
===================================================================
--- libssp/ssp/unistd.h	2013-02-02 21:33:00.661873282 +0000
+++ libssp/ssp/unistd.h	2013-02-03 10:38:09.969328294 +0000
@@ -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: libssp/stpcpy-chk.c
===================================================================
--- libssp/stpcpy-chk.c	2013-02-02 21:33:00.661873282 +0000
+++ libssp/stpcpy-chk.c	2013-02-03 10:38:09.969328294 +0000
@@ -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: libssp/strcat-chk.c
===================================================================
--- libssp/strcat-chk.c	2013-02-02 21:33:00.662873290 +0000
+++ libssp/strcat-chk.c	2013-02-03 10:38:09.969328294 +0000
@@ -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: libssp/strcpy-chk.c
===================================================================
--- libssp/strcpy-chk.c	2013-02-02 21:33:00.663873298 +0000
+++ libssp/strcpy-chk.c	2013-02-03 10:38:09.970328301 +0000
@@ -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: libssp/strncat-chk.c
===================================================================
--- libssp/strncat-chk.c	2013-02-02 21:33:00.662873290 +0000
+++ libssp/strncat-chk.c	2013-02-03 10:38:09.970328301 +0000
@@ -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: libssp/strncpy-chk.c
===================================================================
--- libssp/strncpy-chk.c	2013-02-02 21:33:00.662873290 +0000
+++ libssp/strncpy-chk.c	2013-02-03 10:38:09.970328301 +0000
@@ -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: libssp/vsnprintf-chk.c
===================================================================
--- libssp/vsnprintf-chk.c	2013-02-02 21:33:00.661873282 +0000
+++ libssp/vsnprintf-chk.c	2013-02-03 10:38:09.970328301 +0000
@@ -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: libssp/vsprintf-chk.c
===================================================================
--- libssp/vsprintf-chk.c	2013-02-02 21:33:00.662873290 +0000
+++ libssp/vsprintf-chk.c	2013-02-03 10:38:09.971328308 +0000
@@ -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.
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: RFA: Update copyright for libssp
  2013-02-03 10:40 RFA: Update copyright for libssp Richard Sandiford
@ 2013-02-03 12:01 ` Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2013-02-03 12:01 UTC (permalink / raw)
  To: gcc-patches, rdsandiford

On Sun, Feb 03, 2013 at 10:39:55AM +0000, Richard Sandiford wrote:
> Seems like one of the simpler directories copyrightwise.
> 
> Tested on x86_64-linux-gnu.  OK to install?
> 
> Richard
> 
> 
> libssp/
> 	Update copyright years.

Similar to libquadmath, these files are copied/modified over from glibc
origins.  Makefile.am change is of course fine.

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-03 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-03 10:40 RFA: Update copyright for libssp Richard Sandiford
2013-02-03 12:01 ` Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).