diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-01-04 16:05:18 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-01-04 16:05:18 +0000 |
commit | f7a9f785e547bd599dee496fd906a28bcb4ec7fe (patch) | |
tree | 3d106a69fbe220419a6bbd2cce71ffee71f870b5 /sysdeps/nacl | |
parent | d4eed61f85791a8fc4f94ce4fb17997d4ee0eed3 (diff) | |
download | glibc-f7a9f785e547bd599dee496fd906a28bcb4ec7fe.tar.gz glibc-f7a9f785e547bd599dee496fd906a28bcb4ec7fe.tar.xz glibc-f7a9f785e547bd599dee496fd906a28bcb4ec7fe.zip |
Update copyright dates with scripts/update-copyrights.
Diffstat (limited to 'sysdeps/nacl')
91 files changed, 91 insertions, 91 deletions
diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile index 1748886719..71a4f8fa4b 100644 --- a/sysdeps/nacl/Makefile +++ b/sysdeps/nacl/Makefile @@ -1,6 +1,6 @@ # Makefile fragment for NaCl configurations. -# Copyright (C) 2015 Free Software Foundation, Inc. +# Copyright (C) 2015-2016 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 b3b32ee8f2..5855bbf87d 100644 --- a/sysdeps/nacl/_exit.c +++ b/sysdeps/nacl/_exit.c @@ -1,5 +1,5 @@ /* _exit -- low-level program termination. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/access.c b/sysdeps/nacl/access.c index 531a999c01..95a0fb726b 100644 --- a/sysdeps/nacl/access.c +++ b/sysdeps/nacl/access.c @@ -1,5 +1,5 @@ /* Check file access permission. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/dirent.h b/sysdeps/nacl/bits/dirent.h index 571ac0c67b..d4eb7feb4b 100644 --- a/sysdeps/nacl/bits/dirent.h +++ b/sysdeps/nacl/bits/dirent.h @@ -1,5 +1,5 @@ /* Directory entry structure `struct dirent'. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/fcntl.h b/sysdeps/nacl/bits/fcntl.h index 89aab00f72..ad083b357c 100644 --- a/sysdeps/nacl/bits/fcntl.h +++ b/sysdeps/nacl/bits/fcntl.h @@ -1,5 +1,5 @@ /* O_*, F_*, FD_* bit values. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 950a2371e0..0f9e4df561 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 2d5fdfc17b..2baf35b036 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/param.h b/sysdeps/nacl/bits/param.h index 17eb1ee43f..8f33497a3d 100644 --- a/sysdeps/nacl/bits/param.h +++ b/sysdeps/nacl/bits/param.h @@ -1,5 +1,5 @@ /* Old-style Unix parameters and limits. NaCl version. - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2016 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/posix_opt.h b/sysdeps/nacl/bits/posix_opt.h index 2a5d6fd70a..6d51363e0e 100644 --- a/sysdeps/nacl/bits/posix_opt.h +++ b/sysdeps/nacl/bits/posix_opt.h @@ -1,5 +1,5 @@ /* Define POSIX options for NaCl. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 9b89b15fcd..2ff4982e8f 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 572ff9fa91..0118309e18 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 bc103de00c..cf7aac4b20 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/chdir.c b/sysdeps/nacl/chdir.c index e194ae95d1..f28eb42f52 100644 --- a/sysdeps/nacl/chdir.c +++ b/sysdeps/nacl/chdir.c @@ -1,5 +1,5 @@ /* Change current working directory. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 a6bd8d8a5b..3a75a8ee34 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/chmod.c b/sysdeps/nacl/chmod.c index 9a8ba097b5..78bf811c93 100644 --- a/sysdeps/nacl/chmod.c +++ b/sysdeps/nacl/chmod.c @@ -1,5 +1,5 @@ /* Change a file's permissions. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 e3bf897c00..664ad650c3 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 46052065e1..2b9a74f46f 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 8103ae3e4d..f33069c24a 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 9f550f9964..5d33d2a1f7 100644 --- a/sysdeps/nacl/close.c +++ b/sysdeps/nacl/close.c @@ -1,5 +1,5 @@ /* Close a file descriptor. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 9d9284a7b5..7b571c34e2 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 f2d5d84dcd..ec3eff8a60 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 ee74d9dd42..c4cb0bafc8 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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-open.h b/sysdeps/nacl/dl-sysdep-open.h index 38b0f9e86d..10a48291da 100644 --- a/sysdeps/nacl/dl-sysdep-open.h +++ b/sysdeps/nacl/dl-sysdep-open.h @@ -1,5 +1,5 @@ /* System-specific call to open a shared object by name. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 3a04aa1176..f82567642d 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 ade4213578..735e2f3ce5 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 02851e7dc3..6f114eb620 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 e61d9d14f9..bd50865378 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 1f66c521c7..34a7cd46d4 100644 --- a/sysdeps/nacl/dup.c +++ b/sysdeps/nacl/dup.c @@ -1,5 +1,5 @@ /* Duplicate a file descriptor. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 948a10892f..9cffec3c99 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/errnos.awk b/sysdeps/nacl/errnos.awk index 65fa19bd06..f245bde0a6 100644 --- a/sysdeps/nacl/errnos.awk +++ b/sysdeps/nacl/errnos.awk @@ -1,6 +1,6 @@ # Script to produce bits/errno.h for NaCl. -# Copyright (C) 2015 Free Software Foundation, Inc. +# Copyright (C) 2015-2016 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/euidaccess.c b/sysdeps/nacl/euidaccess.c index 50cbcfba29..62dda81604 100644 --- a/sysdeps/nacl/euidaccess.c +++ b/sysdeps/nacl/euidaccess.c @@ -1,5 +1,5 @@ /* Check file access permission. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 915f93dd0d..864ed4b424 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/fchdir.c b/sysdeps/nacl/fchdir.c index 4295bc2c6d..294fb48046 100644 --- a/sysdeps/nacl/fchdir.c +++ b/sysdeps/nacl/fchdir.c @@ -1,5 +1,5 @@ /* Change working directory given a file descriptor. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/fchmod.c b/sysdeps/nacl/fchmod.c index 35d6939cb2..1ed335c322 100644 --- a/sysdeps/nacl/fchmod.c +++ b/sysdeps/nacl/fchmod.c @@ -1,5 +1,5 @@ /* Change a file's permissions given a file descriptor. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/fdatasync.c b/sysdeps/nacl/fdatasync.c index cd7a55ff41..737267bb55 100644 --- a/sysdeps/nacl/fdatasync.c +++ b/sysdeps/nacl/fdatasync.c @@ -1,5 +1,5 @@ /* Make all changes done to file data actually appear on disk. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/fdopendir.c b/sysdeps/nacl/fdopendir.c index db91645aa6..9e4220c1b7 100644 --- a/sysdeps/nacl/fdopendir.c +++ b/sysdeps/nacl/fdopendir.c @@ -1,5 +1,5 @@ /* Open a directory stream from a file descriptor. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/fsync.c b/sysdeps/nacl/fsync.c index 6f6622b7db..e346561dac 100644 --- a/sysdeps/nacl/fsync.c +++ b/sysdeps/nacl/fsync.c @@ -1,5 +1,5 @@ /* Make all changes done to FD actually appear on disk. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/ftruncate.c b/sysdeps/nacl/ftruncate.c index 1235f0d804..66fbaa5daa 100644 --- a/sysdeps/nacl/ftruncate.c +++ b/sysdeps/nacl/ftruncate.c @@ -1,5 +1,5 @@ /* Truncate a file. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/futex-internal.h b/sysdeps/nacl/futex-internal.h index 593bb9d9bf..0c5e02e818 100644 --- a/sysdeps/nacl/futex-internal.h +++ b/sysdeps/nacl/futex-internal.h @@ -1,5 +1,5 @@ /* futex operations for glibc-internal use. NaCl version. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 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 d9f3d20afa..e97be0f517 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/getcwd.c b/sysdeps/nacl/getcwd.c index ba7e49a036..85a7eb2244 100644 --- a/sysdeps/nacl/getcwd.c +++ b/sysdeps/nacl/getcwd.c @@ -1,5 +1,5 @@ /* Get current working directory. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 e022b6bd5b..ea248de583 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 e0ba14fdfa..4eb91b7a64 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/gethostname.c b/sysdeps/nacl/gethostname.c index aed030578d..098b84be10 100644 --- a/sysdeps/nacl/gethostname.c +++ b/sysdeps/nacl/gethostname.c @@ -1,5 +1,5 @@ /* Get current host's name. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 1b6d2d5d31..a2269a4c33 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 97a2edb459..496b44b114 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 9fb8dab4fd..fac54f7c47 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 5830c6fd69..c1364f070b 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/iofdopen.c b/sysdeps/nacl/iofdopen.c index fd5271f4eb..9ddd9e0d3b 100644 --- a/sysdeps/nacl/iofdopen.c +++ b/sysdeps/nacl/iofdopen.c @@ -1,5 +1,5 @@ /* Open a stream from a file descriptor. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/isatty.c b/sysdeps/nacl/isatty.c index fc1a686bae..988403891f 100644 --- a/sysdeps/nacl/isatty.c +++ b/sysdeps/nacl/isatty.c @@ -1,5 +1,5 @@ /* Determine if a file descriptor refers to a terminal. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 3ae983d873..e27d2d4821 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 383ced5612..bc7723a36e 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/link.c b/sysdeps/nacl/link.c index 49f071f3d9..1310dc461b 100644 --- a/sysdeps/nacl/link.c +++ b/sysdeps/nacl/link.c @@ -1,5 +1,5 @@ /* Make a hard link. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/lll_timedlock_wait.c b/sysdeps/nacl/lll_timedlock_wait.c index 1a41a6f6b4..d9f177291f 100644 --- a/sysdeps/nacl/lll_timedlock_wait.c +++ b/sysdeps/nacl/lll_timedlock_wait.c @@ -1,5 +1,5 @@ /* Timed low level locking for pthread library. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/lll_timedwait_tid.c b/sysdeps/nacl/lll_timedwait_tid.c index ef544cf84f..07276444f9 100644 --- a/sysdeps/nacl/lll_timedwait_tid.c +++ b/sysdeps/nacl/lll_timedwait_tid.c @@ -1,5 +1,5 @@ /* Timed waiting for thread death. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 b614ac8183..5f7d45950b 100644 --- a/sysdeps/nacl/lowlevellock-futex.h +++ b/sysdeps/nacl/lowlevellock-futex.h @@ -1,5 +1,5 @@ /* Low-level locking access to futex facilities. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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.h b/sysdeps/nacl/lowlevellock.h index 3634f1959a..330c726b20 100644 --- a/sysdeps/nacl/lowlevellock.h +++ b/sysdeps/nacl/lowlevellock.h @@ -1,5 +1,5 @@ /* Low-level lock implementation. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 6451eb50d5..4b5644060f 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/lxstat.c b/sysdeps/nacl/lxstat.c index b14708529d..4dd7cb4e5f 100644 --- a/sysdeps/nacl/lxstat.c +++ b/sysdeps/nacl/lxstat.c @@ -1,5 +1,5 @@ /* Get stat information from a file name NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/mkdir.c b/sysdeps/nacl/mkdir.c index 73b4748bba..e37b789a3f 100644 --- a/sysdeps/nacl/mkdir.c +++ b/sysdeps/nacl/mkdir.c @@ -1,5 +1,5 @@ /* Make a directory. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 e9c53267cb..1f35443c78 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 6fd6a4dc06..fe5f8c6f02 100644 --- a/sysdeps/nacl/mprotect.c +++ b/sysdeps/nacl/mprotect.c @@ -1,5 +1,5 @@ /* Change memory protections on pages. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 194e409ae8..8026370f1c 100644 --- a/sysdeps/nacl/munmap.c +++ b/sysdeps/nacl/munmap.c @@ -1,5 +1,5 @@ /* Deallocate a region of pages. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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-after-link.sh b/sysdeps/nacl/nacl-after-link.sh index 199f1b89ac..f59ac0981f 100755 --- a/sysdeps/nacl/nacl-after-link.sh +++ b/sysdeps/nacl/nacl-after-link.sh @@ -1,7 +1,7 @@ #!/bin/sh # Script to validate NaCl binaries after linking. -# Copyright (C) 2015 Free Software Foundation, Inc. +# Copyright (C) 2015-2016 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-list.h b/sysdeps/nacl/nacl-interface-list.h index c68faedc54..c5bfba05d5 100644 --- a/sysdeps/nacl/nacl-interface-list.h +++ b/sysdeps/nacl/nacl-interface-list.h @@ -1,5 +1,5 @@ /* List of NaCl interface tables used in libraries. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 e5401983f9..50d6bb2bab 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 5dbfadd7f1..bf1cf19523 100644 --- a/sysdeps/nacl/nacl-interfaces.c +++ b/sysdeps/nacl/nacl-interfaces.c @@ -1,5 +1,5 @@ /* Using NaCl interface tables. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 36f380886c..b7b45bbf38 100644 --- a/sysdeps/nacl/nacl-interfaces.h +++ b/sysdeps/nacl/nacl-interfaces.h @@ -1,5 +1,5 @@ /* Using NaCl interface tables. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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-test-wrapper.sh b/sysdeps/nacl/nacl-test-wrapper.sh index 9bd6d291c0..df5ab40970 100755 --- a/sysdeps/nacl/nacl-test-wrapper.sh +++ b/sysdeps/nacl/nacl-test-wrapper.sh @@ -1,7 +1,7 @@ #!/bin/bash # test-wrapper script for NaCl. -# Copyright (C) 2015 Free Software Foundation, Inc. +# Copyright (C) 2015-2016 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_ext_supply.c b/sysdeps/nacl/nacl_interface_ext_supply.c index a1525be58c..d8b2085ba6 100644 --- a/sysdeps/nacl/nacl_interface_ext_supply.c +++ b/sysdeps/nacl/nacl_interface_ext_supply.c @@ -1,5 +1,5 @@ /* Interface for the user to replace NaCl IRT interface functions. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 cae876b3b8..adf1dd4c02 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 cc60a466c8..013dd5b625 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 381751a9cd..983234fb65 100644 --- a/sysdeps/nacl/open.c +++ b/sysdeps/nacl/open.c @@ -1,5 +1,5 @@ /* Open a file by name. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/pthread-pids.h b/sysdeps/nacl/pthread-pids.h index 1589e5b342..80cd98e06a 100644 --- a/sysdeps/nacl/pthread-pids.h +++ b/sysdeps/nacl/pthread-pids.h @@ -1,5 +1,5 @@ /* Initialize pid and tid fields of struct pthread. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/pthread_condattr_setclock.c b/sysdeps/nacl/pthread_condattr_setclock.c index fc33ec9382..e9b45d26e9 100644 --- a/sysdeps/nacl/pthread_condattr_setclock.c +++ b/sysdeps/nacl/pthread_condattr_setclock.c @@ -1,5 +1,5 @@ /* Set the clock for timeouts on a condition variable. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 fef0c82604..3f42baf2e2 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/readlink.c b/sysdeps/nacl/readlink.c index d1c4cadf55..3f417825c8 100644 --- a/sysdeps/nacl/readlink.c +++ b/sysdeps/nacl/readlink.c @@ -1,5 +1,5 @@ /* Read the contents of a symbolic link. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/rename.c b/sysdeps/nacl/rename.c index 8cf1b2f218..58e191335c 100644 --- a/sysdeps/nacl/rename.c +++ b/sysdeps/nacl/rename.c @@ -1,5 +1,5 @@ /* Rename a file. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/rmdir.c b/sysdeps/nacl/rmdir.c index 917bffd4e7..ffe1037894 100644 --- a/sysdeps/nacl/rmdir.c +++ b/sysdeps/nacl/rmdir.c @@ -1,5 +1,5 @@ /* Remove a directory. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 c9c7aaa6bf..294e0689db 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 8e8bc1a05e..f009c6d302 100644 --- a/sysdeps/nacl/start.c +++ b/sysdeps/nacl/start.c @@ -1,5 +1,5 @@ /* Entry-point for programs. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/symlink.c b/sysdeps/nacl/symlink.c index 1454589fda..198902e39e 100644 --- a/sysdeps/nacl/symlink.c +++ b/sysdeps/nacl/symlink.c @@ -1,5 +1,5 @@ /* Make a symbolic link. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 ccf4e83b43..c56ff37d2f 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/truncate.c b/sysdeps/nacl/truncate.c index cdb8ac7222..0497824cd2 100644 --- a/sysdeps/nacl/truncate.c +++ b/sysdeps/nacl/truncate.c @@ -1,5 +1,5 @@ /* Truncate a file (by name). NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/uname-values.h b/sysdeps/nacl/uname-values.h index b78eac578c..a907234cbc 100644 --- a/sysdeps/nacl/uname-values.h +++ b/sysdeps/nacl/uname-values.h @@ -1,5 +1,5 @@ /* Constant values for the uname function to return. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/unlink.c b/sysdeps/nacl/unlink.c index 6c872c2c5b..76f4ee94de 100644 --- a/sysdeps/nacl/unlink.c +++ b/sysdeps/nacl/unlink.c @@ -1,5 +1,5 @@ /* Remove a file. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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/utimes.c b/sysdeps/nacl/utimes.c index 1f0f08a9e0..06b0c0ebcb 100644 --- a/sysdeps/nacl/utimes.c +++ b/sysdeps/nacl/utimes.c @@ -1,5 +1,5 @@ /* Change the access and modification times of a file. NaCl version. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 d4063fda8d..f452f446c1 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 8180c9362c..531f7b477b 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 ecab76c5f0..7223198f0f 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 fb313a2e62..08c87a9108 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) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 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 |