summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-07-20 01:44:58 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-07-20 01:44:58 +0200
commit38547460b7173f999c4e9f9bff8b1eccb0039dc6 (patch)
treeafac684119efd7d6b9c1644e2245676a5b99b3c6
parentde195be01569311dbbdee48c1ae36452f74bf594 (diff)
Fix new file header
-rw-r--r--sysdeps/mach/hurd/pipe2.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/pipe2.c b/sysdeps/mach/hurd/pipe2.c
index 8086d64724..288d4b8c67 100644
--- a/sysdeps/mach/hurd/pipe2.c
+++ b/sysdeps/mach/hurd/pipe2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -13,9 +13,8 @@
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, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/socket.h>