diff options
author | Ed Maste <emaste@FreeBSD.org> | 2022-08-04 20:52:23 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2022-08-04 20:57:50 +0000 |
commit | 5b5fa75acff11d871d0c90045f8c1a58fed85365 (patch) | |
tree | f7c5a2053b544083e372cb93c1e0d9a0791b412a /lib/libc/stdtime | |
parent | 369ea0520a3061c07400d7cd32172efb6af39815 (diff) | |
download | src-5b5fa75acff11d871d0c90045f8c1a58fed85365.tar.gz src-5b5fa75acff11d871d0c90045f8c1a58fed85365.zip |
libc: drop "All rights reserved" from Foundation copyrights
This has already been done for most files that have the Foundation as
the only listed copyright holder. Do it now for files that list
multiple copyright holders, but have the Foundation copyright in its own
section.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r-- | lib/libc/stdtime/strftime.c | 2 | ||||
-rw-r--r-- | lib/libc/stdtime/strptime.c | 2 | ||||
-rw-r--r-- | lib/libc/stdtime/timelocal.c | 2 | ||||
-rw-r--r-- | lib/libc/stdtime/timelocal.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c index 838ebdde3e5b..50fbc41de24e 100644 --- a/lib/libc/stdtime/strftime.c +++ b/lib/libc/stdtime/strftime.c @@ -3,7 +3,7 @@ * All rights reserved. * * Copyright (c) 2011 The FreeBSD Foundation - * All rights reserved. + * * Portions of this software were developed by David Chisnall * under sponsorship from the FreeBSD Foundation. * diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c index 1bd7d4e8367d..5691f61b6d84 100644 --- a/lib/libc/stdtime/strptime.c +++ b/lib/libc/stdtime/strptime.c @@ -6,7 +6,7 @@ * Copyright (c) 1994 Powerdog Industries. All rights reserved. * * Copyright (c) 2011 The FreeBSD Foundation - * All rights reserved. + * * Portions of this software were developed by David Chisnall * under sponsorship from the FreeBSD Foundation. * diff --git a/lib/libc/stdtime/timelocal.c b/lib/libc/stdtime/timelocal.c index f9d33eb8d927..684a5bdddf9f 100644 --- a/lib/libc/stdtime/timelocal.c +++ b/lib/libc/stdtime/timelocal.c @@ -6,7 +6,7 @@ * All rights reserved. * * Copyright (c) 2011 The FreeBSD Foundation - * All rights reserved. + * * Portions of this software were developed by David Chisnall * under sponsorship from the FreeBSD Foundation. * diff --git a/lib/libc/stdtime/timelocal.h b/lib/libc/stdtime/timelocal.h index f65fb179fc3f..ce31d9ac664b 100644 --- a/lib/libc/stdtime/timelocal.h +++ b/lib/libc/stdtime/timelocal.h @@ -5,7 +5,7 @@ * All rights reserved. * * Copyright (c) 2011 The FreeBSD Foundation - * All rights reserved. + * * Portions of this software were developed by David Chisnall * under sponsorship from the FreeBSD Foundation. * |