diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-09-21 12:46:04 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-09-21 12:49:42 +0200 |
commit | efdc1bc80e961d65854255c10e3d639e5ae53a6f (patch) | |
tree | 962380d1c929233935bef8981b4230dec069863d /licenses/BSD-1 | |
parent | licenses/Princeton: Drop trailing whitespace (diff) | |
download | gentoo-efdc1bc80e961d65854255c10e3d639e5ae53a6f.tar.gz gentoo-efdc1bc80e961d65854255c10e3d639e5ae53a6f.tar.bz2 gentoo-efdc1bc80e961d65854255c10e3d639e5ae53a6f.zip |
licenses: Update placeholders in BSDish licenses
Sync license texts from https://spdx.org/licenses/ where applicable.
Avoid the term "copyright owner" in placeholders:
https://www.gnu.org/philosophy/words-to-avoid.html.en#CopyrightOwner
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'licenses/BSD-1')
-rw-r--r-- | licenses/BSD-1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/licenses/BSD-1 b/licenses/BSD-1 index 68ec5a422aff..a4023adbe078 100644 --- a/licenses/BSD-1 +++ b/licenses/BSD-1 @@ -1,4 +1,4 @@ -Copyright (c) <YEAR>, <OWNER> +Copyright (c) <year>, <copyright holder> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -7,10 +7,10 @@ modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |