From 6864c08b94752d34cca807bd37d54902ddb119a0 Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Mon, 21 Aug 2017 10:30:30 +0800 Subject: [PATCH] Change license to FreeBSD License for RISC-V - For prevent confuse about what BSD license variant we used, 2- or 3-clause license, we change the license to FreeBSD license to make it unambiguously refers to the 2-clause license. --- COPYING.NEWLIB | 2 +- libgloss/riscv/crt0.S | 2 +- libgloss/riscv/machine/syscall.h | 2 +- libgloss/riscv/syscalls.c | 2 +- newlib/libc/machine/riscv/ffs.c | 2 +- newlib/libc/machine/riscv/ieeefp.c | 2 +- newlib/libc/machine/riscv/include/fenv.h | 2 +- newlib/libc/machine/riscv/memcpy.c | 2 +- newlib/libc/machine/riscv/memset.S | 2 +- newlib/libc/machine/riscv/setjmp.S | 2 +- newlib/libc/machine/riscv/strcmp.S | 2 +- newlib/libc/machine/riscv/strcpy.c | 2 +- newlib/libc/machine/riscv/strlen.c | 2 +- newlib/libc/machine/riscv/sys/asm.h | 2 +- newlib/libc/machine/riscv/sys/fenv.h | 2 +- newlib/libc/machine/riscv/sys/string.h | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/COPYING.NEWLIB b/COPYING.NEWLIB index e0b31f378..2313d3761 100644 --- a/COPYING.NEWLIB +++ b/COPYING.NEWLIB @@ -1140,7 +1140,7 @@ Copyright (c) 2017 SiFive Inc. All rights reserved. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions -of the BSD License. This program is distributed in the hope that +of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/libgloss/riscv/crt0.S b/libgloss/riscv/crt0.S index 35195690c..3d2a12de5 100644 --- a/libgloss/riscv/crt0.S +++ b/libgloss/riscv/crt0.S @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/libgloss/riscv/machine/syscall.h b/libgloss/riscv/machine/syscall.h index 424bd906a..391dbaa71 100644 --- a/libgloss/riscv/machine/syscall.h +++ b/libgloss/riscv/machine/syscall.h @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/libgloss/riscv/syscalls.c b/libgloss/riscv/syscalls.c index d86bd8980..f9ec25dcd 100644 --- a/libgloss/riscv/syscalls.c +++ b/libgloss/riscv/syscalls.c @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/ffs.c b/newlib/libc/machine/riscv/ffs.c index 652207722..2f2176e68 100644 --- a/newlib/libc/machine/riscv/ffs.c +++ b/newlib/libc/machine/riscv/ffs.c @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/ieeefp.c b/newlib/libc/machine/riscv/ieeefp.c index 5288877a6..9094cc651 100644 --- a/newlib/libc/machine/riscv/ieeefp.c +++ b/newlib/libc/machine/riscv/ieeefp.c @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/include/fenv.h b/newlib/libc/machine/riscv/include/fenv.h index 4709c02cb..4795cc925 100644 --- a/newlib/libc/machine/riscv/include/fenv.h +++ b/newlib/libc/machine/riscv/include/fenv.h @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/memcpy.c b/newlib/libc/machine/riscv/memcpy.c index 1b352b46e..c717f9f4b 100644 --- a/newlib/libc/machine/riscv/memcpy.c +++ b/newlib/libc/machine/riscv/memcpy.c @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/memset.S b/newlib/libc/machine/riscv/memset.S index 96bdddf68..337ed5365 100644 --- a/newlib/libc/machine/riscv/memset.S +++ b/newlib/libc/machine/riscv/memset.S @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/setjmp.S b/newlib/libc/machine/riscv/setjmp.S index b8cb3837f..eef242e02 100644 --- a/newlib/libc/machine/riscv/setjmp.S +++ b/newlib/libc/machine/riscv/setjmp.S @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/strcmp.S b/newlib/libc/machine/riscv/strcmp.S index 2d655ed8e..71c08537e 100644 --- a/newlib/libc/machine/riscv/strcmp.S +++ b/newlib/libc/machine/riscv/strcmp.S @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/strcpy.c b/newlib/libc/machine/riscv/strcpy.c index 905a9b8df..6d802fa8e 100644 --- a/newlib/libc/machine/riscv/strcpy.c +++ b/newlib/libc/machine/riscv/strcpy.c @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/strlen.c b/newlib/libc/machine/riscv/strlen.c index 466fb1f44..3b0406699 100644 --- a/newlib/libc/machine/riscv/strlen.c +++ b/newlib/libc/machine/riscv/strlen.c @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/sys/asm.h b/newlib/libc/machine/riscv/sys/asm.h index 5deec6bcd..8c8aeb3ae 100644 --- a/newlib/libc/machine/riscv/sys/asm.h +++ b/newlib/libc/machine/riscv/sys/asm.h @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/sys/fenv.h b/newlib/libc/machine/riscv/sys/fenv.h index 840165d58..1c4342571 100644 --- a/newlib/libc/machine/riscv/sys/fenv.h +++ b/newlib/libc/machine/riscv/sys/fenv.h @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at diff --git a/newlib/libc/machine/riscv/sys/string.h b/newlib/libc/machine/riscv/sys/string.h index d8ae6f5a7..beebe31f7 100644 --- a/newlib/libc/machine/riscv/sys/string.h +++ b/newlib/libc/machine/riscv/sys/string.h @@ -2,7 +2,7 @@ This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions - of the BSD License. This program is distributed in the hope that + of the FreeBSD License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license is available at