guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5054c24ed6e37564f86dfeace1b08247f80052b0
Author: Ale Abdo <[email protected]>
AuthorDate: Thu Nov 27 01:52:04 2025 +0100
guix: Add license silofl1.0.
* guix/licenses.scm: Adds 'silofl1.0' and updates url in `silofl1.1`.
Change-Id: Ie47d0b5f2bc000c09ad409092ca8c6a69e1190cb
Signed-off-by: Ludovic Courtès <[email protected]>
---
guix/licenses.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 5550c48376..1226275d56 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -101,6 +101,7 @@
ruby
sgifreeb2.0
silofl1.1
+ silofl1.0
sleepycat
tcl/tk
unicode
@@ -720,9 +721,16 @@ at URI, which may be a file:// URI pointing the package's
tree."
(define silofl1.1
(license "SIL OFL 1.1"
- "http://scripts.sil.org/OFL_web"
+ "https://openfontlicense.org/"
"https://www.gnu.org/licenses/license-list#SILOFL"))
+(define silofl1.0
+ (license "SIL OFL 1.0"
+ "https://openfontlicense.org/documents/OFL-1.0.txt"
+ "Historical version of the SIL OFL, preserved only for historical
+ reasons. It is recommended that all authors use version 1.1 of the
+ OFL rather than version 1.0."))
+
(define sleepycat
(license "Sleepycat"
"http://directory.fsf.org/wiki/License:Sleepycat"