This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Update a few more copyright years


2012-01-01  Marek Polacek  <polacek@redhat.com>

	* elf/pldd.c: Update copyright year.
	* elf/sotruss.ksh: Likewise.
	* nss/makedb.c: Likewise.
	* login/programs/pt_chown.c: Likewise.

--- libc/login/programs/pt_chown.c.mp	2012-01-01 12:02:18.058639510 +0100
+++ libc/login/programs/pt_chown.c	2012-01-01 12:02:40.982639221 +0100
@@ -1,5 +1,5 @@
 /* pt_chmod - helper program for `grantpt'.
-   Copyright (C) 1998, 1999, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2009, 2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by C. Scott Ananian <cananian@alumni.princeton.edu>, 1998.
 
@@ -64,7 +64,7 @@ print_version (FILE *stream, struct argp
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2011");
+"), "2012");
 }
 
 static char *
--- libc/elf/sotruss.ksh.mp	2012-01-01 11:59:18.621639332 +0100
+++ libc/elf/sotruss.ksh	2012-01-01 12:00:27.269866698 +0100
@@ -1,5 +1,5 @@
 #! @KSH@
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -77,7 +77,7 @@ while test $# -gt 0; do
     printf $"Copyright (C) %s Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-" "2011"
+" "2012"
     printf $"Written by %s.\n" "Ulrich Drepper"
     exit 0
     ;;
--- libc/elf/pldd.c.mp	2012-01-01 11:56:38.700636876 +0100
+++ libc/elf/pldd.c	2012-01-01 11:58:51.397731680 +0100
@@ -1,5 +1,5 @@
 /* List dynamic shared objects linked into given process.
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
 
@@ -220,7 +220,7 @@ print_version (FILE *stream, struct argp
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2011");
+"), "2012");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
--- libc/nss/makedb.c.mp	2012-01-01 12:01:44.779511995 +0100
+++ libc/nss/makedb.c	2012-01-01 12:02:00.017513798 +0100
@@ -1,5 +1,5 @@
 /* Create simple DB database from textual input.
-   Copyright (C) 1996-2000, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1996-2000, 2011, 2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
@@ -377,7 +377,7 @@ print_version (FILE *stream, struct argp
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2011");
+"), "2012");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }

	Marek 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]