From 2ad0481ebb197d2d6768eb108d9f218684c7a013 Mon Sep 17 00:00:00 2001 From: Mintsuki Date: Thu, 13 Mar 2025 03:53:24 +0100 Subject: [PATCH] docs: Use SPDX format for LicenseRef-scancode-bsd-no-disclaimer-unmodified --- 3RDPARTY.md | 4 ++-- .../LicenseRef-scancode-bsd-no-disclaimer-unmodified.txt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 LICENSES/LicenseRef-scancode-bsd-no-disclaimer-unmodified.txt diff --git a/3RDPARTY.md b/3RDPARTY.md index 3fb7f1e2..8093ffc7 100644 --- a/3RDPARTY.md +++ b/3RDPARTY.md @@ -11,7 +11,7 @@ project's documentation present in the project's dedicated subdirectory or license header(s). A non-binding, informal summary of all projects Limine depends on, and the -licenses used by said projects, in SPDX format where possible, is as follows: +licenses used by said projects, in SPDX format, is as follows: - [cc-runtime](https://github.com/osdev0/cc-runtime) (Apache-2.0 WITH LLVM-exception) is used to provide runtime libgcc-like @@ -25,7 +25,7 @@ below) provides headers and build-time support for UEFI. - BSD-2-Clause - BSD-2-Clause-Patent - BSD-3-Clause - - BSD-2-Clause no disclaimer Unmod + - [LicenseRef-scancode-bsd-no-disclaimer-unmodified] (https://scancode-licensedb.aboutcode.org/bsd-no-disclaimer-unmodified.html) - MIT diff --git a/LICENSES/LicenseRef-scancode-bsd-no-disclaimer-unmodified.txt b/LICENSES/LicenseRef-scancode-bsd-no-disclaimer-unmodified.txt new file mode 100644 index 00000000..ff0021a0 --- /dev/null +++ b/LICENSES/LicenseRef-scancode-bsd-no-disclaimer-unmodified.txt @@ -0,0 +1,7 @@ + * 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 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.