summaryrefslogtreecommitdiff
path: root/libc/login
diff options
context:
space:
mode:
Diffstat (limited to 'libc/login')
-rw-r--r--libc/login/Makefile3
-rw-r--r--libc/login/endutxent.c2
-rw-r--r--libc/login/forkpty.c2
-rw-r--r--libc/login/getpt.c2
-rw-r--r--libc/login/getutent.c2
-rw-r--r--libc/login/getutent_r.c2
-rw-r--r--libc/login/getutid.c2
-rw-r--r--libc/login/getutid_r.c2
-rw-r--r--libc/login/getutline.c2
-rw-r--r--libc/login/getutline_r.c2
-rw-r--r--libc/login/getutmp.c2
-rw-r--r--libc/login/getutmpx.c2
-rw-r--r--libc/login/getutxent.c2
-rw-r--r--libc/login/getutxid.c2
-rw-r--r--libc/login/getutxline.c2
-rw-r--r--libc/login/grantpt.c2
-rw-r--r--libc/login/login.c2
-rw-r--r--libc/login/logout.c2
-rw-r--r--libc/login/logwtmp.c2
-rw-r--r--libc/login/openpty.c2
-rw-r--r--libc/login/programs/pt_chown.c4
-rw-r--r--libc/login/programs/utmpdump.c2
-rw-r--r--libc/login/ptsname.c2
-rw-r--r--libc/login/pty.h2
-rw-r--r--libc/login/pututxline.c2
-rw-r--r--libc/login/setutxent.c2
-rw-r--r--libc/login/tst-utmp.c2
-rw-r--r--libc/login/unlockpt.c2
-rw-r--r--libc/login/updwtmp.c2
-rw-r--r--libc/login/updwtmpx.c2
-rw-r--r--libc/login/utmp-private.h2
-rw-r--r--libc/login/utmp.h2
-rw-r--r--libc/login/utmp_file.c2
-rw-r--r--libc/login/utmpname.c2
-rw-r--r--libc/login/utmpxname.c2
35 files changed, 36 insertions, 37 deletions
diff --git a/libc/login/Makefile b/libc/login/Makefile
index e209f3400..18d0a6b8b 100644
--- a/libc/login/Makefile
+++ b/libc/login/Makefile
@@ -1,5 +1,4 @@
-# Copyright (C) 1996-1998,2000-2003,2007,2009,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/login/endutxent.c b/libc/login/endutxent.c
index 9a6f6979c..50e9ec539 100644
--- a/libc/login/endutxent.c
+++ b/libc/login/endutxent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
diff --git a/libc/login/forkpty.c b/libc/login/forkpty.c
index e5e287353..180d94013 100644
--- a/libc/login/forkpty.c
+++ b/libc/login/forkpty.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
diff --git a/libc/login/getpt.c b/libc/login/getpt.c
index 4b9b037b9..d36e83684 100644
--- a/libc/login/getpt.c
+++ b/libc/login/getpt.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
diff --git a/libc/login/getutent.c b/libc/login/getutent.c
index 35916fdea..3d0fa58cd 100644
--- a/libc/login/getutent.c
+++ b/libc/login/getutent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 2001, 2002 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/login/getutent_r.c b/libc/login/getutent_r.c
index dfe27f794..5e85e9d68 100644
--- a/libc/login/getutent_r.c
+++ b/libc/login/getutent_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-1998,2000,2001,2002,2004 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>
and Paul Janzen <pcj@primenet.com>, 1996.
diff --git a/libc/login/getutid.c b/libc/login/getutid.c
index 2d4705ef1..7504f719d 100644
--- a/libc/login/getutid.c
+++ b/libc/login/getutid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 2001, 2002 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/login/getutid_r.c b/libc/login/getutid_r.c
index 47e94cebe..0c4b263ec 100644
--- a/libc/login/getutid_r.c
+++ b/libc/login/getutid_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2001, 2002, 2004 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>
and Paul Janzen <pcj@primenet.com>, 1996.
diff --git a/libc/login/getutline.c b/libc/login/getutline.c
index 44e97c4b2..353b9fb73 100644
--- a/libc/login/getutline.c
+++ b/libc/login/getutline.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 2001, 2002 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/login/getutline_r.c b/libc/login/getutline_r.c
index 79ec203f8..5dd31c555 100644
--- a/libc/login/getutline_r.c
+++ b/libc/login/getutline_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2002, 2004 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>
and Paul Janzen <pcj@primenet.com>, 1996.
diff --git a/libc/login/getutmp.c b/libc/login/getutmp.c
index 874b97fdc..bbbd7e3b8 100644
--- a/libc/login/getutmp.c
+++ b/libc/login/getutmp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 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/login/getutmpx.c b/libc/login/getutmpx.c
index b0382a109..c53d8a9e5 100644
--- a/libc/login/getutmpx.c
+++ b/libc/login/getutmpx.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 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/login/getutxent.c b/libc/login/getutxent.c
index 139110b59..27d6b0d3c 100644
--- a/libc/login/getutxent.c
+++ b/libc/login/getutxent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
diff --git a/libc/login/getutxid.c b/libc/login/getutxid.c
index 652ebabaf..80ab0922b 100644
--- a/libc/login/getutxid.c
+++ b/libc/login/getutxid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
diff --git a/libc/login/getutxline.c b/libc/login/getutxline.c
index 5d4da8b92..cb1df5a28 100644
--- a/libc/login/getutxline.c
+++ b/libc/login/getutxline.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
diff --git a/libc/login/grantpt.c b/libc/login/grantpt.c
index fd7ee6c0b..c6c69df3d 100644
--- a/libc/login/grantpt.c
+++ b/libc/login/grantpt.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
diff --git a/libc/login/login.c b/libc/login/login.c
index cdc18a28f..f8cbdd0b9 100644
--- a/libc/login/login.c
+++ b/libc/login/login.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 2002 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/login/logout.c b/libc/login/logout.c
index 01869f01d..5692789f5 100644
--- a/libc/login/logout.c
+++ b/libc/login/logout.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 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/login/logwtmp.c b/libc/login/logwtmp.c
index 0bc6a724d..760f17acc 100644
--- a/libc/login/logwtmp.c
+++ b/libc/login/logwtmp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2002 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/login/openpty.c b/libc/login/openpty.c
index 696311ab2..255e59d19 100644
--- a/libc/login/openpty.c
+++ b/libc/login/openpty.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
diff --git a/libc/login/programs/pt_chown.c b/libc/login/programs/pt_chown.c
index 34e09fb0a..598f5dda3 100644
--- a/libc/login/programs/pt_chown.c
+++ b/libc/login/programs/pt_chown.c
@@ -1,5 +1,5 @@
/* pt_chmod - helper program for `grantpt'.
- Copyright (C) 1998, 1999, 2009, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by C. Scott Ananian <cananian@alumni.princeton.edu>, 1998.
@@ -63,7 +63,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");
}
static char *
diff --git a/libc/login/programs/utmpdump.c b/libc/login/programs/utmpdump.c
index 6c2417d8f..7271b57ba 100644
--- a/libc/login/programs/utmpdump.c
+++ b/libc/login/programs/utmpdump.c
@@ -1,5 +1,5 @@
/* utmpdump - dump utmp-like files.
- Copyright (C) 1997, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
diff --git a/libc/login/ptsname.c b/libc/login/ptsname.c
index d22ec4136..1a15797bd 100644
--- a/libc/login/ptsname.c
+++ b/libc/login/ptsname.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998,2002 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
diff --git a/libc/login/pty.h b/libc/login/pty.h
index b527cd493..cd567e981 100644
--- a/libc/login/pty.h
+++ b/libc/login/pty.h
@@ -1,5 +1,5 @@
/* Functions for pseudo TTY handling.
- Copyright (C) 1996, 1997, 1999 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/login/pututxline.c b/libc/login/pututxline.c
index a8f5b1a1f..31acb8a42 100644
--- a/libc/login/pututxline.c
+++ b/libc/login/pututxline.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
diff --git a/libc/login/setutxent.c b/libc/login/setutxent.c
index 540ec75a2..cad6a5491 100644
--- a/libc/login/setutxent.c
+++ b/libc/login/setutxent.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
diff --git a/libc/login/tst-utmp.c b/libc/login/tst-utmp.c
index cce79b498..573d4a92c 100644
--- a/libc/login/tst-utmp.c
+++ b/libc/login/tst-utmp.c
@@ -1,5 +1,5 @@
/* Tests for UTMP functions.
- Copyright (C) 1998, 2001-2003 Free Software Foundation, Inc.
+ Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
diff --git a/libc/login/unlockpt.c b/libc/login/unlockpt.c
index f00d88f9c..9bd11d26d 100644
--- a/libc/login/unlockpt.c
+++ b/libc/login/unlockpt.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
diff --git a/libc/login/updwtmp.c b/libc/login/updwtmp.c
index f0047c5e3..2d8833d89 100644
--- a/libc/login/updwtmp.c
+++ b/libc/login/updwtmp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
diff --git a/libc/login/updwtmpx.c b/libc/login/updwtmpx.c
index 875b67925..b39cb62ef 100644
--- a/libc/login/updwtmpx.c
+++ b/libc/login/updwtmpx.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.
diff --git a/libc/login/utmp-private.h b/libc/login/utmp-private.h
index 21e978ffb..694d18aae 100644
--- a/libc/login/utmp-private.h
+++ b/libc/login/utmp-private.h
@@ -1,5 +1,5 @@
/* Internal definitions and declarations for UTMP functions.
- Copyright (C) 1996, 2000, 2002, 2004 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>
and Paul Janzen <pcj@primenet.com>, 1996.
diff --git a/libc/login/utmp.h b/libc/login/utmp.h
index bacfe7d80..ff07ed096 100644
--- a/libc/login/utmp.h
+++ b/libc/login/utmp.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1996-1999, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/login/utmp_file.c b/libc/login/utmp_file.c
index c1fd108d4..392a39b5e 100644
--- a/libc/login/utmp_file.c
+++ b/libc/login/utmp_file.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2004, 2007, 2008, 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>
and Paul Janzen <pcj@primenet.com>, 1996.
diff --git a/libc/login/utmpname.c b/libc/login/utmpname.c
index f6f49a159..9cd5ad0d2 100644
--- a/libc/login/utmpname.c
+++ b/libc/login/utmpname.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 2002, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
diff --git a/libc/login/utmpxname.c b/libc/login/utmpxname.c
index 128084ebf..99c347bbb 100644
--- a/libc/login/utmpxname.c
+++ b/libc/login/utmpxname.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998.