summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-03-14 13:06:35 -0700
committerRoland McGrath <roland@hack.frob.com>2014-03-14 13:06:35 -0700
commited09652b52212d90b9793b1ce10a1499ac9c5012 (patch)
tree2502a318c2dce6a632e18d6b23dbd70bc09036c9
parent6d46ff3dad0f220229ba2a6151e7e6c5476a4932 (diff)
downloadglibc-ed09652b52212d90b9793b1ce10a1499ac9c5012.tar.gz
glibc-ed09652b52212d90b9793b1ce10a1499ac9c5012.tar.xz
glibc-ed09652b52212d90b9793b1ce10a1499ac9c5012.zip
Update copyright years; .in -> .ac
-rw-r--r--sysdeps/arm/nacl/____longjmp_chk.S2
-rw-r--r--sysdeps/arm/nacl/aeabi_read_tp.S2
-rw-r--r--sysdeps/arm/nacl/arm-features.h2
-rw-r--r--sysdeps/arm/nacl/dl-machine.h2
-rw-r--r--sysdeps/arm/nacl/dl-trampoline.S2
-rw-r--r--sysdeps/nacl/Makefile19
-rw-r--r--sysdeps/nacl/____longjmp_chk.c2
-rw-r--r--sysdeps/nacl/_exit.c2
-rw-r--r--sysdeps/nacl/bits/local_lim.h2
-rw-r--r--sysdeps/nacl/bits/mman.h2
-rw-r--r--sysdeps/nacl/bits/stat.h2
-rw-r--r--sysdeps/nacl/bits/typesizes.h2
-rw-r--r--sysdeps/nacl/brk.c2
-rw-r--r--sysdeps/nacl/check_fds.c2
-rw-r--r--sysdeps/nacl/clock.c2
-rw-r--r--sysdeps/nacl/clock_getres.c2
-rw-r--r--sysdeps/nacl/clock_gettime.c2
-rw-r--r--sysdeps/nacl/close.c2
-rw-r--r--sysdeps/nacl/configure.ac (renamed from sysdeps/nacl/configure.in)0
-rw-r--r--sysdeps/nacl/dl-osinfo.h2
-rw-r--r--sysdeps/nacl/dl-sysdep.c2
-rw-r--r--sysdeps/nacl/dl-sysdep.h2
-rw-r--r--sysdeps/nacl/dl-writev.h2
-rw-r--r--sysdeps/nacl/dup.c2
-rw-r--r--sysdeps/nacl/dup2.c2
-rw-r--r--sysdeps/nacl/fxstat.c2
-rw-r--r--sysdeps/nacl/getdents.c2
-rw-r--r--sysdeps/nacl/getdtsz.c2
-rw-r--r--sysdeps/nacl/getpid.c2
-rw-r--r--sysdeps/nacl/getsysstats.c2
-rw-r--r--sysdeps/nacl/gettimeofday.c2
-rw-r--r--sysdeps/nacl/kernel-features.h2
-rw-r--r--sysdeps/nacl/ldsodefs.h2
-rw-r--r--sysdeps/nacl/lseek.c2
-rw-r--r--sysdeps/nacl/mmap.c2
-rw-r--r--sysdeps/nacl/mprotect.c2
-rw-r--r--sysdeps/nacl/munmap.c2
-rw-r--r--sysdeps/nacl/nacl-interface-table.c2
-rw-r--r--sysdeps/nacl/nacl-interfaces.c2
-rw-r--r--sysdeps/nacl/nacl-interfaces.h2
-rw-r--r--sysdeps/nacl/nacl_interface_query.c2
-rw-r--r--sysdeps/nacl/nanosleep.c2
-rw-r--r--sysdeps/nacl/open.c2
-rw-r--r--sysdeps/nacl/read.c2
-rw-r--r--sysdeps/nacl/sched_yield.c2
-rw-r--r--sysdeps/nacl/start.c2
-rw-r--r--sysdeps/nacl/write.c2
-rw-r--r--sysdeps/nacl/xstat.c2
-rw-r--r--sysdeps/nacl/xstatconv.c2
-rw-r--r--sysdeps/nacl/xstatconv.h2
50 files changed, 66 insertions, 49 deletions
diff --git a/sysdeps/arm/nacl/____longjmp_chk.S b/sysdeps/arm/nacl/____longjmp_chk.S
index 22c812ce2f..67ba775028 100644
--- a/sysdeps/arm/nacl/____longjmp_chk.S
+++ b/sysdeps/arm/nacl/____longjmp_chk.S
@@ -1,5 +1,5 @@
 /* longjmp that validates stack addresses.  ARM/NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/arm/nacl/aeabi_read_tp.S b/sysdeps/arm/nacl/aeabi_read_tp.S
index 3655d3e60b..46d2285caa 100644
--- a/sysdeps/arm/nacl/aeabi_read_tp.S
+++ b/sysdeps/arm/nacl/aeabi_read_tp.S
@@ -1,5 +1,5 @@
 /* ARM EABI helper function for reading the thread pointer.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/arm/nacl/arm-features.h b/sysdeps/arm/nacl/arm-features.h
index 403e182484..9b2b1bf8e4 100644
--- a/sysdeps/arm/nacl/arm-features.h
+++ b/sysdeps/arm/nacl/arm-features.h
@@ -1,5 +1,5 @@
 /* Macros to test for CPU features on ARM.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/arm/nacl/dl-machine.h b/sysdeps/arm/nacl/dl-machine.h
index 97a06f4d40..2849163519 100644
--- a/sysdeps/arm/nacl/dl-machine.h
+++ b/sysdeps/arm/nacl/dl-machine.h
@@ -1,5 +1,5 @@
 /* Machine-dependent ELF dynamic relocation inline functions.  ARM/NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/arm/nacl/dl-trampoline.S b/sysdeps/arm/nacl/dl-trampoline.S
index 60060d66e3..9c24f61550 100644
--- a/sysdeps/arm/nacl/dl-trampoline.S
+++ b/sysdeps/arm/nacl/dl-trampoline.S
@@ -1,5 +1,5 @@
 /* PLT trampolines.  ARM/NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile
index 0dcf82463d..ed9d6fd7a6 100644
--- a/sysdeps/nacl/Makefile
+++ b/sysdeps/nacl/Makefile
@@ -1,3 +1,20 @@
+# Copyright (C) 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
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# The GNU C Library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
+
 # The (required) --with-headers option to configure sets sysheaders to the
 # location of the native_client/.. source directory.  We'll get necessary
 # headers directly from there.
@@ -73,7 +90,7 @@ $(common-objpfx)bits/mman-linux.h: \
 	ln -f $< $@ || cp -f $< $@
 
 # XXX temp test
-others += hello
+others += hello hellow
 others-static += hello
 
 endif
diff --git a/sysdeps/nacl/____longjmp_chk.c b/sysdeps/nacl/____longjmp_chk.c
index 657dd9655a..f6241a0bba 100644
--- a/sysdeps/nacl/____longjmp_chk.c
+++ b/sysdeps/nacl/____longjmp_chk.c
@@ -1,5 +1,5 @@
 /* Fortified longjmp.  Stub version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/_exit.c b/sysdeps/nacl/_exit.c
index 56f58a2340..a44071ed48 100644
--- a/sysdeps/nacl/_exit.c
+++ b/sysdeps/nacl/_exit.c
@@ -1,5 +1,5 @@
 /* _exit -- low-level program termination.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/bits/local_lim.h b/sysdeps/nacl/bits/local_lim.h
index 827ed3fcef..d655d80ae4 100644
--- a/sysdeps/nacl/bits/local_lim.h
+++ b/sysdeps/nacl/bits/local_lim.h
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
diff --git a/sysdeps/nacl/bits/mman.h b/sysdeps/nacl/bits/mman.h
index 07f8929ef2..56fe8d11ca 100644
--- a/sysdeps/nacl/bits/mman.h
+++ b/sysdeps/nacl/bits/mman.h
@@ -1,5 +1,5 @@
 /* Definitions for POSIX memory map interface.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/bits/stat.h b/sysdeps/nacl/bits/stat.h
index 1fed4711ae..baf28f8395 100644
--- a/sysdeps/nacl/bits/stat.h
+++ b/sysdeps/nacl/bits/stat.h
@@ -1,5 +1,5 @@
 /* 'struct stat' and related definitions.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/bits/typesizes.h b/sysdeps/nacl/bits/typesizes.h
index c1934b8d4c..d379b4791c 100644
--- a/sysdeps/nacl/bits/typesizes.h
+++ b/sysdeps/nacl/bits/typesizes.h
@@ -1,5 +1,5 @@
 /* bits/typesizes.h -- underlying types for *_t.  NaCl version.
-   Copyright (C) 2002-2012 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/brk.c b/sysdeps/nacl/brk.c
index b226c216ef..58968e38ab 100644
--- a/sysdeps/nacl/brk.c
+++ b/sysdeps/nacl/brk.c
@@ -1,5 +1,5 @@
 /* brk -- Adjust the "break" at the end of initial data.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/check_fds.c b/sysdeps/nacl/check_fds.c
index 2a86771f8b..0fed5eed4d 100644
--- a/sysdeps/nacl/check_fds.c
+++ b/sysdeps/nacl/check_fds.c
@@ -1,5 +1,5 @@
 /* Check inherited file descriptors for sanity at startup.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/clock.c b/sysdeps/nacl/clock.c
index 35805991bf..87a227f698 100644
--- a/sysdeps/nacl/clock.c
+++ b/sysdeps/nacl/clock.c
@@ -1,5 +1,5 @@
 /* Return the time used by the program so far.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/clock_getres.c b/sysdeps/nacl/clock_getres.c
index a67e425f9d..0e9b6c82bf 100644
--- a/sysdeps/nacl/clock_getres.c
+++ b/sysdeps/nacl/clock_getres.c
@@ -1,5 +1,5 @@
 /* Get the resolution of a clock.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/clock_gettime.c b/sysdeps/nacl/clock_gettime.c
index a1a9363a71..f714ae4802 100644
--- a/sysdeps/nacl/clock_gettime.c
+++ b/sysdeps/nacl/clock_gettime.c
@@ -1,5 +1,5 @@
 /* Get the current value of a clock.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/close.c b/sysdeps/nacl/close.c
index 8412092184..3a9d592a07 100644
--- a/sysdeps/nacl/close.c
+++ b/sysdeps/nacl/close.c
@@ -1,5 +1,5 @@
 /* Close a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/configure.in b/sysdeps/nacl/configure.ac
index 2c6f29fe1b..2c6f29fe1b 100644
--- a/sysdeps/nacl/configure.in
+++ b/sysdeps/nacl/configure.ac
diff --git a/sysdeps/nacl/dl-osinfo.h b/sysdeps/nacl/dl-osinfo.h
index 0aacf4ec45..8647db0ea7 100644
--- a/sysdeps/nacl/dl-osinfo.h
+++ b/sysdeps/nacl/dl-osinfo.h
@@ -1,5 +1,5 @@
 /* DL_SYSDEP_OSCHECK macro for NaCl.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/dl-sysdep.c b/sysdeps/nacl/dl-sysdep.c
index 03662741b3..7562e7cff4 100644
--- a/sysdeps/nacl/dl-sysdep.c
+++ b/sysdeps/nacl/dl-sysdep.c
@@ -1,5 +1,5 @@
 /* Operating system support for run-time dynamic linker.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/dl-sysdep.h b/sysdeps/nacl/dl-sysdep.h
index 86813dde5e..cfe7b62b5a 100644
--- a/sysdeps/nacl/dl-sysdep.h
+++ b/sysdeps/nacl/dl-sysdep.h
@@ -1,5 +1,5 @@
 /* System-specific settings for dynamic linker code.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/dl-writev.h b/sysdeps/nacl/dl-writev.h
index 843f9cec63..e84282da76 100644
--- a/sysdeps/nacl/dl-writev.h
+++ b/sysdeps/nacl/dl-writev.h
@@ -1,5 +1,5 @@
 /* Message-writing for the dynamic linker.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/dup.c b/sysdeps/nacl/dup.c
index 7318da8389..4598570b6e 100644
--- a/sysdeps/nacl/dup.c
+++ b/sysdeps/nacl/dup.c
@@ -1,5 +1,5 @@
 /* Duplicate a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/dup2.c b/sysdeps/nacl/dup2.c
index bad77ee540..d7333bda08 100644
--- a/sysdeps/nacl/dup2.c
+++ b/sysdeps/nacl/dup2.c
@@ -1,5 +1,5 @@
 /* Duplicate a file descriptor to a chosen number.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/fxstat.c b/sysdeps/nacl/fxstat.c
index a076e102f9..a2d439e2dc 100644
--- a/sysdeps/nacl/fxstat.c
+++ b/sysdeps/nacl/fxstat.c
@@ -1,5 +1,5 @@
 /* Get stat information from a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/getdents.c b/sysdeps/nacl/getdents.c
index dd7a7c57c0..48dc88ae84 100644
--- a/sysdeps/nacl/getdents.c
+++ b/sysdeps/nacl/getdents.c
@@ -1,5 +1,5 @@
 /* Read directory entries from a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/getdtsz.c b/sysdeps/nacl/getdtsz.c
index dda3c2d3e0..a602df7e25 100644
--- a/sysdeps/nacl/getdtsz.c
+++ b/sysdeps/nacl/getdtsz.c
@@ -1,5 +1,5 @@
 /* getdtablesize -- Return the limit on file descriptor values.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/getpid.c b/sysdeps/nacl/getpid.c
index 45239881e4..ce677e9562 100644
--- a/sysdeps/nacl/getpid.c
+++ b/sysdeps/nacl/getpid.c
@@ -1,5 +1,5 @@
 /* Get the process ID of the calling process.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/getsysstats.c b/sysdeps/nacl/getsysstats.c
index 625d32cab1..52601f3297 100644
--- a/sysdeps/nacl/getsysstats.c
+++ b/sysdeps/nacl/getsysstats.c
@@ -1,5 +1,5 @@
 /* getsysstats - Determine various system internal values.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/gettimeofday.c b/sysdeps/nacl/gettimeofday.c
index 59aa9989e0..9989d928f1 100644
--- a/sysdeps/nacl/gettimeofday.c
+++ b/sysdeps/nacl/gettimeofday.c
@@ -1,5 +1,5 @@
 /* Get the current wall clock time.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/kernel-features.h b/sysdeps/nacl/kernel-features.h
index 21df0198e0..a051784010 100644
--- a/sysdeps/nacl/kernel-features.h
+++ b/sysdeps/nacl/kernel-features.h
@@ -1,5 +1,5 @@
 /* Set flags signalling availability of certain operating system features.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/ldsodefs.h b/sysdeps/nacl/ldsodefs.h
index 785eee29e8..c75c3c41b8 100644
--- a/sysdeps/nacl/ldsodefs.h
+++ b/sysdeps/nacl/ldsodefs.h
@@ -1,5 +1,5 @@
 /* Run-time dynamic linker data structures for loaded ELF shared objects.  NaCl.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/lseek.c b/sysdeps/nacl/lseek.c
index bebd523dc5..50f3ea422f 100644
--- a/sysdeps/nacl/lseek.c
+++ b/sysdeps/nacl/lseek.c
@@ -1,5 +1,5 @@
 /* lseek -- Move the file position of a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/mmap.c b/sysdeps/nacl/mmap.c
index 9faa2d31fa..283b4a1d44 100644
--- a/sysdeps/nacl/mmap.c
+++ b/sysdeps/nacl/mmap.c
@@ -1,5 +1,5 @@
 /* Map addresses from a file or anonymous memory.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/mprotect.c b/sysdeps/nacl/mprotect.c
index b23dfa8bdc..4ea2d1115d 100644
--- a/sysdeps/nacl/mprotect.c
+++ b/sysdeps/nacl/mprotect.c
@@ -1,5 +1,5 @@
 /* Change memory protections on pages.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/munmap.c b/sysdeps/nacl/munmap.c
index 753be5d669..9a682477fb 100644
--- a/sysdeps/nacl/munmap.c
+++ b/sysdeps/nacl/munmap.c
@@ -1,5 +1,5 @@
 /* Deallocate a region of pages.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/nacl-interface-table.c b/sysdeps/nacl/nacl-interface-table.c
index a7e78b61eb..13d8280ff7 100644
--- a/sysdeps/nacl/nacl-interface-table.c
+++ b/sysdeps/nacl/nacl-interface-table.c
@@ -1,5 +1,5 @@
 /* Define one NaCl interface table.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/nacl-interfaces.c b/sysdeps/nacl/nacl-interfaces.c
index a863d87bf1..4d26cc9120 100644
--- a/sysdeps/nacl/nacl-interfaces.c
+++ b/sysdeps/nacl/nacl-interfaces.c
@@ -1,5 +1,5 @@
 /* Using NaCl interface tables.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/nacl-interfaces.h b/sysdeps/nacl/nacl-interfaces.h
index e5fd5ed35c..846eb09670 100644
--- a/sysdeps/nacl/nacl-interfaces.h
+++ b/sysdeps/nacl/nacl-interfaces.h
@@ -1,5 +1,5 @@
 /* Using NaCl interface tables.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/nacl_interface_query.c b/sysdeps/nacl/nacl_interface_query.c
index 57ac09b65d..476ef92272 100644
--- a/sysdeps/nacl/nacl_interface_query.c
+++ b/sysdeps/nacl/nacl_interface_query.c
@@ -1,5 +1,5 @@
 /* NaCl function exposing IRT interface query.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/nanosleep.c b/sysdeps/nacl/nanosleep.c
index 0758e48f8d..ac02b223e8 100644
--- a/sysdeps/nacl/nanosleep.c
+++ b/sysdeps/nacl/nanosleep.c
@@ -1,5 +1,5 @@
 /* nanosleep -- Sleep for a duration given in nanoseconds.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/open.c b/sysdeps/nacl/open.c
index 0e8a4220fd..84c8c840cd 100644
--- a/sysdeps/nacl/open.c
+++ b/sysdeps/nacl/open.c
@@ -1,5 +1,5 @@
 /* Open a file by name.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/read.c b/sysdeps/nacl/read.c
index 4b32e04c48..e2902fdbd3 100644
--- a/sysdeps/nacl/read.c
+++ b/sysdeps/nacl/read.c
@@ -1,5 +1,5 @@
 /* read -- Read data from a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/sched_yield.c b/sysdeps/nacl/sched_yield.c
index 4c6bfe258c..561cbb9101 100644
--- a/sysdeps/nacl/sched_yield.c
+++ b/sysdeps/nacl/sched_yield.c
@@ -1,5 +1,5 @@
 /* sched_yield -- Yield the processor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/start.c b/sysdeps/nacl/start.c
index ca58301583..a74c941867 100644
--- a/sysdeps/nacl/start.c
+++ b/sysdeps/nacl/start.c
@@ -1,5 +1,5 @@
 /* Entry-point for programs.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/write.c b/sysdeps/nacl/write.c
index 98602cfef3..f8edc3f6c1 100644
--- a/sysdeps/nacl/write.c
+++ b/sysdeps/nacl/write.c
@@ -1,5 +1,5 @@
 /* write -- Write data to a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/xstat.c b/sysdeps/nacl/xstat.c
index a2f4b49883..08e51f7878 100644
--- a/sysdeps/nacl/xstat.c
+++ b/sysdeps/nacl/xstat.c
@@ -1,5 +1,5 @@
 /* Get stat information from a file name.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/xstatconv.c b/sysdeps/nacl/xstatconv.c
index 29f8427eae..73cdf41d3c 100644
--- a/sysdeps/nacl/xstatconv.c
+++ b/sysdeps/nacl/xstatconv.c
@@ -1,5 +1,5 @@
 /* Convert between the NaCl ABI's `struct stat' format, and libc's.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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/sysdeps/nacl/xstatconv.h b/sysdeps/nacl/xstatconv.h
index ab7e4ef571..2678594074 100644
--- a/sysdeps/nacl/xstatconv.h
+++ b/sysdeps/nacl/xstatconv.h
@@ -1,5 +1,5 @@
 /* Convert between the NaCl ABI's `struct stat' format, and libc's.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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