summaryrefslogtreecommitdiff
path: root/libc/nss
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nss')
-rw-r--r--libc/nss/Makefile3
-rw-r--r--libc/nss/XXX-lookup.c2
-rw-r--r--libc/nss/alias-lookup.c2
-rw-r--r--libc/nss/databases.def2
-rw-r--r--libc/nss/db-Makefile2
-rw-r--r--libc/nss/digits_dots.c2
-rw-r--r--libc/nss/ethers-lookup.c2
-rw-r--r--libc/nss/function.def2
-rw-r--r--libc/nss/getXXbyYY.c2
-rw-r--r--libc/nss/getXXbyYY_r.c2
-rw-r--r--libc/nss/getXXent.c2
-rw-r--r--libc/nss/getXXent_r.c2
-rw-r--r--libc/nss/getent.c4
-rw-r--r--libc/nss/getnssent.c2
-rw-r--r--libc/nss/getnssent_r.c2
-rw-r--r--libc/nss/grp-lookup.c2
-rw-r--r--libc/nss/hosts-lookup.c2
-rw-r--r--libc/nss/key-lookup.c2
-rw-r--r--libc/nss/makedb.c4
-rw-r--r--libc/nss/netgrp-lookup.c2
-rw-r--r--libc/nss/network-lookup.c2
-rw-r--r--libc/nss/nss.h2
-rw-r--r--libc/nss/nss_db/db-XXX.c2
-rw-r--r--libc/nss/nss_db/db-init.c2
-rw-r--r--libc/nss/nss_db/db-initgroups.c2
-rw-r--r--libc/nss/nss_db/db-netgrp.c2
-rw-r--r--libc/nss/nss_db/db-open.c2
-rw-r--r--libc/nss/nss_db/nss_db.h2
-rw-r--r--libc/nss/nss_files/files-XXX.c3
-rw-r--r--libc/nss/nss_files/files-alias.c2
-rw-r--r--libc/nss/nss_files/files-ethers.c2
-rw-r--r--libc/nss/nss_files/files-grp.c2
-rw-r--r--libc/nss/nss_files/files-have_o_cloexec.c2
-rw-r--r--libc/nss/nss_files/files-hosts.c2
-rw-r--r--libc/nss/nss_files/files-init.c2
-rw-r--r--libc/nss/nss_files/files-initgroups.c2
-rw-r--r--libc/nss/nss_files/files-key.c2
-rw-r--r--libc/nss/nss_files/files-netgrp.c2
-rw-r--r--libc/nss/nss_files/files-network.c2
-rw-r--r--libc/nss/nss_files/files-parse.c2
-rw-r--r--libc/nss/nss_files/files-proto.c2
-rw-r--r--libc/nss/nss_files/files-pwd.c2
-rw-r--r--libc/nss/nss_files/files-rpc.c2
-rw-r--r--libc/nss/nss_files/files-service.c2
-rw-r--r--libc/nss/nss_files/files-sgrp.c2
-rw-r--r--libc/nss/nss_files/files-spwd.c2
-rw-r--r--libc/nss/nsswitch.c2
-rw-r--r--libc/nss/nsswitch.h2
-rw-r--r--libc/nss/proto-lookup.c2
-rw-r--r--libc/nss/pwd-lookup.c2
-rw-r--r--libc/nss/rpc-lookup.c2
-rw-r--r--libc/nss/service-lookup.c2
-rw-r--r--libc/nss/sgrp-lookup.c2
-rw-r--r--libc/nss/spwd-lookup.c2
-rw-r--r--libc/nss/test-netdb.c2
55 files changed, 57 insertions, 59 deletions
diff --git a/libc/nss/Makefile b/libc/nss/Makefile
index 8fab79dd0..83331b629 100644
--- a/libc/nss/Makefile
+++ b/libc/nss/Makefile
@@ -1,5 +1,4 @@
-# Copyright (C) 1996-1998,2000-2002,2007,2009,2010,2011,2012
-# Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 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
diff --git a/libc/nss/XXX-lookup.c b/libc/nss/XXX-lookup.c
index f7c6f3415..757ba1254 100644
--- a/libc/nss/XXX-lookup.c
+++ b/libc/nss/XXX-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1999, 2000, 2002, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/alias-lookup.c b/libc/nss/alias-lookup.c
index 731a7c666..3047e2d64 100644
--- a/libc/nss/alias-lookup.c
+++ b/libc/nss/alias-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/databases.def b/libc/nss/databases.def
index 0247aa963..fc88c141b 100644
--- a/libc/nss/databases.def
+++ b/libc/nss/databases.def
@@ -1,5 +1,5 @@
/* List of all databases defined for the NSS in GNU C Library.
- Copyright (C) 1996, 1997, 2005, 2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/db-Makefile b/libc/nss/db-Makefile
index a0faa3667..26b277d88 100644
--- a/libc/nss/db-Makefile
+++ b/libc/nss/db-Makefile
@@ -1,5 +1,5 @@
# Makefile to (re-)generate db versions of system database files.
-# Copyright (C) 1996, 1997, 1998, 2011 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
#
diff --git a/libc/nss/digits_dots.c b/libc/nss/digits_dots.c
index 5b31ebc7e..2b862956e 100644
--- a/libc/nss/digits_dots.c
+++ b/libc/nss/digits_dots.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by H.J. Lu <hjl@gnu.ai.mit.edu>, 1997.
diff --git a/libc/nss/ethers-lookup.c b/libc/nss/ethers-lookup.c
index 4df80e012..351b90b76 100644
--- a/libc/nss/ethers-lookup.c
+++ b/libc/nss/ethers-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/function.def b/libc/nss/function.def
index 1a7d32610..b5599958f 100644
--- a/libc/nss/function.def
+++ b/libc/nss/function.def
@@ -1,5 +1,5 @@
/* List of functions defined for static NSS in GNU C Library.
- Copyright (C) 1996, 1997, 1998, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/getXXbyYY.c b/libc/nss/getXXbyYY.c
index c308a70b9..e12129f4d 100644
--- a/libc/nss/getXXbyYY.c
+++ b/libc/nss/getXXbyYY.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2001,2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 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
diff --git a/libc/nss/getXXbyYY_r.c b/libc/nss/getXXbyYY_r.c
index 885b53b60..1067744d6 100644
--- a/libc/nss/getXXbyYY_r.c
+++ b/libc/nss/getXXbyYY_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/getXXent.c b/libc/nss/getXXent.c
index 152798f0c..f11adddca 100644
--- a/libc/nss/getXXent.c
+++ b/libc/nss/getXXent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 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
diff --git a/libc/nss/getXXent_r.c b/libc/nss/getXXent_r.c
index 6c52d27cb..af0e6c76c 100644
--- a/libc/nss/getXXent_r.c
+++ b/libc/nss/getXXent_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2000,2002,2004,2007, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/getent.c b/libc/nss/getent.c
index b8969263a..1ccb639d5 100644
--- a/libc/nss/getent.c
+++ b/libc/nss/getent.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 1998-2011, 2012 Free Software Foundation, Inc.
+/* Copyright (c) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
@@ -88,7 +88,7 @@ print_version (FILE *stream, struct argp_state *state)
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\
-"), "2012");
+"), "2013");
fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
}
diff --git a/libc/nss/getnssent.c b/libc/nss/getnssent.c
index 6c1eac9d6..5c9de1914 100644
--- a/libc/nss/getnssent.c
+++ b/libc/nss/getnssent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2004, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 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
diff --git a/libc/nss/getnssent_r.c b/libc/nss/getnssent_r.c
index 5e2c61360..7316a2aa1 100644
--- a/libc/nss/getnssent_r.c
+++ b/libc/nss/getnssent_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2002, 2004, 2007, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 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
diff --git a/libc/nss/grp-lookup.c b/libc/nss/grp-lookup.c
index 7d7120a37..64ca941c7 100644
--- a/libc/nss/grp-lookup.c
+++ b/libc/nss/grp-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/hosts-lookup.c b/libc/nss/hosts-lookup.c
index fd89cf911..96dde63b8 100644
--- a/libc/nss/hosts-lookup.c
+++ b/libc/nss/hosts-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/key-lookup.c b/libc/nss/key-lookup.c
index 97c7eee3e..e64d78d11 100644
--- a/libc/nss/key-lookup.c
+++ b/libc/nss/key-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/makedb.c b/libc/nss/makedb.c
index e372f5d77..d4a19b359 100644
--- a/libc/nss/makedb.c
+++ b/libc/nss/makedb.c
@@ -1,5 +1,5 @@
/* Create simple DB database from textual input.
- Copyright (C) 1996-2012 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -388,7 +388,7 @@ print_version (FILE *stream, struct argp_state *state)
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\
-"), "2012");
+"), "2013");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/libc/nss/netgrp-lookup.c b/libc/nss/netgrp-lookup.c
index e76f2fc4d..2c2d36f21 100644
--- a/libc/nss/netgrp-lookup.c
+++ b/libc/nss/netgrp-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/network-lookup.c b/libc/nss/network-lookup.c
index 90a9be3bd..5b64b6f63 100644
--- a/libc/nss/network-lookup.c
+++ b/libc/nss/network-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/nss.h b/libc/nss/nss.h
index 8af5d5b13..167a8d5f8 100644
--- a/libc/nss/nss.h
+++ b/libc/nss/nss.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1999, 2008, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_db/db-XXX.c b/libc/nss/nss_db/db-XXX.c
index c2962ad31..9399ce205 100644
--- a/libc/nss/nss_db/db-XXX.c
+++ b/libc/nss/nss_db/db-XXX.c
@@ -1,5 +1,5 @@
/* Common code for DB-based databases in nss_db module.
- Copyright (C) 1996-2000, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_db/db-init.c b/libc/nss/nss_db/db-init.c
index 26508c2ca..5135691c1 100644
--- a/libc/nss/nss_db/db-init.c
+++ b/libc/nss/nss_db/db-init.c
@@ -1,5 +1,5 @@
/* Initialization in nss_db module.
- Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2011-2013 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
diff --git a/libc/nss/nss_db/db-initgroups.c b/libc/nss/nss_db/db-initgroups.c
index 2e2e3f284..3038b2ed1 100644
--- a/libc/nss/nss_db/db-initgroups.c
+++ b/libc/nss/nss_db/db-initgroups.c
@@ -1,5 +1,5 @@
/* Initgroups handling in nss_db module.
- Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>.
diff --git a/libc/nss/nss_db/db-netgrp.c b/libc/nss/nss_db/db-netgrp.c
index 3c18ea830..8a5da381c 100644
--- a/libc/nss/nss_db/db-netgrp.c
+++ b/libc/nss/nss_db/db-netgrp.c
@@ -1,5 +1,5 @@
/* Netgroup file parser in nss_db modules.
- Copyright (C) 1996-2012 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/nss_db/db-open.c b/libc/nss/nss_db/db-open.c
index c8df4fdf1..916ed7525 100644
--- a/libc/nss/nss_db/db-open.c
+++ b/libc/nss/nss_db/db-open.c
@@ -1,5 +1,5 @@
/* Common database routines for nss_db.
- Copyright (C) 2000, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 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
diff --git a/libc/nss/nss_db/nss_db.h b/libc/nss/nss_db/nss_db.h
index b4c71b04c..9c5dee63a 100644
--- a/libc/nss/nss_db/nss_db.h
+++ b/libc/nss/nss_db/nss_db.h
@@ -1,5 +1,5 @@
/* Common database open/close routines for nss_db.
- Copyright (C) 1999, 2000, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1999-2013 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
diff --git a/libc/nss/nss_files/files-XXX.c b/libc/nss/nss_files/files-XXX.c
index a6df34872..082d1ea2b 100644
--- a/libc/nss/nss_files/files-XXX.c
+++ b/libc/nss/nss_files/files-XXX.c
@@ -1,6 +1,5 @@
/* Common code for file-based databases in nss_files module.
- Copyright (C) 1996-1999,2001,2002,2004,2007,2008,2011
- Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-alias.c b/libc/nss/nss_files/files-alias.c
index ae6a80ecc..8e9cd60bb 100644
--- a/libc/nss/nss_files/files-alias.c
+++ b/libc/nss/nss_files/files-alias.c
@@ -1,5 +1,5 @@
/* Mail alias file parser in nss_files module.
- Copyright (C) 1996-1999,2002,2006,2007,2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/nss_files/files-ethers.c b/libc/nss/nss_files/files-ethers.c
index 136046fe5..467430720 100644
--- a/libc/nss/nss_files/files-ethers.c
+++ b/libc/nss/nss_files/files-ethers.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2000, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-grp.c b/libc/nss/nss_files/files-grp.c
index da4a701b3..2b818714c 100644
--- a/libc/nss/nss_files/files-grp.c
+++ b/libc/nss/nss_files/files-grp.c
@@ -1,5 +1,5 @@
/* Group file parser in nss_files module.
- Copyright (C) 1996, 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-have_o_cloexec.c b/libc/nss/nss_files/files-have_o_cloexec.c
index 997ac30c4..e621b0a48 100644
--- a/libc/nss/nss_files/files-have_o_cloexec.c
+++ b/libc/nss/nss_files/files-have_o_cloexec.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2013 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
diff --git a/libc/nss/nss_files/files-hosts.c b/libc/nss/nss_files/files-hosts.c
index d7d3c5274..6db253515 100644
--- a/libc/nss/nss_files/files-hosts.c
+++ b/libc/nss/nss_files/files-hosts.c
@@ -1,5 +1,5 @@
/* Hosts file parser in nss_files module.
- Copyright (C) 1996-2001, 2003-2009, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-init.c b/libc/nss/nss_files/files-init.c
index d58bd8223..8aac3fb08 100644
--- a/libc/nss/nss_files/files-init.c
+++ b/libc/nss/nss_files/files-init.c
@@ -1,5 +1,5 @@
/* Initialization in nss_files module.
- Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ Copyright (C) 2011-2013 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
diff --git a/libc/nss/nss_files/files-initgroups.c b/libc/nss/nss_files/files-initgroups.c
index a5a2164eb..a547b0a38 100644
--- a/libc/nss/nss_files/files-initgroups.c
+++ b/libc/nss/nss_files/files-initgroups.c
@@ -1,5 +1,5 @@
/* Initgroups handling in nss_files module.
- Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ Copyright (C) 2011-2013 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
diff --git a/libc/nss/nss_files/files-key.c b/libc/nss/nss_files/files-key.c
index 6d82d47c4..96deac231 100644
--- a/libc/nss/nss_files/files-key.c
+++ b/libc/nss/nss_files/files-key.c
@@ -1,5 +1,5 @@
/* Public key file parser in nss_files module.
- Copyright (C) 1996, 1997, 1998, 2006, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-netgrp.c b/libc/nss/nss_files/files-netgrp.c
index 7a8e3d0a9..ee03667b3 100644
--- a/libc/nss/nss_files/files-netgrp.c
+++ b/libc/nss/nss_files/files-netgrp.c
@@ -1,5 +1,5 @@
/* Netgroup file parser in nss_files modules.
- Copyright (C) 1996, 1997, 2000, 2004, 2005, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/nss_files/files-network.c b/libc/nss/nss_files/files-network.c
index 7cd688f3b..87ad5d374 100644
--- a/libc/nss/nss_files/files-network.c
+++ b/libc/nss/nss_files/files-network.c
@@ -1,5 +1,5 @@
/* Networks file parser in nss_files module.
- Copyright (C) 1996-1998, 2000, 2001, 2009, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-parse.c b/libc/nss/nss_files/files-parse.c
index c9f80855c..8ba277f7a 100644
--- a/libc/nss/nss_files/files-parse.c
+++ b/libc/nss/nss_files/files-parse.c
@@ -1,5 +1,5 @@
/* Common code for file-based database parsers in nss_files module.
- Copyright (C) 1996-2000,2003,2004,2009,2010 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-proto.c b/libc/nss/nss_files/files-proto.c
index 3f3597fe8..9c5551539 100644
--- a/libc/nss/nss_files/files-proto.c
+++ b/libc/nss/nss_files/files-proto.c
@@ -1,5 +1,5 @@
/* Protocols file parser in nss_files module.
- Copyright (C) 1996, 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-pwd.c b/libc/nss/nss_files/files-pwd.c
index acf09c6f1..3b31817a7 100644
--- a/libc/nss/nss_files/files-pwd.c
+++ b/libc/nss/nss_files/files-pwd.c
@@ -1,5 +1,5 @@
/* User file parser in nss_files module.
- Copyright (C) 1996, 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-rpc.c b/libc/nss/nss_files/files-rpc.c
index dcc0cfef7..f42184f64 100644
--- a/libc/nss/nss_files/files-rpc.c
+++ b/libc/nss/nss_files/files-rpc.c
@@ -1,5 +1,5 @@
/* SunRPC program number file parser in nss_files module.
- Copyright (C) 1996, 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-service.c b/libc/nss/nss_files/files-service.c
index 35d592d27..c0f9dbacd 100644
--- a/libc/nss/nss_files/files-service.c
+++ b/libc/nss/nss_files/files-service.c
@@ -1,5 +1,5 @@
/* Services file parser in nss_files module.
- Copyright (C) 1996, 1997, 1998, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nss_files/files-sgrp.c b/libc/nss/nss_files/files-sgrp.c
index 8134ee37e..dcbf18a0a 100644
--- a/libc/nss/nss_files/files-sgrp.c
+++ b/libc/nss/nss_files/files-sgrp.c
@@ -1,5 +1,5 @@
/* User file parser in nss_files module.
- Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2013 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
diff --git a/libc/nss/nss_files/files-spwd.c b/libc/nss/nss_files/files-spwd.c
index 8b206d14d..dfa0fa25e 100644
--- a/libc/nss/nss_files/files-spwd.c
+++ b/libc/nss/nss_files/files-spwd.c
@@ -1,5 +1,5 @@
/* User file parser in nss_files module.
- Copyright (C) 1996, 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/nss/nsswitch.c b/libc/nss/nsswitch.c
index 480110d5e..65b1d734f 100644
--- a/libc/nss/nsswitch.c
+++ b/libc/nss/nsswitch.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/nsswitch.h b/libc/nss/nsswitch.h
index 0d8686c72..1d9783c06 100644
--- a/libc/nss/nsswitch.h
+++ b/libc/nss/nsswitch.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 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
diff --git a/libc/nss/proto-lookup.c b/libc/nss/proto-lookup.c
index 22298c1fa..0a3bb1bf8 100644
--- a/libc/nss/proto-lookup.c
+++ b/libc/nss/proto-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/pwd-lookup.c b/libc/nss/pwd-lookup.c
index 289996bf6..a72603d55 100644
--- a/libc/nss/pwd-lookup.c
+++ b/libc/nss/pwd-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/rpc-lookup.c b/libc/nss/rpc-lookup.c
index ae3a3456a..b22d5c720 100644
--- a/libc/nss/rpc-lookup.c
+++ b/libc/nss/rpc-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/service-lookup.c b/libc/nss/service-lookup.c
index 226787435..c1da2d877 100644
--- a/libc/nss/service-lookup.c
+++ b/libc/nss/service-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/sgrp-lookup.c b/libc/nss/sgrp-lookup.c
index b71042523..6d079a4b6 100644
--- a/libc/nss/sgrp-lookup.c
+++ b/libc/nss/sgrp-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
diff --git a/libc/nss/spwd-lookup.c b/libc/nss/spwd-lookup.c
index 79ea0d3cc..902ede074 100644
--- a/libc/nss/spwd-lookup.c
+++ b/libc/nss/spwd-lookup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/nss/test-netdb.c b/libc/nss/test-netdb.c
index 655477644..40b2f604a 100644
--- a/libc/nss/test-netdb.c
+++ b/libc/nss/test-netdb.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998,99,2000,01 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1998.