From 4e5159258991d1411d96d0809784ebf0a91e2635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Sat, 29 Jun 2024 23:50:52 +0100 Subject: [PATCH 1/3] Add Blue Oak Model License This license was approved by OSI in January 2024: https://opensource.org/license/blue-oak-model-license --- src/trove_classifiers/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/trove_classifiers/__init__.py b/src/trove_classifiers/__init__.py index 0af9e21..ded1ee8 100644 --- a/src/trove_classifiers/__init__.py +++ b/src/trove_classifiers/__init__.py @@ -278,6 +278,7 @@ "License :: OSI Approved :: Apple Public Source License", "License :: OSI Approved :: Artistic License", "License :: OSI Approved :: Attribution Assurance License", + "License :: OSI Approved :: Blue Oak Model License", "License :: OSI Approved :: BSD License", "License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)", "License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)", From 5cd678f5778af1253b315518efcc1f06519260ed Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Mon, 1 Jul 2024 17:24:03 -0400 Subject: [PATCH 2/3] Update src/trove_classifiers/__init__.py --- src/trove_classifiers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trove_classifiers/__init__.py b/src/trove_classifiers/__init__.py index ded1ee8..2d3031c 100644 --- a/src/trove_classifiers/__init__.py +++ b/src/trove_classifiers/__init__.py @@ -278,7 +278,7 @@ "License :: OSI Approved :: Apple Public Source License", "License :: OSI Approved :: Artistic License", "License :: OSI Approved :: Attribution Assurance License", - "License :: OSI Approved :: Blue Oak Model License", + "License :: OSI Approved :: Blue Oak Model License (BlueOak-1.0.0)", "License :: OSI Approved :: BSD License", "License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)", "License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)", From 1f4c9f143ef1c3d4592e50f1f466f0fd7fcb0641 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Mon, 1 Jul 2024 17:32:07 -0400 Subject: [PATCH 3/3] Update src/trove_classifiers/__init__.py --- src/trove_classifiers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trove_classifiers/__init__.py b/src/trove_classifiers/__init__.py index 2d3031c..a568f41 100644 --- a/src/trove_classifiers/__init__.py +++ b/src/trove_classifiers/__init__.py @@ -278,8 +278,8 @@ "License :: OSI Approved :: Apple Public Source License", "License :: OSI Approved :: Artistic License", "License :: OSI Approved :: Attribution Assurance License", - "License :: OSI Approved :: Blue Oak Model License (BlueOak-1.0.0)", "License :: OSI Approved :: BSD License", + "License :: OSI Approved :: Blue Oak Model License (BlueOak-1.0.0)", "License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)", "License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)", "License :: OSI Approved :: Common Development and Distribution License 1.0 (CDDL-1.0)",