summaryrefslogtreecommitdiff
path: root/libc/libio
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/libio
parent036dfd44bcc8ed8e97dcd9c763f61d3b59796941 (diff)
downloadeglibc2-f71e9a28759c1f5d6e8dc0baced440e72507b433.tar.gz
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/libio')
-rw-r--r--libc/libio/Makefile2
-rw-r--r--libc/libio/__fbufsize.c2
-rw-r--r--libc/libio/__flbf.c2
-rw-r--r--libc/libio/__fpending.c2
-rw-r--r--libc/libio/__fpurge.c2
-rw-r--r--libc/libio/__freadable.c2
-rw-r--r--libc/libio/__freading.c2
-rw-r--r--libc/libio/__fsetlocking.c2
-rw-r--r--libc/libio/__fwritable.c2
-rw-r--r--libc/libio/__fwriting.c2
-rw-r--r--libc/libio/bits/libio-ldbl.h2
-rw-r--r--libc/libio/bits/stdio-ldbl.h2
-rw-r--r--libc/libio/bits/stdio.h2
-rw-r--r--libc/libio/bits/stdio2.h2
-rw-r--r--libc/libio/bug-ungetc4.c2
-rw-r--r--libc/libio/clearerr.c2
-rw-r--r--libc/libio/clearerr_u.c2
-rw-r--r--libc/libio/fcloseall.c2
-rw-r--r--libc/libio/feof.c2
-rw-r--r--libc/libio/feof_u.c2
-rw-r--r--libc/libio/ferror.c2
-rw-r--r--libc/libio/ferror_u.c2
-rw-r--r--libc/libio/filedoalloc.c2
-rw-r--r--libc/libio/fileno.c2
-rw-r--r--libc/libio/fileops.c2
-rw-r--r--libc/libio/fmemopen.c2
-rw-r--r--libc/libio/fputc.c2
-rw-r--r--libc/libio/fputc_u.c2
-rw-r--r--libc/libio/fputwc.c2
-rw-r--r--libc/libio/fputwc_u.c2
-rw-r--r--libc/libio/freopen.c2
-rw-r--r--libc/libio/freopen64.c2
-rw-r--r--libc/libio/fseek.c2
-rw-r--r--libc/libio/fseeko.c2
-rw-r--r--libc/libio/fseeko64.c2
-rw-r--r--libc/libio/ftello.c2
-rw-r--r--libc/libio/ftello64.c2
-rw-r--r--libc/libio/fwide.c2
-rw-r--r--libc/libio/fwprintf.c2
-rw-r--r--libc/libio/fwscanf.c2
-rw-r--r--libc/libio/genops.c2
-rw-r--r--libc/libio/getc.c2
-rw-r--r--libc/libio/getc_u.c2
-rw-r--r--libc/libio/getchar.c2
-rw-r--r--libc/libio/getchar_u.c2
-rw-r--r--libc/libio/getwc.c2
-rw-r--r--libc/libio/getwc_u.c2
-rw-r--r--libc/libio/getwchar.c2
-rw-r--r--libc/libio/getwchar_u.c2
-rw-r--r--libc/libio/iofclose.c2
-rw-r--r--libc/libio/iofdopen.c2
-rw-r--r--libc/libio/iofflush.c2
-rw-r--r--libc/libio/iofflush_u.c2
-rw-r--r--libc/libio/iofgetpos.c2
-rw-r--r--libc/libio/iofgetpos64.c2
-rw-r--r--libc/libio/iofgets.c2
-rw-r--r--libc/libio/iofgets_u.c2
-rw-r--r--libc/libio/iofgetws.c2
-rw-r--r--libc/libio/iofgetws_u.c2
-rw-r--r--libc/libio/iofopen.c2
-rw-r--r--libc/libio/iofopen64.c2
-rw-r--r--libc/libio/iofopncook.c2
-rw-r--r--libc/libio/iofputs.c2
-rw-r--r--libc/libio/iofputs_u.c2
-rw-r--r--libc/libio/iofputws.c2
-rw-r--r--libc/libio/iofputws_u.c2
-rw-r--r--libc/libio/iofread.c2
-rw-r--r--libc/libio/iofread_u.c2
-rw-r--r--libc/libio/iofsetpos.c2
-rw-r--r--libc/libio/iofsetpos64.c2
-rw-r--r--libc/libio/ioftell.c2
-rw-r--r--libc/libio/iofwide.c2
-rw-r--r--libc/libio/iofwrite.c2
-rw-r--r--libc/libio/iofwrite_u.c2
-rw-r--r--libc/libio/iogetdelim.c2
-rw-r--r--libc/libio/iogetline.c2
-rw-r--r--libc/libio/iogets.c2
-rw-r--r--libc/libio/iogetwline.c2
-rw-r--r--libc/libio/iopadn.c2
-rw-r--r--libc/libio/iopopen.c2
-rw-r--r--libc/libio/ioputs.c2
-rw-r--r--libc/libio/ioseekoff.c2
-rw-r--r--libc/libio/ioseekpos.c2
-rw-r--r--libc/libio/iosetbuffer.c2
-rw-r--r--libc/libio/iosetvbuf.c2
-rw-r--r--libc/libio/ioungetc.c2
-rw-r--r--libc/libio/ioungetwc.c2
-rw-r--r--libc/libio/iovdprintf.c2
-rw-r--r--libc/libio/iovsprintf.c2
-rw-r--r--libc/libio/iovsscanf.c2
-rw-r--r--libc/libio/iovswscanf.c2
-rw-r--r--libc/libio/iowpadn.c2
-rw-r--r--libc/libio/libc_fatal.c2
-rw-r--r--libc/libio/libio.h2
-rw-r--r--libc/libio/libioP.h2
-rw-r--r--libc/libio/memstream.c2
-rw-r--r--libc/libio/obprintf.c2
-rw-r--r--libc/libio/oldfileops.c2
-rw-r--r--libc/libio/oldiofclose.c2
-rw-r--r--libc/libio/oldiofdopen.c2
-rw-r--r--libc/libio/oldiofgetpos.c2
-rw-r--r--libc/libio/oldiofgetpos64.c2
-rw-r--r--libc/libio/oldiofopen.c2
-rw-r--r--libc/libio/oldiofsetpos.c2
-rw-r--r--libc/libio/oldiofsetpos64.c2
-rw-r--r--libc/libio/oldiopopen.c2
-rw-r--r--libc/libio/oldpclose.c2
-rw-r--r--libc/libio/oldstdfiles.c2
-rw-r--r--libc/libio/oldtmpfile.c2
-rw-r--r--libc/libio/pclose.c2
-rw-r--r--libc/libio/peekc.c2
-rw-r--r--libc/libio/putc.c2
-rw-r--r--libc/libio/putc_u.c2
-rw-r--r--libc/libio/putchar.c2
-rw-r--r--libc/libio/putchar_u.c2
-rw-r--r--libc/libio/putwc.c2
-rw-r--r--libc/libio/putwc_u.c2
-rw-r--r--libc/libio/putwchar.c2
-rw-r--r--libc/libio/putwchar_u.c2
-rw-r--r--libc/libio/rewind.c2
-rw-r--r--libc/libio/setbuf.c2
-rw-r--r--libc/libio/setlinebuf.c2
-rw-r--r--libc/libio/stdfiles.c2
-rw-r--r--libc/libio/stdio.c2
-rw-r--r--libc/libio/stdio.h2
-rw-r--r--libc/libio/strfile.h2
-rw-r--r--libc/libio/strops.c2
-rw-r--r--libc/libio/swprintf.c2
-rw-r--r--libc/libio/swscanf.c2
-rw-r--r--libc/libio/test-fmemopen.c2
-rw-r--r--libc/libio/test-freopen.c2
-rwxr-xr-xlibc/libio/test-freopen.sh2
-rw-r--r--libc/libio/tst-fopenloc.c2
-rw-r--r--libc/libio/tst-freopen.c2
-rw-r--r--libc/libio/tst-fseek.c2
-rw-r--r--libc/libio/tst-fwrite-error.c2
-rw-r--r--libc/libio/tst-mmap-setvbuf.c2
-rw-r--r--libc/libio/tst-widetext.c2
-rw-r--r--libc/libio/tst-widetext.input2
-rw-r--r--libc/libio/tst_getwc.c2
-rw-r--r--libc/libio/tst_putwc.c2
-rw-r--r--libc/libio/vasprintf.c2
-rw-r--r--libc/libio/vscanf.c2
-rw-r--r--libc/libio/vsnprintf.c2
-rw-r--r--libc/libio/vswprintf.c2
-rw-r--r--libc/libio/vwprintf.c2
-rw-r--r--libc/libio/vwscanf.c2
-rw-r--r--libc/libio/wfiledoalloc.c2
-rw-r--r--libc/libio/wfileops.c2
-rw-r--r--libc/libio/wgenops.c2
-rw-r--r--libc/libio/wmemstream.c2
-rw-r--r--libc/libio/wprintf.c2
-rw-r--r--libc/libio/wscanf.c2
-rw-r--r--libc/libio/wstrops.c2
154 files changed, 154 insertions, 154 deletions
diff --git a/libc/libio/Makefile b/libc/libio/Makefile
index 82436bc1c..b2aa50f0d 100644
--- a/libc/libio/Makefile
+++ b/libc/libio/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1995-2013 Free Software Foundation, Inc.
+# Copyright (C) 1995-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/libio/__fbufsize.c b/libc/libio/__fbufsize.c
index e389dd9e6..159a6c278 100644
--- a/libc/libio/__fbufsize.c
+++ b/libc/libio/__fbufsize.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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/libio/__flbf.c b/libc/libio/__flbf.c
index 0f2a9571e..7d4bcc954 100644
--- a/libc/libio/__flbf.c
+++ b/libc/libio/__flbf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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/libio/__fpending.c b/libc/libio/__fpending.c
index 046f0d1f6..0c4d32990 100644
--- a/libc/libio/__fpending.c
+++ b/libc/libio/__fpending.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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/libio/__fpurge.c b/libc/libio/__fpurge.c
index 9a784fa04..a1d262937 100644
--- a/libc/libio/__fpurge.c
+++ b/libc/libio/__fpurge.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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/libio/__freadable.c b/libc/libio/__freadable.c
index f617022ff..1ef551115 100644
--- a/libc/libio/__freadable.c
+++ b/libc/libio/__freadable.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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/libio/__freading.c b/libc/libio/__freading.c
index 5117385b6..834f4f9ab 100644
--- a/libc/libio/__freading.c
+++ b/libc/libio/__freading.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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/libio/__fsetlocking.c b/libc/libio/__fsetlocking.c
index 3696953da..b9c113a85 100644
--- a/libc/libio/__fsetlocking.c
+++ b/libc/libio/__fsetlocking.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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/libio/__fwritable.c b/libc/libio/__fwritable.c
index f3f17bdba..b4190b03f 100644
--- a/libc/libio/__fwritable.c
+++ b/libc/libio/__fwritable.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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/libio/__fwriting.c b/libc/libio/__fwriting.c
index cc84b4142..a96503a45 100644
--- a/libc/libio/__fwriting.c
+++ b/libc/libio/__fwriting.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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/libio/bits/libio-ldbl.h b/libc/libio/bits/libio-ldbl.h
index e305407b5..cb08f3d18 100644
--- a/libc/libio/bits/libio-ldbl.h
+++ b/libc/libio/bits/libio-ldbl.h
@@ -1,5 +1,5 @@
/* -mlong-double-64 compatibility mode for libio functions.
- Copyright (C) 2006-2013 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/libio/bits/stdio-ldbl.h b/libc/libio/bits/stdio-ldbl.h
index 2501eb7bd..e8f714f5c 100644
--- a/libc/libio/bits/stdio-ldbl.h
+++ b/libc/libio/bits/stdio-ldbl.h
@@ -1,5 +1,5 @@
/* -mlong-double-64 compatibility mode for stdio functions.
- Copyright (C) 2006-2013 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/libio/bits/stdio.h b/libc/libio/bits/stdio.h
index 9deac9fc3..4d872e26d 100644
--- a/libc/libio/bits/stdio.h
+++ b/libc/libio/bits/stdio.h
@@ -1,5 +1,5 @@
/* Optimizing macros and inline functions for stdio functions.
- Copyright (C) 1998-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-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/libio/bits/stdio2.h b/libc/libio/bits/stdio2.h
index 3e5ce69c7..efa886976 100644
--- a/libc/libio/bits/stdio2.h
+++ b/libc/libio/bits/stdio2.h
@@ -1,5 +1,5 @@
/* Checking macros for stdio functions.
- Copyright (C) 2004-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-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/libio/bug-ungetc4.c b/libc/libio/bug-ungetc4.c
index 4a1f56dbf..2dc82d6cd 100644
--- a/libc/libio/bug-ungetc4.c
+++ b/libc/libio/bug-ungetc4.c
@@ -1,5 +1,5 @@
/* Test program for ungetc/fseekpos interaction.
- Copyright (C) 2004-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
diff --git a/libc/libio/clearerr.c b/libc/libio/clearerr.c
index 224d02d1e..39c2ff8b3 100644
--- a/libc/libio/clearerr.c
+++ b/libc/libio/clearerr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1995-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/libio/clearerr_u.c b/libc/libio/clearerr_u.c
index 8a66f638a..134f419ec 100644
--- a/libc/libio/clearerr_u.c
+++ b/libc/libio/clearerr_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1995-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/libio/fcloseall.c b/libc/libio/fcloseall.c
index 39c3be472..9d1b1ac15 100644
--- a/libc/libio/fcloseall.c
+++ b/libc/libio/fcloseall.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/feof.c b/libc/libio/feof.c
index c25254590..28d256363 100644
--- a/libc/libio/feof.c
+++ b/libc/libio/feof.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/feof_u.c b/libc/libio/feof_u.c
index c92a5d68f..9437c5712 100644
--- a/libc/libio/feof_u.c
+++ b/libc/libio/feof_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/ferror.c b/libc/libio/ferror.c
index d51a6dcbf..74f3306cb 100644
--- a/libc/libio/ferror.c
+++ b/libc/libio/ferror.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/ferror_u.c b/libc/libio/ferror_u.c
index d38446c70..944a66116 100644
--- a/libc/libio/ferror_u.c
+++ b/libc/libio/ferror_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/filedoalloc.c b/libc/libio/filedoalloc.c
index 1408e3d66..3b66ec6bb 100644
--- a/libc/libio/filedoalloc.c
+++ b/libc/libio/filedoalloc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/fileno.c b/libc/libio/fileno.c
index 24dc1593a..92b0332c8 100644
--- a/libc/libio/fileno.c
+++ b/libc/libio/fileno.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/fileops.c b/libc/libio/fileops.c
index a5134503f..4a0a59bc7 100644
--- a/libc/libio/fileops.c
+++ b/libc/libio/fileops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Per Bothner <bothner@cygnus.com>.
diff --git a/libc/libio/fmemopen.c b/libc/libio/fmemopen.c
index 02c764f98..e370a8b9e 100644
--- a/libc/libio/fmemopen.c
+++ b/libc/libio/fmemopen.c
@@ -1,5 +1,5 @@
/* Fmemopen implementation.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Hanno Mueller, kontakt@hanno.de, 2000.
diff --git a/libc/libio/fputc.c b/libc/libio/fputc.c
index 74386cc6c..ba30854eb 100644
--- a/libc/libio/fputc.c
+++ b/libc/libio/fputc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/fputc_u.c b/libc/libio/fputc_u.c
index ff1710cb7..236526c31 100644
--- a/libc/libio/fputc_u.c
+++ b/libc/libio/fputc_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/fputwc.c b/libc/libio/fputwc.c
index b8d8d5b8d..563b6864f 100644
--- a/libc/libio/fputwc.c
+++ b/libc/libio/fputwc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/fputwc_u.c b/libc/libio/fputwc_u.c
index a1cd7c933..e80cf2423 100644
--- a/libc/libio/fputwc_u.c
+++ b/libc/libio/fputwc_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/freopen.c b/libc/libio/freopen.c
index 6ba37bf44..7d4c8bc24 100644
--- a/libc/libio/freopen.c
+++ b/libc/libio/freopen.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/freopen64.c b/libc/libio/freopen64.c
index 660647e7b..380e795ff 100644
--- a/libc/libio/freopen64.c
+++ b/libc/libio/freopen64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/fseek.c b/libc/libio/fseek.c
index 04809bcce..ab85c0d52 100644
--- a/libc/libio/fseek.c
+++ b/libc/libio/fseek.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/fseeko.c b/libc/libio/fseeko.c
index bb4b61da7..7c76f56fc 100644
--- a/libc/libio/fseeko.c
+++ b/libc/libio/fseeko.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/fseeko64.c b/libc/libio/fseeko64.c
index 9b24d3b99..7159f8109 100644
--- a/libc/libio/fseeko64.c
+++ b/libc/libio/fseeko64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/ftello.c b/libc/libio/ftello.c
index 07b869775..208ff8cfc 100644
--- a/libc/libio/ftello.c
+++ b/libc/libio/ftello.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/ftello64.c b/libc/libio/ftello64.c
index efff2a254..9f291d7a2 100644
--- a/libc/libio/ftello64.c
+++ b/libc/libio/ftello64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/fwide.c b/libc/libio/fwide.c
index 7ad0ca07b..985728dd2 100644
--- a/libc/libio/fwide.c
+++ b/libc/libio/fwide.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1999-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/libio/fwprintf.c b/libc/libio/fwprintf.c
index fbeeb4b35..aafa3290d 100644
--- a/libc/libio/fwprintf.c
+++ b/libc/libio/fwprintf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/fwscanf.c b/libc/libio/fwscanf.c
index d450c1b5f..9d84947c8 100644
--- a/libc/libio/fwscanf.c
+++ b/libc/libio/fwscanf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/genops.c b/libc/libio/genops.c
index a5fe13758..e0ce8cc0f 100644
--- a/libc/libio/genops.c
+++ b/libc/libio/genops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/getc.c b/libc/libio/getc.c
index 43187dd4f..ed88d7e26 100644
--- a/libc/libio/getc.c
+++ b/libc/libio/getc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/getc_u.c b/libc/libio/getc_u.c
index c94e2cd14..4fdaafb28 100644
--- a/libc/libio/getc_u.c
+++ b/libc/libio/getc_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/getchar.c b/libc/libio/getchar.c
index 17709bf45..7dec9a05c 100644
--- a/libc/libio/getchar.c
+++ b/libc/libio/getchar.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/getchar_u.c b/libc/libio/getchar_u.c
index c01d95715..41a89e0f7 100644
--- a/libc/libio/getchar_u.c
+++ b/libc/libio/getchar_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/getwc.c b/libc/libio/getwc.c
index 1767de6d0..a49015454 100644
--- a/libc/libio/getwc.c
+++ b/libc/libio/getwc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/getwc_u.c b/libc/libio/getwc_u.c
index 4d3d8d09e..21b617b45 100644
--- a/libc/libio/getwc_u.c
+++ b/libc/libio/getwc_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/getwchar.c b/libc/libio/getwchar.c
index 10844e2bd..d2e2613e1 100644
--- a/libc/libio/getwchar.c
+++ b/libc/libio/getwchar.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/getwchar_u.c b/libc/libio/getwchar_u.c
index 97bb244c6..4f2573594 100644
--- a/libc/libio/getwchar_u.c
+++ b/libc/libio/getwchar_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofclose.c b/libc/libio/iofclose.c
index cfc0ba1af..953399387 100644
--- a/libc/libio/iofclose.c
+++ b/libc/libio/iofclose.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofdopen.c b/libc/libio/iofdopen.c
index a65a5a634..066ff1900 100644
--- a/libc/libio/iofdopen.c
+++ b/libc/libio/iofdopen.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofflush.c b/libc/libio/iofflush.c
index 5a54c6731..5205d1060 100644
--- a/libc/libio/iofflush.c
+++ b/libc/libio/iofflush.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofflush_u.c b/libc/libio/iofflush_u.c
index 490c4fa97..43c5f74ce 100644
--- a/libc/libio/iofflush_u.c
+++ b/libc/libio/iofflush_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofgetpos.c b/libc/libio/iofgetpos.c
index d80c3e469..cd5a5d4f1 100644
--- a/libc/libio/iofgetpos.c
+++ b/libc/libio/iofgetpos.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofgetpos64.c b/libc/libio/iofgetpos64.c
index 53721b7bf..c90cd2caa 100644
--- a/libc/libio/iofgetpos64.c
+++ b/libc/libio/iofgetpos64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofgets.c b/libc/libio/iofgets.c
index bab5aa514..bf7f84ad3 100644
--- a/libc/libio/iofgets.c
+++ b/libc/libio/iofgets.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofgets_u.c b/libc/libio/iofgets_u.c
index 9b32fea8a..128327e49 100644
--- a/libc/libio/iofgets_u.c
+++ b/libc/libio/iofgets_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofgetws.c b/libc/libio/iofgetws.c
index 086d6854d..193c1a994 100644
--- a/libc/libio/iofgetws.c
+++ b/libc/libio/iofgetws.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofgetws_u.c b/libc/libio/iofgetws_u.c
index 1584beec1..14c4898ea 100644
--- a/libc/libio/iofgetws_u.c
+++ b/libc/libio/iofgetws_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofopen.c b/libc/libio/iofopen.c
index 5a859c69c..4fbf4864d 100644
--- a/libc/libio/iofopen.c
+++ b/libc/libio/iofopen.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofopen64.c b/libc/libio/iofopen64.c
index 48e02f351..e8e86ab6c 100644
--- a/libc/libio/iofopen64.c
+++ b/libc/libio/iofopen64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofopncook.c b/libc/libio/iofopncook.c
index 34db0cb7f..e34af61a2 100644
--- a/libc/libio/iofopncook.c
+++ b/libc/libio/iofopncook.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofputs.c b/libc/libio/iofputs.c
index f03387bce..ff4f132db 100644
--- a/libc/libio/iofputs.c
+++ b/libc/libio/iofputs.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofputs_u.c b/libc/libio/iofputs_u.c
index 69df5d69f..dc2536742 100644
--- a/libc/libio/iofputs_u.c
+++ b/libc/libio/iofputs_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofputws.c b/libc/libio/iofputws.c
index c76582758..d502af46d 100644
--- a/libc/libio/iofputws.c
+++ b/libc/libio/iofputws.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofputws_u.c b/libc/libio/iofputws_u.c
index a48e8b666..60fd34963 100644
--- a/libc/libio/iofputws_u.c
+++ b/libc/libio/iofputws_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofread.c b/libc/libio/iofread.c
index f7c484830..ca792a20b 100644
--- a/libc/libio/iofread.c
+++ b/libc/libio/iofread.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofread_u.c b/libc/libio/iofread_u.c
index 4e6d256c2..5e462254a 100644
--- a/libc/libio/iofread_u.c
+++ b/libc/libio/iofread_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofsetpos.c b/libc/libio/iofsetpos.c
index d1308dde9..3c89d682b 100644
--- a/libc/libio/iofsetpos.c
+++ b/libc/libio/iofsetpos.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofsetpos64.c b/libc/libio/iofsetpos64.c
index 0a3a3ab16..358a61a44 100644
--- a/libc/libio/iofsetpos64.c
+++ b/libc/libio/iofsetpos64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/ioftell.c b/libc/libio/ioftell.c
index f28a40fd8..2bf38e0e3 100644
--- a/libc/libio/ioftell.c
+++ b/libc/libio/ioftell.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofwide.c b/libc/libio/iofwide.c
index ffed333af..f9713661e 100644
--- a/libc/libio/iofwide.c
+++ b/libc/libio/iofwide.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1999-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/libio/iofwrite.c b/libc/libio/iofwrite.c
index 66542eaea..cd11bb43a 100644
--- a/libc/libio/iofwrite.c
+++ b/libc/libio/iofwrite.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iofwrite_u.c b/libc/libio/iofwrite_u.c
index 18dc6d032..157fed8c3 100644
--- a/libc/libio/iofwrite_u.c
+++ b/libc/libio/iofwrite_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iogetdelim.c b/libc/libio/iogetdelim.c
index a7304c55e..e2e0b0775 100644
--- a/libc/libio/iogetdelim.c
+++ b/libc/libio/iogetdelim.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1994-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/libio/iogetline.c b/libc/libio/iogetline.c
index a3f618213..3ca38606d 100644
--- a/libc/libio/iogetline.c
+++ b/libc/libio/iogetline.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iogets.c b/libc/libio/iogets.c
index 1674e2a0c..7d19c6820 100644
--- a/libc/libio/iogets.c
+++ b/libc/libio/iogets.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iogetwline.c b/libc/libio/iogetwline.c
index 65962a2b0..b7c119692 100644
--- a/libc/libio/iogetwline.c
+++ b/libc/libio/iogetwline.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iopadn.c b/libc/libio/iopadn.c
index 5ebbcf455..e1c534463 100644
--- a/libc/libio/iopadn.c
+++ b/libc/libio/iopadn.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iopopen.c b/libc/libio/iopopen.c
index b2b88d7f0..3c1f7ecc2 100644
--- a/libc/libio/iopopen.c
+++ b/libc/libio/iopopen.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Per Bothner <bothner@cygnus.com>.
diff --git a/libc/libio/ioputs.c b/libc/libio/ioputs.c
index b98ca3a3c..eb3737b25 100644
--- a/libc/libio/ioputs.c
+++ b/libc/libio/ioputs.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/ioseekoff.c b/libc/libio/ioseekoff.c
index cc364b010..d4f03e4fe 100644
--- a/libc/libio/ioseekoff.c
+++ b/libc/libio/ioseekoff.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/ioseekpos.c b/libc/libio/ioseekpos.c
index fcee2ad90..bf5f08534 100644
--- a/libc/libio/ioseekpos.c
+++ b/libc/libio/ioseekpos.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iosetbuffer.c b/libc/libio/iosetbuffer.c
index c7765181f..9100c27d3 100644
--- a/libc/libio/iosetbuffer.c
+++ b/libc/libio/iosetbuffer.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iosetvbuf.c b/libc/libio/iosetvbuf.c
index d98672d00..d97e4820a 100644
--- a/libc/libio/iosetvbuf.c
+++ b/libc/libio/iosetvbuf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/ioungetc.c b/libc/libio/ioungetc.c
index 186569418..a3364ea77 100644
--- a/libc/libio/ioungetc.c
+++ b/libc/libio/ioungetc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/ioungetwc.c b/libc/libio/ioungetwc.c
index 33549031a..2c65d91b0 100644
--- a/libc/libio/ioungetwc.c
+++ b/libc/libio/ioungetwc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iovdprintf.c b/libc/libio/iovdprintf.c
index d9918f000..b60d1c11f 100644
--- a/libc/libio/iovdprintf.c
+++ b/libc/libio/iovdprintf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1995-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/libio/iovsprintf.c b/libc/libio/iovsprintf.c
index e135d586f..5d064311e 100644
--- a/libc/libio/iovsprintf.c
+++ b/libc/libio/iovsprintf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iovsscanf.c b/libc/libio/iovsscanf.c
index 9e68a7a4b..4161d43bf 100644
--- a/libc/libio/iovsscanf.c
+++ b/libc/libio/iovsscanf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iovswscanf.c b/libc/libio/iovswscanf.c
index 46fff57e5..e34970d28 100644
--- a/libc/libio/iovswscanf.c
+++ b/libc/libio/iovswscanf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/iowpadn.c b/libc/libio/iowpadn.c
index 5600f3711..a3581994a 100644
--- a/libc/libio/iowpadn.c
+++ b/libc/libio/iowpadn.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/libc_fatal.c b/libc/libio/libc_fatal.c
index be1eaddb8..7fcc0fa87 100644
--- a/libc/libio/libc_fatal.c
+++ b/libc/libio/libc_fatal.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/libio.h b/libc/libio/libio.h
index 3cf1712ea..6077f5c1f 100644
--- a/libc/libio/libio.h
+++ b/libc/libio/libio.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Per Bothner <bothner@cygnus.com>.
diff --git a/libc/libio/libioP.h b/libc/libio/libioP.h
index bc1c21390..0db189b77 100644
--- a/libc/libio/libioP.h
+++ b/libc/libio/libioP.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/memstream.c b/libc/libio/memstream.c
index 3cb1bd705..ddb64a01b 100644
--- a/libc/libio/memstream.c
+++ b/libc/libio/memstream.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1995-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/libio/obprintf.c b/libc/libio/obprintf.c
index 9f16eab00..641eab590 100644
--- a/libc/libio/obprintf.c
+++ b/libc/libio/obprintf.c
@@ -1,5 +1,5 @@
/* Print output of stream to given obstack.
- Copyright (C) 1996-2013 Free Software Foundation, Inc.
+ Copyright (C) 1996-2014 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/libio/oldfileops.c b/libc/libio/oldfileops.c
index c9537f4d8..8439b97ff 100644
--- a/libc/libio/oldfileops.c
+++ b/libc/libio/oldfileops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Per Bothner <bothner@cygnus.com>.
diff --git a/libc/libio/oldiofclose.c b/libc/libio/oldiofclose.c
index 2191fca4a..6ffce12df 100644
--- a/libc/libio/oldiofclose.c
+++ b/libc/libio/oldiofclose.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/oldiofdopen.c b/libc/libio/oldiofdopen.c
index 2e90bbf63..8098c3ddf 100644
--- a/libc/libio/oldiofdopen.c
+++ b/libc/libio/oldiofdopen.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/oldiofgetpos.c b/libc/libio/oldiofgetpos.c
index a3132e477..2b2410634 100644
--- a/libc/libio/oldiofgetpos.c
+++ b/libc/libio/oldiofgetpos.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/oldiofgetpos64.c b/libc/libio/oldiofgetpos64.c
index ced967383..1d712c638 100644
--- a/libc/libio/oldiofgetpos64.c
+++ b/libc/libio/oldiofgetpos64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/oldiofopen.c b/libc/libio/oldiofopen.c
index c81aefdd9..c3ce2e567 100644
--- a/libc/libio/oldiofopen.c
+++ b/libc/libio/oldiofopen.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/oldiofsetpos.c b/libc/libio/oldiofsetpos.c
index f455c5cfc..ac91d8fa6 100644
--- a/libc/libio/oldiofsetpos.c
+++ b/libc/libio/oldiofsetpos.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/oldiofsetpos64.c b/libc/libio/oldiofsetpos64.c
index 068b1cec9..97c730be2 100644
--- a/libc/libio/oldiofsetpos64.c
+++ b/libc/libio/oldiofsetpos64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/oldiopopen.c b/libc/libio/oldiopopen.c
index f93de3481..7bde3b52c 100644
--- a/libc/libio/oldiopopen.c
+++ b/libc/libio/oldiopopen.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Per Bothner <bothner@cygnus.com>.
diff --git a/libc/libio/oldpclose.c b/libc/libio/oldpclose.c
index 0761d84f6..08de8035b 100644
--- a/libc/libio/oldpclose.c
+++ b/libc/libio/oldpclose.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1998-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/libio/oldstdfiles.c b/libc/libio/oldstdfiles.c
index b02c62d7f..fad966df5 100644
--- a/libc/libio/oldstdfiles.c
+++ b/libc/libio/oldstdfiles.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/oldtmpfile.c b/libc/libio/oldtmpfile.c
index b1b5e52d6..a6a5e71ae 100644
--- a/libc/libio/oldtmpfile.c
+++ b/libc/libio/oldtmpfile.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/pclose.c b/libc/libio/pclose.c
index 9c3b4b27e..29220f6ca 100644
--- a/libc/libio/pclose.c
+++ b/libc/libio/pclose.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/peekc.c b/libc/libio/peekc.c
index 56362a9c7..38998c535 100644
--- a/libc/libio/peekc.c
+++ b/libc/libio/peekc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/putc.c b/libc/libio/putc.c
index 469ac3172..897d81823 100644
--- a/libc/libio/putc.c
+++ b/libc/libio/putc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/putc_u.c b/libc/libio/putc_u.c
index 59ace86d6..f42f5c7a3 100644
--- a/libc/libio/putc_u.c
+++ b/libc/libio/putc_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/putchar.c b/libc/libio/putchar.c
index 06cf4012f..a002f4a4c 100644
--- a/libc/libio/putchar.c
+++ b/libc/libio/putchar.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/putchar_u.c b/libc/libio/putchar_u.c
index 0128241de..46409849e 100644
--- a/libc/libio/putchar_u.c
+++ b/libc/libio/putchar_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/putwc.c b/libc/libio/putwc.c
index 469481698..1b0f1814e 100644
--- a/libc/libio/putwc.c
+++ b/libc/libio/putwc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/putwc_u.c b/libc/libio/putwc_u.c
index da359c1c3..08bd8f621 100644
--- a/libc/libio/putwc_u.c
+++ b/libc/libio/putwc_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/putwchar.c b/libc/libio/putwchar.c
index 0a25e2e95..dac5bbf52 100644
--- a/libc/libio/putwchar.c
+++ b/libc/libio/putwchar.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/putwchar_u.c b/libc/libio/putwchar_u.c
index 97ac4c978..4f09c16d7 100644
--- a/libc/libio/putwchar_u.c
+++ b/libc/libio/putwchar_u.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/rewind.c b/libc/libio/rewind.c
index 95e094446..06b2c3881 100644
--- a/libc/libio/rewind.c
+++ b/libc/libio/rewind.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/setbuf.c b/libc/libio/setbuf.c
index deba71385..db72cc610 100644
--- a/libc/libio/setbuf.c
+++ b/libc/libio/setbuf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/setlinebuf.c b/libc/libio/setlinebuf.c
index bf489be71..b758c228b 100644
--- a/libc/libio/setlinebuf.c
+++ b/libc/libio/setlinebuf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/stdfiles.c b/libc/libio/stdfiles.c
index cc02831c3..e7b56dfd2 100644
--- a/libc/libio/stdfiles.c
+++ b/libc/libio/stdfiles.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/stdio.c b/libc/libio/stdio.c
index fa28d3065..3dadfadf3 100644
--- a/libc/libio/stdio.c
+++ b/libc/libio/stdio.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/stdio.h b/libc/libio/stdio.h
index 754301fc1..bdc79eabe 100644
--- a/libc/libio/stdio.h
+++ b/libc/libio/stdio.h
@@ -1,5 +1,5 @@
/* Define ISO C stdio on top of C++ iostreams.
- Copyright (C) 1991-2013 Free Software Foundation, Inc.
+ Copyright (C) 1991-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/libio/strfile.h b/libc/libio/strfile.h
index 63819dbee..1c73ed816 100644
--- a/libc/libio/strfile.h
+++ b/libc/libio/strfile.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/strops.c b/libc/libio/strops.c
index 5c7baf5df..e3a5ae3ca 100644
--- a/libc/libio/strops.c
+++ b/libc/libio/strops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/swprintf.c b/libc/libio/swprintf.c
index 282534cad..81aed5370 100644
--- a/libc/libio/swprintf.c
+++ b/libc/libio/swprintf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/swscanf.c b/libc/libio/swscanf.c
index 2eb4fb2fc..7955d7a9a 100644
--- a/libc/libio/swscanf.c
+++ b/libc/libio/swscanf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/test-fmemopen.c b/libc/libio/test-fmemopen.c
index 47ee036c2..30998940e 100644
--- a/libc/libio/test-fmemopen.c
+++ b/libc/libio/test-fmemopen.c
@@ -1,5 +1,5 @@
/* Test for fmemopen implementation.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Hanno Mueller, kontakt@hanno.de, 2000.
diff --git a/libc/libio/test-freopen.c b/libc/libio/test-freopen.c
index 6ae194e63..3ba3d75d8 100644
--- a/libc/libio/test-freopen.c
+++ b/libc/libio/test-freopen.c
@@ -1,5 +1,5 @@
/* Test for freopen implementation.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-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/libio/test-freopen.sh b/libc/libio/test-freopen.sh
index 3b05614f7..69fc9fcca 100755
--- a/libc/libio/test-freopen.sh
+++ b/libc/libio/test-freopen.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Test of freopen.
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-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/libio/tst-fopenloc.c b/libc/libio/tst-fopenloc.c
index f83e7227d..8fe83fd5c 100644
--- a/libc/libio/tst-fopenloc.c
+++ b/libc/libio/tst-fopenloc.c
@@ -1,5 +1,5 @@
/* Test for ,ccs= handling in fopen.
- Copyright (C) 2001-2013 Free Software Foundation, Inc.
+ Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
diff --git a/libc/libio/tst-freopen.c b/libc/libio/tst-freopen.c
index e0a49e824..f9e71773e 100644
--- a/libc/libio/tst-freopen.c
+++ b/libc/libio/tst-freopen.c
@@ -1,5 +1,5 @@
/* Test freopen with mmap stdio.
- Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/libc/libio/tst-fseek.c b/libc/libio/tst-fseek.c
index 46182c948..56b04472f 100644
--- a/libc/libio/tst-fseek.c
+++ b/libc/libio/tst-fseek.c
@@ -1,5 +1,5 @@
/* Verify that fseek/ftell combination works for wide chars.
- Copyright (C) 2012-2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-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/libio/tst-fwrite-error.c b/libc/libio/tst-fwrite-error.c
index 87c876627..68ddb82d8 100644
--- a/libc/libio/tst-fwrite-error.c
+++ b/libc/libio/tst-fwrite-error.c
@@ -1,5 +1,5 @@
/* Test of fwrite() function, adapted from gnulib-tests in grep.
- Copyright (C) 2011-2013 Free Software Foundation, Inc.
+ Copyright (C) 2011-2014 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/libc/libio/tst-mmap-setvbuf.c b/libc/libio/tst-mmap-setvbuf.c
index a6c73652d..348d9ee65 100644
--- a/libc/libio/tst-mmap-setvbuf.c
+++ b/libc/libio/tst-mmap-setvbuf.c
@@ -1,5 +1,5 @@
/* Test setvbuf on readonly fopen (using mmap stdio).
- Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/libc/libio/tst-widetext.c b/libc/libio/tst-widetext.c
index 36ca20818..179763e85 100644
--- a/libc/libio/tst-widetext.c
+++ b/libc/libio/tst-widetext.c
@@ -1,6 +1,6 @@
/* Test program for the wide character stream functions handling larger
amounts of text.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>.
diff --git a/libc/libio/tst-widetext.input b/libc/libio/tst-widetext.input
index bef07cef3..b4382c000 100644
--- a/libc/libio/tst-widetext.input
+++ b/libc/libio/tst-widetext.input
@@ -126,7 +126,7 @@ Gujarati (U+0A80-U+0AFF):
઀◌ઁ◌ંઃ઄અઆઇઈઉઊઋઌઍ઎એઐઑ઒ઓઔકખગઘઙચછજઝઞટઠડઢણતથદધન઩પફબભમયર઱લળ઴વશષસહ઺઻◌઼ઽાિ
ી◌ુ◌ૂ◌ૃ◌ૄ◌ૅ૆◌ે◌ૈૉ૊ોૌ◌્૎૏ૐ૑૒૓૔૕૖૗૘૙૚૛૜૝૞૟ૠૡૢૣ૤૥૦૧૨૩૪૫૬૭૮૯૰૱૲૳૴૵૶૷૸ૹૺૻૼ૽૾૿
-Oriya (U+0B00-U+0B7F):
+Odia (U+0B00-U+0B7F):
଀◌ଁଂଃ଄ଅଆଇଈଉଊଋଌ଍଎ଏଐ଑଒ଓଔକଖଗଘଙଚଛଜଝଞଟଠଡଢଣତଥଦଧନ଩ପଫବଭମଯର଱ଲଳ଴ଵଶଷସହ଺଻◌଼ଽା◌ି
ୀ◌ୁ◌ୂ◌ୃୄ୅୆େୈ୉୊ୋୌ◌୍୎୏୐୑୒୓୔୕◌ୖୗ୘୙୚୛ଡ଼ଢ଼୞ୟୠୡୢୣ୤୥୦୧୨୩୪୫୬୭୮୯୰ୱ୲୳୴୵୶୷୸୹୺୻୼୽୾୿
diff --git a/libc/libio/tst_getwc.c b/libc/libio/tst_getwc.c
index 78d6177e6..9fde284f7 100644
--- a/libc/libio/tst_getwc.c
+++ b/libc/libio/tst_getwc.c
@@ -1,5 +1,5 @@
/* Simple test of getwc in the C locale.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
diff --git a/libc/libio/tst_putwc.c b/libc/libio/tst_putwc.c
index df39de7fa..fed3748c8 100644
--- a/libc/libio/tst_putwc.c
+++ b/libc/libio/tst_putwc.c
@@ -1,5 +1,5 @@
/* Simple test of putwc in the C locale.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
diff --git a/libc/libio/vasprintf.c b/libc/libio/vasprintf.c
index b9455f8a5..fca16bebf 100644
--- a/libc/libio/vasprintf.c
+++ b/libc/libio/vasprintf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1995-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/libio/vscanf.c b/libc/libio/vscanf.c
index 3362597a7..b8ee989d2 100644
--- a/libc/libio/vscanf.c
+++ b/libc/libio/vscanf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/vsnprintf.c b/libc/libio/vsnprintf.c
index 865ccac54..a204fa3cc 100644
--- a/libc/libio/vsnprintf.c
+++ b/libc/libio/vsnprintf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1994-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/libio/vswprintf.c b/libc/libio/vswprintf.c
index 136bda8fc..2aa0ff1aa 100644
--- a/libc/libio/vswprintf.c
+++ b/libc/libio/vswprintf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1994-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/libio/vwprintf.c b/libc/libio/vwprintf.c
index 84a68e6f9..6479d2ca2 100644
--- a/libc/libio/vwprintf.c
+++ b/libc/libio/vwprintf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/vwscanf.c b/libc/libio/vwscanf.c
index 32ebc2c34..42f18f405 100644
--- a/libc/libio/vwscanf.c
+++ b/libc/libio/vwscanf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/wfiledoalloc.c b/libc/libio/wfiledoalloc.c
index 4a900a811..f8e554e9f 100644
--- a/libc/libio/wfiledoalloc.c
+++ b/libc/libio/wfiledoalloc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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/libio/wfileops.c b/libc/libio/wfileops.c
index 0a156eaad..87d3cdcf3 100644
--- a/libc/libio/wfileops.c
+++ b/libc/libio/wfileops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Ulrich Drepper <drepper@cygnus.com>.
Based on the single byte version by Per Bothner <bothner@cygnus.com>.
diff --git a/libc/libio/wgenops.c b/libc/libio/wgenops.c
index b39b6912c..a1f86c9d4 100644
--- a/libc/libio/wgenops.c
+++ b/libc/libio/wgenops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Ulrich Drepper <drepper@cygnus.com>.
Based on the single byte version by Per Bothner <bothner@cygnus.com>.
diff --git a/libc/libio/wmemstream.c b/libc/libio/wmemstream.c
index fd7fe44c4..1d472d782 100644
--- a/libc/libio/wmemstream.c
+++ b/libc/libio/wmemstream.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1995-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/libio/wprintf.c b/libc/libio/wprintf.c
index 6362ddb5a..7f97156e7 100644
--- a/libc/libio/wprintf.c
+++ b/libc/libio/wprintf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/wscanf.c b/libc/libio/wscanf.c
index 82c83eed4..eacc52ba2 100644
--- a/libc/libio/wscanf.c
+++ b/libc/libio/wscanf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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/libio/wstrops.c b/libc/libio/wstrops.c
index 828393081..399a37710 100644
--- a/libc/libio/wstrops.c
+++ b/libc/libio/wstrops.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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