aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-01-05 13:53:13 -0800
committerRoland McGrath <roland@hack.frob.com>2015-01-05 13:53:13 -0800
commit9408ab781e5355193725b7afb1f3761395b96418 (patch)
tree9d68e1f0326ab2c5c47280e312415708f3412bb6
parent3a0a6b73bcc929f2a1167c7c23d36f630fdc615f (diff)
downloadglibc-9408ab781e5355193725b7afb1f3761395b96418.zip
glibc-9408ab781e5355193725b7afb1f3761395b96418.tar.gz
glibc-9408ab781e5355193725b7afb1f3761395b96418.tar.bz2
Update copyright years.
-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/arm/nacl/include/bits/setjmp.h2
-rw-r--r--sysdeps/arm/nacl/sysdep.h2
-rw-r--r--sysdeps/nacl/Makefile2
-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/createthread.c2
-rw-r--r--sysdeps/nacl/dl-map-segments.h2
-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-unmap-segments.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/exit-thread.h2
-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/init-first.c2
-rw-r--r--sysdeps/nacl/kernel-features.h2
-rw-r--r--sysdeps/nacl/ldsodefs.h2
-rw-r--r--sysdeps/nacl/lowlevellock-futex.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/tls.h2
-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
58 files changed, 58 insertions, 58 deletions
diff --git a/sysdeps/arm/nacl/____longjmp_chk.S b/sysdeps/arm/nacl/____longjmp_chk.S
index 67ba775..f950f17 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 46d2285..153e6db 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 9b2b1bf..b00cfdb 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 2849163..b48517b 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 9c24f61..64389aa 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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/include/bits/setjmp.h b/sysdeps/arm/nacl/include/bits/setjmp.h
index fab1022..41830e5 100644
--- a/sysdeps/arm/nacl/include/bits/setjmp.h
+++ b/sysdeps/arm/nacl/include/bits/setjmp.h
@@ -1,5 +1,5 @@
/* Private jmp_buf-related definitions. NaCl/ARM version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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/sysdep.h b/sysdeps/arm/nacl/sysdep.h
index 2671897..951df32 100644
--- a/sysdeps/arm/nacl/sysdep.h
+++ b/sysdeps/arm/nacl/sysdep.h
@@ -1,5 +1,5 @@
/* Assembler macros for ARM/NaCl.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 9d8569c..ade4df6 100644
--- a/sysdeps/nacl/Makefile
+++ b/sysdeps/nacl/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2014 Free Software Foundation, Inc.
+# Copyright (C) 2015 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/____longjmp_chk.c b/sysdeps/nacl/____longjmp_chk.c
index f6241a0..05ad655 100644
--- a/sysdeps/nacl/____longjmp_chk.c
+++ b/sysdeps/nacl/____longjmp_chk.c
@@ -1,5 +1,5 @@
/* Fortified longjmp. Stub version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 a44071e..0ec902f 100644
--- a/sysdeps/nacl/_exit.c
+++ b/sysdeps/nacl/_exit.c
@@ -1,5 +1,5 @@
/* _exit -- low-level program termination. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 2792161..950a237 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 56fe8d1..2d5fdfc 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 baf28f8..0cd3500 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 d379b47..2a29035 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 58968e3..bc103de 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 0fed5ee..a6bd8d8 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 87a227f..e3bf897 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 0e9b6c8..4605206 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 f714ae4..8103ae3 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 3a9d592..c90a795 100644
--- a/sysdeps/nacl/close.c
+++ b/sysdeps/nacl/close.c
@@ -1,5 +1,5 @@
/* Close a file descriptor. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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/createthread.c b/sysdeps/nacl/createthread.c
index 89a58a7..9df4eae 100644
--- a/sysdeps/nacl/createthread.c
+++ b/sysdeps/nacl/createthread.c
@@ -1,5 +1,5 @@
/* Low-level thread creation for NPTL. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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-map-segments.h b/sysdeps/nacl/dl-map-segments.h
index a5b7846..0dd0af9 100644
--- a/sysdeps/nacl/dl-map-segments.h
+++ b/sysdeps/nacl/dl-map-segments.h
@@ -1,5 +1,5 @@
/* Map in a shared object's segments. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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-osinfo.h b/sysdeps/nacl/dl-osinfo.h
index 8647db0..ee74d9d 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 7562e7c..f9af5a3 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 cfe7b62..ade4213 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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-unmap-segments.h b/sysdeps/nacl/dl-unmap-segments.h
index 97e14e9..f1043ee 100644
--- a/sysdeps/nacl/dl-unmap-segments.h
+++ b/sysdeps/nacl/dl-unmap-segments.h
@@ -1,5 +1,5 @@
/* Unmap a shared object's segments. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 e84282d..e61d9d1 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 4598570..1f66c52 100644
--- a/sysdeps/nacl/dup.c
+++ b/sysdeps/nacl/dup.c
@@ -1,5 +1,5 @@
/* Duplicate a file descriptor. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 d7333bd..948a108 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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-thread.h b/sysdeps/nacl/exit-thread.h
index 9c8ed33..a08a5b1 100644
--- a/sysdeps/nacl/exit-thread.h
+++ b/sysdeps/nacl/exit-thread.h
@@ -1,5 +1,5 @@
/* Call to terminate the current thread. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 a2d439e..d9f3d20 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 48dc88a..e022b6b 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 a602df7..31c9978 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 ce677e9..1b6d2d5 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 52601f3..c9c8a19 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 9989d92..9fb8dab 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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/init-first.c b/sysdeps/nacl/init-first.c
index 798e9ca..5830c6f 100644
--- a/sysdeps/nacl/init-first.c
+++ b/sysdeps/nacl/init-first.c
@@ -1,5 +1,5 @@
/* Initialization code run first thing by the ELF startup code. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 a051784..3ae983d 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 c75c3c4..c1cfd12c 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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/lowlevellock-futex.h b/sysdeps/nacl/lowlevellock-futex.h
index ec856df..eecbfb1 100644
--- a/sysdeps/nacl/lowlevellock-futex.h
+++ b/sysdeps/nacl/lowlevellock-futex.h
@@ -1,5 +1,5 @@
/* Low-level locking access to futex facilities. Stub version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 50f3ea4..6451eb5 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 283b4a1..e9c5326 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 4ea2d11..6fd6a4d 100644
--- a/sysdeps/nacl/mprotect.c
+++ b/sysdeps/nacl/mprotect.c
@@ -1,5 +1,5 @@
/* Change memory protections on pages. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 9a68247..194e409 100644
--- a/sysdeps/nacl/munmap.c
+++ b/sysdeps/nacl/munmap.c
@@ -1,5 +1,5 @@
/* Deallocate a region of pages. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 13d8280..5a53fbd 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 4d26cc9..469ee65 100644
--- a/sysdeps/nacl/nacl-interfaces.c
+++ b/sysdeps/nacl/nacl-interfaces.c
@@ -1,5 +1,5 @@
/* Using NaCl interface tables.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 c7dc2c0..524ca8d 100644
--- a/sysdeps/nacl/nacl-interfaces.h
+++ b/sysdeps/nacl/nacl-interfaces.h
@@ -1,5 +1,5 @@
/* Using NaCl interface tables.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 476ef92..cae876b 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 ac02b22..cc60a46 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 84c8c84..cb4700f 100644
--- a/sysdeps/nacl/open.c
+++ b/sysdeps/nacl/open.c
@@ -1,5 +1,5 @@
/* Open a file by name. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 e2902fd..fef0c82 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 561cbb9..c9c7aaa 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 a74c941..a4b6dd3 100644
--- a/sysdeps/nacl/start.c
+++ b/sysdeps/nacl/start.c
@@ -1,5 +1,5 @@
/* Entry-point for programs. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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/tls.h b/sysdeps/nacl/tls.h
index dcfa2e8..ccf4e83 100644
--- a/sysdeps/nacl/tls.h
+++ b/sysdeps/nacl/tls.h
@@ -1,5 +1,5 @@
/* Definition for thread-local data handling. NaCl version.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 f8edc3f..d4063fd 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 08e51f7..022cf02 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 73cdf41..ecab76c 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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 2567242..fb313a2 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) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2015 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