aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2022-08-05 14:11:39 +0000
committerAndrew Turner <andrew@FreeBSD.org>2022-08-22 09:11:29 +0000
commit8f736f867ceddc860ac43ed99635acef56d5e16b (patch)
treee55b18c72c7e762beb87b190b734bad87ecb65f2
parent441d0bf214d228c5d41937ee24f8b3481f9caf20 (diff)
Remove "All rights reserved" where I can in libc
These all have my copyright so can be removed. Some also have FreeBSD Foundation copyright so drop from there as has been done for previous files. Sponsored by: The FreeBSD Foundation (cherry picked from commit 101480e926858c90e6b0db780f48742cf60a0487)
-rw-r--r--lib/libc/aarch64/SYS.h1
-rw-r--r--lib/libc/aarch64/gen/_setjmp.S1
-rw-r--r--lib/libc/aarch64/gen/setjmp.S1
-rw-r--r--lib/libc/aarch64/sys/cerror.S1
-rw-r--r--lib/libc/aarch64/sys/vfork.S1
5 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/aarch64/SYS.h b/lib/libc/aarch64/SYS.h
index 2cefc8c123d6..84b41028f2af 100644
--- a/lib/libc/aarch64/SYS.h
+++ b/lib/libc/aarch64/SYS.h
@@ -1,7 +1,6 @@
/*-
* Copyright (c) 2014 Andrew Turner
* Copyright (c) 2015 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by Andrew Turner under
* sponsorship from the FreeBSD Foundation.
diff --git a/lib/libc/aarch64/gen/_setjmp.S b/lib/libc/aarch64/gen/_setjmp.S
index ae00195d3ff7..49bf4df4f524 100644
--- a/lib/libc/aarch64/gen/_setjmp.S
+++ b/lib/libc/aarch64/gen/_setjmp.S
@@ -1,7 +1,6 @@
/*-
* Copyright (c) 2014 Andrew Turner
* Copyright (c) 2014 The FreeBSD Foundation
- * All rights reserved.
*
* Portions of this software were developed by Andrew Turner
* under sponsorship from the FreeBSD Foundation
diff --git a/lib/libc/aarch64/gen/setjmp.S b/lib/libc/aarch64/gen/setjmp.S
index 7d68406f00be..b302594ff549 100644
--- a/lib/libc/aarch64/gen/setjmp.S
+++ b/lib/libc/aarch64/gen/setjmp.S
@@ -1,7 +1,6 @@
/*-
* Copyright (c) 2014 Andrew Turner
* Copyright (c) 2014 The FreeBSD Foundation
- * All rights reserved.
*
* Portions of this software were developed by Andrew Turner
* under sponsorship from the FreeBSD Foundation
diff --git a/lib/libc/aarch64/sys/cerror.S b/lib/libc/aarch64/sys/cerror.S
index 7e1627dc8ab8..a85b6b242a41 100644
--- a/lib/libc/aarch64/sys/cerror.S
+++ b/lib/libc/aarch64/sys/cerror.S
@@ -1,6 +1,5 @@
/*-
* Copyright (c) 2014 Andrew Turner
- * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/lib/libc/aarch64/sys/vfork.S b/lib/libc/aarch64/sys/vfork.S
index daecd1f04a33..77c1e0cfb0e2 100644
--- a/lib/libc/aarch64/sys/vfork.S
+++ b/lib/libc/aarch64/sys/vfork.S
@@ -1,6 +1,5 @@
/*-
* Copyright (c) 2014 Andrew Turner
- * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions