Date: Mon, 22 Aug 2022 09:12:15 GMT From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8f736f867ced - stable/13 - Remove "All rights reserved" where I can in libc Message-ID: <202208220912.27M9CFpl046906@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=8f736f867ceddc860ac43ed99635acef56d5e16b commit 8f736f867ceddc860ac43ed99635acef56d5e16b Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2022-08-05 14:11:39 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2022-08-22 09:11:29 +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 (cherry picked from commit 101480e926858c90e6b0db780f48742cf60a0487) --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208220912.27M9CFpl046906>