Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
key: bsd-no-disclaimer-unmodified
short_name: BSD-2-Clause no disclaimer Unmod
name: BSD-2-Clause without Warranty Disclaimer with Unmodified requirement
key: bsd-axis-no-disclaimer-unmodified
short_name: BSD-Axis no disclaimer Unmod
name: BSD-Axis without Warranty Disclaimer with Unmodified requirement
category: Permissive
owner: Unspecified
notes: A rare variant that comes with a slightly different wording and no warranty disclaimer
and the words "without modifications" applying to the license conditions
spdx_license_key: LicenseRef-scancode-bsd-no-disclaimer-unmodified
spdx_license_key: LicenseRef-scancode-bsd-axis-no-disclaimer-unmodified
---

* Redistribution and use in source and binary forms, with or without
Expand All @@ -15,4 +15,4 @@ spdx_license_key: LicenseRef-scancode-bsd-no-disclaimer-unmodified
* 1. Redistributions of source code must retain the above copyright
* notice and this list of conditions, without modification.
* 2. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
* derived from this software without specific prior written permission.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
license_expression: bsd-no-disclaimer-unmodified OR gpl-2.0-plus
license_expression: bsd-axis-no-disclaimer-unmodified OR gpl-2.0-plus
is_license_notice: yes
minimum_coverage: 90
---
Expand All @@ -14,4 +14,4 @@ minimum_coverage: 90
*
* Alternatively, this software may be distributed under the terms of the
* GNU General Public License as published by the Free Software Foundation;
* either version 2 of the License, or (at your option) any later version.
* either version 2 of the License, or (at your option) any later version.
2 changes: 1 addition & 1 deletion tests/licensedcode/data/datadriven/lic2/arm_math.c.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
license_expressions:
- bsd-no-disclaimer-unmodified OR gpl-2.0-plus
- bsd-axis-no-disclaimer-unmodified OR gpl-2.0-plus
Loading