git: 101480e92685 - main - Remove "All rights reserved" where I can in libc

From: Andrew Turner <andrew_at_FreeBSD.org>
Date: Fri, 05 Aug 2022 14:15:48 UTC
The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=101480e926858c90e6b0db780f48742cf60a0487

commit 101480e926858c90e6b0db780f48742cf60a0487
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2022-08-05 14:11:39 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-08-05 14:11:39 +0000

    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
---
 lib/libc/aarch64/SYS.h         | 1 -
 lib/libc/aarch64/gen/_setjmp.S | 1 -
 lib/libc/aarch64/gen/setjmp.S  | 1 -
 lib/libc/aarch64/sys/cerror.S  | 1 -
 lib/libc/aarch64/sys/vfork.S   | 1 -
 5 files changed, 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