aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-11-18 23:47:59 +0000
committerHans-Peter Nilsson <hp@axis.com>2001-11-18 23:47:59 +0000
commit8ac90051e66e423886555bdc98c9b5301e414dfd (patch)
treef9a445912bfbde8c2c57034f676fe6684e4e0d69 /newlib/libc
parent9c5cfc400cff5c854b781ffa7009240b6554602f (diff)
downloadnewlib-8ac90051e66e423886555bdc98c9b5301e414dfd.zip
newlib-8ac90051e66e423886555bdc98c9b5301e414dfd.tar.gz
newlib-8ac90051e66e423886555bdc98c9b5301e414dfd.tar.bz2
* libc/sys/mmixware/*: Tweak license header in all source files.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/sys/mmixware/_exit.c9
-rw-r--r--newlib/libc/sys/mmixware/access.c9
-rw-r--r--newlib/libc/sys/mmixware/chmod.c9
-rw-r--r--newlib/libc/sys/mmixware/chown.c9
-rw-r--r--newlib/libc/sys/mmixware/close.c9
-rw-r--r--newlib/libc/sys/mmixware/creat.c9
-rw-r--r--newlib/libc/sys/mmixware/crt0.c9
-rw-r--r--newlib/libc/sys/mmixware/execv.c9
-rw-r--r--newlib/libc/sys/mmixware/execve.c9
-rw-r--r--newlib/libc/sys/mmixware/fork.c9
-rw-r--r--newlib/libc/sys/mmixware/fstat.c9
-rw-r--r--newlib/libc/sys/mmixware/getpid.c9
-rw-r--r--newlib/libc/sys/mmixware/gettime.c9
-rw-r--r--newlib/libc/sys/mmixware/isatty.c9
-rw-r--r--newlib/libc/sys/mmixware/kill.c9
-rw-r--r--newlib/libc/sys/mmixware/lseek.c9
-rw-r--r--newlib/libc/sys/mmixware/open.c9
-rw-r--r--newlib/libc/sys/mmixware/pipe.c9
-rw-r--r--newlib/libc/sys/mmixware/read.c9
-rw-r--r--newlib/libc/sys/mmixware/sbrk.c9
-rw-r--r--newlib/libc/sys/mmixware/setjmp.S9
-rw-r--r--newlib/libc/sys/mmixware/stat.c9
-rw-r--r--newlib/libc/sys/mmixware/sys/syscall.h9
-rw-r--r--newlib/libc/sys/mmixware/time.c9
-rw-r--r--newlib/libc/sys/mmixware/times.c9
-rw-r--r--newlib/libc/sys/mmixware/unlink.c9
-rw-r--r--newlib/libc/sys/mmixware/utime.c9
-rw-r--r--newlib/libc/sys/mmixware/wait.c9
-rw-r--r--newlib/libc/sys/mmixware/write.c9
29 files changed, 174 insertions, 87 deletions
diff --git a/newlib/libc/sys/mmixware/_exit.c b/newlib/libc/sys/mmixware/_exit.c
index c20b7c9..127bda7 100644
--- a/newlib/libc/sys/mmixware/_exit.c
+++ b/newlib/libc/sys/mmixware/_exit.c
@@ -1,8 +1,11 @@
/* _exit for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/access.c b/newlib/libc/sys/mmixware/access.c
index f4bcb20..a7b6646 100644
--- a/newlib/libc/sys/mmixware/access.c
+++ b/newlib/libc/sys/mmixware/access.c
@@ -1,8 +1,11 @@
/* access for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/chmod.c b/newlib/libc/sys/mmixware/chmod.c
index d7ddc36..a328d6c 100644
--- a/newlib/libc/sys/mmixware/chmod.c
+++ b/newlib/libc/sys/mmixware/chmod.c
@@ -1,8 +1,11 @@
/* chmod stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/chown.c b/newlib/libc/sys/mmixware/chown.c
index 6857efa..f4fc49c 100644
--- a/newlib/libc/sys/mmixware/chown.c
+++ b/newlib/libc/sys/mmixware/chown.c
@@ -1,8 +1,11 @@
/* chown stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/close.c b/newlib/libc/sys/mmixware/close.c
index 0194b87..d8203f4 100644
--- a/newlib/libc/sys/mmixware/close.c
+++ b/newlib/libc/sys/mmixware/close.c
@@ -1,8 +1,11 @@
/* close for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/creat.c b/newlib/libc/sys/mmixware/creat.c
index 3e9d249..622dcfa 100644
--- a/newlib/libc/sys/mmixware/creat.c
+++ b/newlib/libc/sys/mmixware/creat.c
@@ -1,8 +1,11 @@
/* creat for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/crt0.c b/newlib/libc/sys/mmixware/crt0.c
index 5b8ba0d..63fda50 100644
--- a/newlib/libc/sys/mmixware/crt0.c
+++ b/newlib/libc/sys/mmixware/crt0.c
@@ -1,8 +1,11 @@
/* crt0 stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/execv.c b/newlib/libc/sys/mmixware/execv.c
index 720b3d6..cae2813 100644
--- a/newlib/libc/sys/mmixware/execv.c
+++ b/newlib/libc/sys/mmixware/execv.c
@@ -1,8 +1,11 @@
/* execv stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/execve.c b/newlib/libc/sys/mmixware/execve.c
index 8f35440..6477dae 100644
--- a/newlib/libc/sys/mmixware/execve.c
+++ b/newlib/libc/sys/mmixware/execve.c
@@ -1,8 +1,11 @@
/* execve stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/fork.c b/newlib/libc/sys/mmixware/fork.c
index 6d3c4cd..ad27058 100644
--- a/newlib/libc/sys/mmixware/fork.c
+++ b/newlib/libc/sys/mmixware/fork.c
@@ -1,8 +1,11 @@
/* fork stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/fstat.c b/newlib/libc/sys/mmixware/fstat.c
index 8608e7d..63a9ac7 100644
--- a/newlib/libc/sys/mmixware/fstat.c
+++ b/newlib/libc/sys/mmixware/fstat.c
@@ -1,8 +1,11 @@
/* fstat for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/getpid.c b/newlib/libc/sys/mmixware/getpid.c
index 9444ead..5190726 100644
--- a/newlib/libc/sys/mmixware/getpid.c
+++ b/newlib/libc/sys/mmixware/getpid.c
@@ -1,8 +1,11 @@
/* getpid stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/gettime.c b/newlib/libc/sys/mmixware/gettime.c
index cd0b79a..973c6df 100644
--- a/newlib/libc/sys/mmixware/gettime.c
+++ b/newlib/libc/sys/mmixware/gettime.c
@@ -1,8 +1,11 @@
/* gettime stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/isatty.c b/newlib/libc/sys/mmixware/isatty.c
index a399531..86729aa 100644
--- a/newlib/libc/sys/mmixware/isatty.c
+++ b/newlib/libc/sys/mmixware/isatty.c
@@ -1,8 +1,11 @@
/* isatty for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/kill.c b/newlib/libc/sys/mmixware/kill.c
index 6cc4b36..c01f53c 100644
--- a/newlib/libc/sys/mmixware/kill.c
+++ b/newlib/libc/sys/mmixware/kill.c
@@ -1,8 +1,11 @@
/* kill for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/lseek.c b/newlib/libc/sys/mmixware/lseek.c
index 69ec8f3..13a6ce1 100644
--- a/newlib/libc/sys/mmixware/lseek.c
+++ b/newlib/libc/sys/mmixware/lseek.c
@@ -1,8 +1,11 @@
/* lseek for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/open.c b/newlib/libc/sys/mmixware/open.c
index 6a6475d..26fbbb9 100644
--- a/newlib/libc/sys/mmixware/open.c
+++ b/newlib/libc/sys/mmixware/open.c
@@ -1,8 +1,11 @@
/* open for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/pipe.c b/newlib/libc/sys/mmixware/pipe.c
index 6c4fa6b..f980bcd 100644
--- a/newlib/libc/sys/mmixware/pipe.c
+++ b/newlib/libc/sys/mmixware/pipe.c
@@ -1,8 +1,11 @@
/* pipe stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/read.c b/newlib/libc/sys/mmixware/read.c
index 4dfb0f0..9a7e98f 100644
--- a/newlib/libc/sys/mmixware/read.c
+++ b/newlib/libc/sys/mmixware/read.c
@@ -1,8 +1,11 @@
/* read for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/sbrk.c b/newlib/libc/sys/mmixware/sbrk.c
index 5eb9d77..de5ce5d 100644
--- a/newlib/libc/sys/mmixware/sbrk.c
+++ b/newlib/libc/sys/mmixware/sbrk.c
@@ -1,8 +1,11 @@
/* sbrk for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/setjmp.S b/newlib/libc/sys/mmixware/setjmp.S
index 17d9ea8..862273d 100644
--- a/newlib/libc/sys/mmixware/setjmp.S
+++ b/newlib/libc/sys/mmixware/setjmp.S
@@ -1,8 +1,11 @@
/* Setjmp and longjmp for mmix.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/stat.c b/newlib/libc/sys/mmixware/stat.c
index e72c15f..b008a82 100644
--- a/newlib/libc/sys/mmixware/stat.c
+++ b/newlib/libc/sys/mmixware/stat.c
@@ -1,8 +1,11 @@
/* stat stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/sys/syscall.h b/newlib/libc/sys/mmixware/sys/syscall.h
index a2e3668..c74a0ac 100644
--- a/newlib/libc/sys/mmixware/sys/syscall.h
+++ b/newlib/libc/sys/mmixware/sys/syscall.h
@@ -1,8 +1,11 @@
/* syscall defines for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/time.c b/newlib/libc/sys/mmixware/time.c
index 7de89c0..14be19b 100644
--- a/newlib/libc/sys/mmixware/time.c
+++ b/newlib/libc/sys/mmixware/time.c
@@ -1,8 +1,11 @@
/* time stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/times.c b/newlib/libc/sys/mmixware/times.c
index df9edb1..b397f2b 100644
--- a/newlib/libc/sys/mmixware/times.c
+++ b/newlib/libc/sys/mmixware/times.c
@@ -1,8 +1,11 @@
/* times stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/unlink.c b/newlib/libc/sys/mmixware/unlink.c
index 8649086..b70df2d 100644
--- a/newlib/libc/sys/mmixware/unlink.c
+++ b/newlib/libc/sys/mmixware/unlink.c
@@ -1,8 +1,11 @@
/* unlink stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/utime.c b/newlib/libc/sys/mmixware/utime.c
index 043bdf0..47259fc 100644
--- a/newlib/libc/sys/mmixware/utime.c
+++ b/newlib/libc/sys/mmixware/utime.c
@@ -1,8 +1,11 @@
/* utime stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/wait.c b/newlib/libc/sys/mmixware/wait.c
index fd0b8b7..9c66f3b 100644
--- a/newlib/libc/sys/mmixware/wait.c
+++ b/newlib/libc/sys/mmixware/wait.c
@@ -1,8 +1,11 @@
/* wait stub for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
diff --git a/newlib/libc/sys/mmixware/write.c b/newlib/libc/sys/mmixware/write.c
index 988f9fa..74d5fca 100644
--- a/newlib/libc/sys/mmixware/write.c
+++ b/newlib/libc/sys/mmixware/write.c
@@ -1,8 +1,11 @@
/* write for MMIXware.
- Copyright (C) 2001 Hans-Peter Nilsson.
- Permission to use, copy, modify, and distribute this software is freely
- granted, provided that this notice is preserved with no changes.
+ Copyright (C) 2001 Hans-Peter Nilsson
+
+ Permission to use, copy, modify, and distribute this software is
+ freely granted, provided that the above copyright notice, this notice
+ and the following disclaimer are preserved with no changes.
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR