From 4928d7b41571088baaf8f195635452823ae42e5f Mon Sep 17 00:00:00 2001 From: Leo Heitmann Ruiz Date: Mon, 8 Jul 2024 22:39:03 +0200 Subject: [PATCH] Add new condition required by blueoak-1.0.0 --- README.md | 1 + _data/rules.yml | 3 +++ _licenses/blueoak-1.0.0.txt | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd8d19157..5aed26e92 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ The license properties (rules) are stored as a bulleted list within the licenses * `include-copyright` - A copy of the license and copyright notice must be included with the software. * `include-copyright--source` - A copy of the license and copyright notice must be included with the software in source form, but is not required for binaries. +* `include-license-or-link` - A copy of or link to the license must be included with the licensed material. * `document-changes` - Changes made to the code must be documented. * `disclose-source` - Source code must be made available when the software is distributed. * `network-use-disclose` - Users who interact with the software via network are given the right to receive a copy of the source code. diff --git a/_data/rules.yml b/_data/rules.yml index 54e4504d8..a67b83f83 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -22,6 +22,9 @@ conditions: - description: A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries. label: License and copyright notice for source tag: include-copyright--source +- description: A copy of or link to the license must be included with the licensed material. + label: Copy of or link to license + tag: include-license-or-link - description: Changes made to the licensed material must be documented. label: State changes tag: document-changes diff --git a/_licenses/blueoak-1.0.0.txt b/_licenses/blueoak-1.0.0.txt index f25e4ba38..a138895e3 100644 --- a/_licenses/blueoak-1.0.0.txt +++ b/_licenses/blueoak-1.0.0.txt @@ -19,7 +19,7 @@ permissions: - private-use conditions: - - include-copyright + - include-license-or-link limitations: - liability