Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-11-19 02:47:59 +0300
committerHans-Peter Nilsson <hp@axis.com>2001-11-19 02:47:59 +0300
commit8ac90051e66e423886555bdc98c9b5301e414dfd (patch)
treef9a445912bfbde8c2c57034f676fe6684e4e0d69
parent9c5cfc400cff5c854b781ffa7009240b6554602f (diff)
* libc/sys/mmixware/*: Tweak license header in all source files.
-rw-r--r--newlib/ChangeLog4
-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
30 files changed, 178 insertions, 87 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index c6644d2b1..d1722299e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * libc/sys/mmixware/*: Tweak license header in all source files.
+
2001-11-12 Corinna Vinschen <vinschen@redhat.com>
* libc/include/alloca.h: Move libc/sys/linux/include/alloca.h
diff --git a/newlib/libc/sys/mmixware/_exit.c b/newlib/libc/sys/mmixware/_exit.c
index c20b7c95e..127bda75d 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 f4bcb20b2..a7b664620 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 d7ddc369e..a328d6cce 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 6857efa13..f4fc49cac 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 0194b87df..d8203f4e2 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 3e9d24972..622dcfad2 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 5b8ba0df9..63fda5019 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 720b3d67b..cae2813b5 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 8f35440d4..6477daebc 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 6d3c4cdbd..ad2705846 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 8608e7d01..63a9ac788 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 9444ead12..5190726bf 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 cd0b79a4c..973c6dfda 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 a399531a5..86729aa56 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 6cc4b3658..c01f53c81 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 69ec8f30b..13a6ce14f 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 6a6475d4e..26fbbb983 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 6c4fa6bec..f980bcdb1 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 4dfb0f025..9a7e98f66 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 5eb9d77cf..de5ce5dac 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 17d9ea841..862273dd5 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 e72c15f9d..b008a8263 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 a2e3668f7..c74a0aca1 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 7de89c01f..14be19b34 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 df9edb10d..b397f2bca 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 86490868b..b70df2dc3 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 043bdf06b..47259fcff 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 fd0b8b708..9c66f3b76 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 988f9fa23..74d5fcaa7 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