diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2022-08-05 14:11:39 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2022-08-05 14:11:39 +0000 |
commit | 101480e926858c90e6b0db780f48742cf60a0487 (patch) | |
tree | 44e86e059f62e0209257d7156784a9a9055ba561 | |
parent | f0687f3e0e4d09edce906308f79b312abd574553 (diff) | |
download | src-101480e926858c90e6b0db780f48742cf60a0487.tar.gz src-101480e926858c90e6b0db780f48742cf60a0487.zip |
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
-rw-r--r-- | lib/libc/aarch64/SYS.h | 1 | ||||
-rw-r--r-- | lib/libc/aarch64/gen/_setjmp.S | 1 | ||||
-rw-r--r-- | lib/libc/aarch64/gen/setjmp.S | 1 | ||||
-rw-r--r-- | lib/libc/aarch64/sys/cerror.S | 1 | ||||
-rw-r--r-- | lib/libc/aarch64/sys/vfork.S | 1 |
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 |