summaryrefslogtreecommitdiff
path: root/libc/gshadow
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2014-01-03 17:51:28 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2014-01-03 17:51:28 +0000
commitf71e9a28759c1f5d6e8dc0baced440e72507b433 (patch)
treed1ef7f1f84de67d0446b60c04f10a47c84ac1ddc /libc/gshadow
parent036dfd44bcc8ed8e97dcd9c763f61d3b59796941 (diff)
Merge changes between r24468 and r24941 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@24942 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/gshadow')
-rw-r--r--libc/gshadow/Makefile2
-rw-r--r--libc/gshadow/fgetsgent.c2
-rw-r--r--libc/gshadow/fgetsgent_r.c2
-rw-r--r--libc/gshadow/getsgent.c2
-rw-r--r--libc/gshadow/getsgent_r.c2
-rw-r--r--libc/gshadow/getsgnam.c2
-rw-r--r--libc/gshadow/getsgnam_r.c2
-rw-r--r--libc/gshadow/gshadow.h2
-rw-r--r--libc/gshadow/putsgent.c2
-rw-r--r--libc/gshadow/sgetsgent.c2
-rw-r--r--libc/gshadow/sgetsgent_r.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/libc/gshadow/Makefile b/libc/gshadow/Makefile
index 613c10e19..213da06e9 100644
--- a/libc/gshadow/Makefile
+++ b/libc/gshadow/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-2014 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/gshadow/fgetsgent.c b/libc/gshadow/fgetsgent.c
index 46c4b6d7c..96aea5c1d 100644
--- a/libc/gshadow/fgetsgent.c
+++ b/libc/gshadow/fgetsgent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 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/gshadow/fgetsgent_r.c b/libc/gshadow/fgetsgent_r.c
index 897f7e585..0fc3bae25 100644
--- a/libc/gshadow/fgetsgent_r.c
+++ b/libc/gshadow/fgetsgent_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 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/gshadow/getsgent.c b/libc/gshadow/getsgent.c
index 0984add17..b4b986fea 100644
--- a/libc/gshadow/getsgent.c
+++ b/libc/gshadow/getsgent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 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/gshadow/getsgent_r.c b/libc/gshadow/getsgent_r.c
index 8fdc4143a..e2e0ccbb5 100644
--- a/libc/gshadow/getsgent_r.c
+++ b/libc/gshadow/getsgent_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 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/gshadow/getsgnam.c b/libc/gshadow/getsgnam.c
index 750389788..a898aebab 100644
--- a/libc/gshadow/getsgnam.c
+++ b/libc/gshadow/getsgnam.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 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/gshadow/getsgnam_r.c b/libc/gshadow/getsgnam_r.c
index c3ab20484..14ba0982b 100644
--- a/libc/gshadow/getsgnam_r.c
+++ b/libc/gshadow/getsgnam_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 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/gshadow/gshadow.h b/libc/gshadow/gshadow.h
index 6785ae177..fc21c42f7 100644
--- a/libc/gshadow/gshadow.h
+++ b/libc/gshadow/gshadow.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 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/gshadow/putsgent.c b/libc/gshadow/putsgent.c
index 401aab63c..18a34b309 100644
--- a/libc/gshadow/putsgent.c
+++ b/libc/gshadow/putsgent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 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/gshadow/sgetsgent.c b/libc/gshadow/sgetsgent.c
index 70d5cb762..5f17488b0 100644
--- a/libc/gshadow/sgetsgent.c
+++ b/libc/gshadow/sgetsgent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 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/gshadow/sgetsgent_r.c b/libc/gshadow/sgetsgent_r.c
index ff0ee1a74..62698961d 100644
--- a/libc/gshadow/sgetsgent_r.c
+++ b/libc/gshadow/sgetsgent_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 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