summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-01-15 10:01:12 +0100
committerUlrich Müller <ulm@gentoo.org>2024-01-15 10:01:12 +0100
commit06385cb277f1910c00555c64c467368d909735e2 (patch)
tree7026ffdf966f97180c4cff96088d62b9cb1cc79c /licenses
parentdev-util/ruff: Update LICENSE (diff)
downloadgentoo-06385cb277f1910c00555c64c467368d909735e2.tar.gz
gentoo-06385cb277f1910c00555c64c467368d909735e2.tar.bz2
gentoo-06385cb277f1910c00555c64c467368d909735e2.zip
licenses: Drop BSD-2-with-views
This is the standard FreeBSD license aka BSD-2 that has been approved by the FSF: https://directory.fsf.org/wiki/License:BSD-2-Clause-FreeBSD Update mapping in license-mapping.conf accordingly. It is unclear why SPDX has an extra identifier for this (which they list as non-free). Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'licenses')
-rw-r--r--licenses/BSD-2-with-views28
1 files changed, 0 insertions, 28 deletions
diff --git a/licenses/BSD-2-with-views b/licenses/BSD-2-with-views
deleted file mode 100644
index ffb303569e2b..000000000000
--- a/licenses/BSD-2-with-views
+++ /dev/null
@@ -1,28 +0,0 @@
-Copyright (c) <year>, <copyright holder>
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-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.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-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 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
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-The views and conclusions contained in the software and documentation are
-those of the authors and should not be interpreted as representing official
-policies, either expressed or implied, of the copyright holders or
-contributors.