diff options
Diffstat (limited to 'libc/sysdeps/linux/sh/_mmap.c')
-rw-r--r-- | libc/sysdeps/linux/sh/_mmap.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/sh/_mmap.c b/libc/sysdeps/linux/sh/_mmap.c index 11b452b43..e2c990194 100644 --- a/libc/sysdeps/linux/sh/_mmap.c +++ b/libc/sysdeps/linux/sh/_mmap.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2001 Hewlett-Packard
-
+/* Copyright (C) 2001 Hewlett-Packard + This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any @@ -17,8 +17,8 @@ Derived in part from the Linux-8086 C library, the GNU C Library, and several other sundry sources. Files within this library are copyright by their respective copyright holders. -*/
-
+*/ + #include <unistd.h> #include <errno.h> #include <sys/mman.h> |