diff options
Diffstat (limited to 'sysdeps/nacl')
91 files changed, 91 insertions, 91 deletions
diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile index 1748886..71a4f8f 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 b3b32ee..5855bbf 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 531a999..95a0fb7 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 571ac0c..d4eb7fe 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 89aab00..ad083b3 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 950a237..0f9e4df 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 2d5fdfc..2baf35b 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 17eb1ee..8f33497 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 2a5d6fd..6d51363 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 9b89b15..2ff4982 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 572ff9f..0118309 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 bc103de..cf7aac4 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 e194ae9..f28eb42 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 a6bd8d8..3a75a8e 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 9a8ba09..78bf811 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 e3bf897..664ad65 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 4605206..2b9a74f 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 8103ae3..f33069c 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 9f550f9..5d33d2a 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 9d9284a..7b571c3 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 f2d5d84..ec3eff8 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 ee74d9d..c4cb0ba 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 38b0f9e..10a4829 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 3a04aa1..f825676 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 ade4213..735e2f3 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 02851e7..6f114eb 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 e61d9d1..bd50865 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 1f66c52..34a7cd4 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 948a108..9cffec3 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 65fa19b..f245bde 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 50cbcfb..62dda81 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 915f93d..864ed4b 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 4295bc2..294fb48 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 35d6939..1ed335c 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 cd7a55f..737267b 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 db91645..9e4220c 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 6f6622b..e346561 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 1235f0d..66fbaa5 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 593bb9d..0c5e02e 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 d9f3d20..e97be0f 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 ba7e49a..85a7eb2 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 e022b6b..ea248de 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 e0ba14f..4eb91b7 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 aed0305..098b84b 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 1b6d2d5..a2269a4 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 97a2edb..496b44b 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 9fb8dab..fac54f7 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 5830c6f..c1364f0 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 fd5271f..9ddd9e0 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 fc1a686..9884038 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 3ae983d..e27d2d4 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 383ced5..bc7723a 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 49f071f..1310dc4 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 1a41a6f..d9f1772 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 ef544cf..0727644 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 b614ac8..5f7d459 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 3634f19..330c726 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 6451eb5..4b56440 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 b147085..4dd7cb4 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 73b4748..e37b789 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 e9c5326..1f35443 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 6fd6a4d..fe5f8c6 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 194e409..8026370 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 199f1b8..f59ac09 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 c68faed..c5bfba0 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 e540198..50d6bb2 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 5dbfadd..bf1cf19 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 36f3808..b7b45bb 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 9bd6d29..df5ab40 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 a1525be..d8b2085 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 cae876b..adf1dd4 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 cc60a46..013dd5b 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 381751a..983234f 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 1589e5b..80cd98e 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 fc33ec9..e9b45d2 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 fef0c82..3f42baf 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 d1c4cad..3f41782 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 8cf1b2f..58e1913 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 917bffd..ffe1037 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 c9c7aaa..294e068 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 8e8bc1a..f009c6d 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 1454589..198902e 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 ccf4e83..c56ff37 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 cdb8ac7..0497824 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 b78eac5..a907234 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 6c872c2..76f4ee9 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 1f0f08a..06b0c0e 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 d4063fd..f452f44 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 8180c93..531f7b47 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 ecab76c..7223198 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 fb313a2..08c87a9 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 |