]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update copyright years; .in -> .ac
authorRoland McGrath <roland@hack.frob.com>
Fri, 14 Mar 2014 20:06:35 +0000 (13:06 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 14 Mar 2014 20:06:35 +0000 (13:06 -0700)
50 files changed:
sysdeps/arm/nacl/____longjmp_chk.S
sysdeps/arm/nacl/aeabi_read_tp.S
sysdeps/arm/nacl/arm-features.h
sysdeps/arm/nacl/dl-machine.h
sysdeps/arm/nacl/dl-trampoline.S
sysdeps/nacl/Makefile
sysdeps/nacl/____longjmp_chk.c
sysdeps/nacl/_exit.c
sysdeps/nacl/bits/local_lim.h
sysdeps/nacl/bits/mman.h
sysdeps/nacl/bits/stat.h
sysdeps/nacl/bits/typesizes.h
sysdeps/nacl/brk.c
sysdeps/nacl/check_fds.c
sysdeps/nacl/clock.c
sysdeps/nacl/clock_getres.c
sysdeps/nacl/clock_gettime.c
sysdeps/nacl/close.c
sysdeps/nacl/configure.ac [moved from sysdeps/nacl/configure.in with 100% similarity]
sysdeps/nacl/dl-osinfo.h
sysdeps/nacl/dl-sysdep.c
sysdeps/nacl/dl-sysdep.h
sysdeps/nacl/dl-writev.h
sysdeps/nacl/dup.c
sysdeps/nacl/dup2.c
sysdeps/nacl/fxstat.c
sysdeps/nacl/getdents.c
sysdeps/nacl/getdtsz.c
sysdeps/nacl/getpid.c
sysdeps/nacl/getsysstats.c
sysdeps/nacl/gettimeofday.c
sysdeps/nacl/kernel-features.h
sysdeps/nacl/ldsodefs.h
sysdeps/nacl/lseek.c
sysdeps/nacl/mmap.c
sysdeps/nacl/mprotect.c
sysdeps/nacl/munmap.c
sysdeps/nacl/nacl-interface-table.c
sysdeps/nacl/nacl-interfaces.c
sysdeps/nacl/nacl-interfaces.h
sysdeps/nacl/nacl_interface_query.c
sysdeps/nacl/nanosleep.c
sysdeps/nacl/open.c
sysdeps/nacl/read.c
sysdeps/nacl/sched_yield.c
sysdeps/nacl/start.c
sysdeps/nacl/write.c
sysdeps/nacl/xstat.c
sysdeps/nacl/xstatconv.c
sysdeps/nacl/xstatconv.h

index 22c812ce2f491b6da5824217973613182921b210..67ba775028bf79f27a7679e71eeee16bb3896354 100644 (file)
@@ -1,5 +1,5 @@
 /* longjmp that validates stack addresses.  ARM/NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 3655d3e60b3774206a3045408b284a8a45844063..46d2285caa9a8b91f3a8169e2ea902f4df87e152 100644 (file)
@@ -1,5 +1,5 @@
 /* ARM EABI helper function for reading the thread pointer.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 403e182484a41a1eb47c0d79d4f4e14030b40377..9b2b1bf8e4278efe6acb0a544f91236f58ea875a 100644 (file)
@@ -1,5 +1,5 @@
 /* Macros to test for CPU features on ARM.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 97a06f4d4072cd6535d235ef70a27556fe2c78e6..284916351963207acd43022884ff3129792430d1 100644 (file)
@@ -1,5 +1,5 @@
 /* Machine-dependent ELF dynamic relocation inline functions.  ARM/NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 60060d66e39e45d52bfa3f24afd516487d065495..9c24f61550365ebb9a7953b566f7a1a16369bb38 100644 (file)
@@ -1,5 +1,5 @@
 /* PLT trampolines.  ARM/NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 0dcf82463d304307a3c6633a6074bd9fbfd9eccb..ed9d6fd7a654c480ac6adc23018f46587b225153 100644 (file)
@@ -1,3 +1,20 @@
+# Copyright (C) 2014 Free Software Foundation, Inc.
+# This file is part of the GNU C Library.
+
+# The GNU C Library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# The GNU C Library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
+
 # The (required) --with-headers option to configure sets sysheaders to the
 # location of the native_client/.. source directory.  We'll get necessary
 # headers directly from there.
@@ -73,7 +90,7 @@ $(common-objpfx)bits/mman-linux.h: \
        ln -f $< $@ || cp -f $< $@
 
 # XXX temp test
-others += hello
+others += hello hellow
 others-static += hello
 
 endif
index 657dd9655a976413dd443287cc726127d6b4efc4..f6241a0bba87828b5ab442038b8567e225fea8ef 100644 (file)
@@ -1,5 +1,5 @@
 /* Fortified longjmp.  Stub version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 56f58a234026f08a913765a6e16260551a31dfc4..a44071ed48767fcb700c3af97a2953e1eeb184e0 100644 (file)
@@ -1,5 +1,5 @@
 /* _exit -- low-level program termination.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 827ed3fcefc18e0a339c6ff5e89dce1f1fd02e96..d655d80ae41892c5758267e70fb54da755d94c38 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 07f8929ef2cc54f6a78365c145272b88a3109454..56fe8d11ca91b0c74d3bb233950db1ea2ffe17f6 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for POSIX memory map interface.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 1fed4711ae3c8ca0ddcb33088cf6fe1cfca2aebb..baf28f839520ab7c3c748eb53371d7db5d6f7e25 100644 (file)
@@ -1,5 +1,5 @@
 /* 'struct stat' and related definitions.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index c1934b8d4c24a8ac75a4c0de120b4650806497bd..d379b4791cc142fde542fe6af43396defe2fefbb 100644 (file)
@@ -1,5 +1,5 @@
 /* bits/typesizes.h -- underlying types for *_t.  NaCl version.
-   Copyright (C) 2002-2012 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index b226c216effd68d3f0a03a5fc1c1a221cd2971d9..58968e38ab359dceccb68f0aacfee31736cc6f56 100644 (file)
@@ -1,5 +1,5 @@
 /* brk -- Adjust the "break" at the end of initial data.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 2a86771f8bb73ea482b872e5b751d2fb6c88550c..0fed5eed4d57cd6458df7be99865a41454980698 100644 (file)
@@ -1,5 +1,5 @@
 /* Check inherited file descriptors for sanity at startup.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 35805991bf359b3385030c07a2ffeac3ad6e1f5e..87a227f698e98b55ac6061ac7e8ffeeee6298bc5 100644 (file)
@@ -1,5 +1,5 @@
 /* Return the time used by the program so far.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index a67e425f9d7263fff10ba1383410b83da14d839f..0e9b6c82bf4c3316884c3eff3344eb46cb2881e7 100644 (file)
@@ -1,5 +1,5 @@
 /* Get the resolution of a clock.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index a1a9363a711ce32a845e8f2566352a9b9ba12609..f714ae480202402b4dd35f92e80f6d00a6f07afe 100644 (file)
@@ -1,5 +1,5 @@
 /* Get the current value of a clock.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 8412092184e3a0e1aabdfa9281817cefded720b0..3a9d592a07120046f4e8da4607b64078fc0d8f86 100644 (file)
@@ -1,5 +1,5 @@
 /* Close a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 0aacf4ec45f584540aef99e1d237926c90678d38..8647db0ea794aebe45806587b65afa2ac918b48f 100644 (file)
@@ -1,5 +1,5 @@
 /* DL_SYSDEP_OSCHECK macro for NaCl.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 03662741b30eab9c6bf44712e2b4a9defb54c6c7..7562e7cff40bdb864bb95c3bb9e0e0d828cbce3c 100644 (file)
@@ -1,5 +1,5 @@
 /* Operating system support for run-time dynamic linker.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 86813dde5ecfb0d92b9cdae0daac458455dffa1d..cfe7b62b5a5492a516ff1b39ceb3bb46a531bbe8 100644 (file)
@@ -1,5 +1,5 @@
 /* System-specific settings for dynamic linker code.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 843f9cec6350fc4a7b080fa01f2289dd8ab1fea3..e84282da765c3975b570255de580f17a06e552cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Message-writing for the dynamic linker.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 7318da83890b742ff9401361cef9b88d2b799d61..4598570b6eb734a6ec8dce84eb455b2dc328344e 100644 (file)
@@ -1,5 +1,5 @@
 /* Duplicate a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index bad77ee540a227cc036cfed8f37150680a749961..d7333bda08b219311c716b4c1492f0ae3f49fd2c 100644 (file)
@@ -1,5 +1,5 @@
 /* Duplicate a file descriptor to a chosen number.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index a076e102f9ed86110a811c54b908b11c9e366305..a2d439e2dc8f940c3963cab0958ef5f8f5ce0ee3 100644 (file)
@@ -1,5 +1,5 @@
 /* Get stat information from a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index dd7a7c57c0ca93c85b94ba8b745ab1b5b8c34175..48dc88ae846350b1e2d30a01db65ff9788e8956c 100644 (file)
@@ -1,5 +1,5 @@
 /* Read directory entries from a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index dda3c2d3e0d262d4eb333f297b921f5f75d8452b..a602df7e255662bf00e87360429ed279642f55f7 100644 (file)
@@ -1,5 +1,5 @@
 /* getdtablesize -- Return the limit on file descriptor values.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 45239881e4ccc6061c2fdda2f8fdb2d6bc3f4e37..ce677e95625a71efec4d02f58c57468c357eee8f 100644 (file)
@@ -1,5 +1,5 @@
 /* Get the process ID of the calling process.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 625d32cab12166db3f8bed2e700c4e8841445d30..52601f329744008210b981aa321ad7a4304e6e57 100644 (file)
@@ -1,5 +1,5 @@
 /* getsysstats - Determine various system internal values.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 59aa9989e045ca6f487ab1369f5145ba4fbee917..9989d928f1a528b510709cff672078d2328efa44 100644 (file)
@@ -1,5 +1,5 @@
 /* Get the current wall clock time.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 21df0198e04aab7a1eb54841d90ad556d246683a..a0517840102b5f35a12ea93b9ee17025b6f4fd09 100644 (file)
@@ -1,5 +1,5 @@
 /* Set flags signalling availability of certain operating system features.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 785eee29e890ff3f8328d61ff2f9c6f5c89e677e..c75c3c41b8367ee0134417c898836d15e1284d1a 100644 (file)
@@ -1,5 +1,5 @@
 /* Run-time dynamic linker data structures for loaded ELF shared objects.  NaCl.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index bebd523dc5a13ef8f650314b5832d239e2a55b2e..50f3ea422f4280b3a7446a44ccc24430622d0eaf 100644 (file)
@@ -1,5 +1,5 @@
 /* lseek -- Move the file position of a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 9faa2d31fa1bc13d3bc182c32c83a9243e9dd3a1..283b4a1d44ebb77e53f2dbed6b7804aabbf8ae2c 100644 (file)
@@ -1,5 +1,5 @@
 /* Map addresses from a file or anonymous memory.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index b23dfa8bdc7078375eb5e158ab1f7dd098f5f088..4ea2d1115da4bddcba0729a467a1c66fbe55d55e 100644 (file)
@@ -1,5 +1,5 @@
 /* Change memory protections on pages.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 753be5d66968dbcc2d3baccee2b18ce94af01f8b..9a682477fbc41ae120ceadff587d14e9d468f0a5 100644 (file)
@@ -1,5 +1,5 @@
 /* Deallocate a region of pages.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index a7e78b61eb57a21d6ba0b67adf3ad15513675d2a..13d8280ff7ba2b955923af823e000b923dffdc0e 100644 (file)
@@ -1,5 +1,5 @@
 /* Define one NaCl interface table.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index a863d87bf19b969167d19b582a4879f32dbd6cad..4d26cc91202b396a7153c612533c513aee30825b 100644 (file)
@@ -1,5 +1,5 @@
 /* Using NaCl interface tables.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index e5fd5ed35cd96ac165d2f158fd8edc00b9e28c5d..846eb0967035534e0f881e6ca64ee277f53c5b57 100644 (file)
@@ -1,5 +1,5 @@
 /* Using NaCl interface tables.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 57ac09b65d02af21684158e48e8b9b416c925276..476ef922723e67b299b0a1453240bd3da545f733 100644 (file)
@@ -1,5 +1,5 @@
 /* NaCl function exposing IRT interface query.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 0758e48f8d4af79bfddc79051feaff2079a7c0d9..ac02b223e8713c0f55c309f8f2359413b8ff1e20 100644 (file)
@@ -1,5 +1,5 @@
 /* nanosleep -- Sleep for a duration given in nanoseconds.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 0e8a4220fda261e17d72ec57baa11dfb7579a57c..84c8c840cd8df07585c2ec57e608c6954a577e06 100644 (file)
@@ -1,5 +1,5 @@
 /* Open a file by name.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 4b32e04c48f58f30a009630167955931507c4ab1..e2902fdbd3ca6f6a25df5471475eebce515d6a8d 100644 (file)
@@ -1,5 +1,5 @@
 /* read -- Read data from a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 4c6bfe258c83dcffdc164eb00cb3ec8803db5ee4..561cbb910159c4b9fde10a225c54a7520ee5600a 100644 (file)
@@ -1,5 +1,5 @@
 /* sched_yield -- Yield the processor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index ca583015832709b09625ad47eb2f7d728ed7c970..a74c941867bc4cf339faa6bb5b0ca3848c61e5da 100644 (file)
@@ -1,5 +1,5 @@
 /* Entry-point for programs.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 98602cfef3687a30a1be23b3582793b81e2df924..f8edc3f6c10dc5a305c43b550ec074883d1116bf 100644 (file)
@@ -1,5 +1,5 @@
 /* write -- Write data to a file descriptor.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index a2f4b49883768ea90100a1bd87d4fae3f89d9175..08e51f7878dd111d40b5570cb00123d7a85ca0d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Get stat information from a file name.  NaCl version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index 29f8427eaedc30344aacaf872c5cb6e8b2ecb1c5..73cdf41d3c8093032a55e7264b65d69eaf01561f 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert between the NaCl ABI's `struct stat' format, and libc's.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
index ab7e4ef571b7702020f61baf9a007cfa3d9fbe78..26785940744cd785f6e8376b61e853dc75e9af9e 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert between the NaCl ABI's `struct stat' format, and libc's.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or