From 3338752c2dbe887294d969224a729cd29ba34802 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Sep 2022 15:44:18 -0400 Subject: Use 0BSD for trivial "public domain intent" things Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. --- subprojects/lilv.wrap | 2 +- subprojects/lv2.wrap | 2 +- subprojects/serd.wrap | 2 +- subprojects/sord.wrap | 2 +- subprojects/sratom.wrap | 2 +- subprojects/suil.wrap | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'subprojects') diff --git a/subprojects/lilv.wrap b/subprojects/lilv.wrap index 58206e4..c2d5812 100644 --- a/subprojects/lilv.wrap +++ b/subprojects/lilv.wrap @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC [wrap-git] directory=lilv diff --git a/subprojects/lv2.wrap b/subprojects/lv2.wrap index 22a34b2..6e48c95 100644 --- a/subprojects/lv2.wrap +++ b/subprojects/lv2.wrap @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC [wrap-git] directory=lv2 diff --git a/subprojects/serd.wrap b/subprojects/serd.wrap index 19326e7..950fb0c 100644 --- a/subprojects/serd.wrap +++ b/subprojects/serd.wrap @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC [wrap-git] directory=serd diff --git a/subprojects/sord.wrap b/subprojects/sord.wrap index b84db73..5ea4d31 100644 --- a/subprojects/sord.wrap +++ b/subprojects/sord.wrap @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC [wrap-git] directory=sord diff --git a/subprojects/sratom.wrap b/subprojects/sratom.wrap index d6512ce..d4c3ef9 100644 --- a/subprojects/sratom.wrap +++ b/subprojects/sratom.wrap @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC [wrap-git] directory=sratom diff --git a/subprojects/suil.wrap b/subprojects/suil.wrap index b1691b3..93b9cbe 100644 --- a/subprojects/suil.wrap +++ b/subprojects/suil.wrap @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC [wrap-git] directory=suil -- cgit v1.2.1