summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-08 15:46:48 -0400
committerDavid Robillard <d@drobilla.net>2022-09-08 15:47:18 -0400
commitf51ad87e28f7580f674569cd9a9345c50d50c935 (patch)
treed9478cddae1e814a71a91cd17eef37b4145f6139 /po
parentab14ad84404e2bffbaa8996ac1d797f8caf40cc6 (diff)
downloadpatchage-f51ad87e28f7580f674569cd9a9345c50d50c935.tar.gz
patchage-f51ad87e28f7580f674569cd9a9345c50d50c935.tar.bz2
patchage-f51ad87e28f7580f674569cd9a9345c50d50c935.zip
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.
Diffstat (limited to 'po')
-rw-r--r--po/LINGUAS2
-rw-r--r--po/POTFILES2
-rw-r--r--po/meson.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/po/LINGUAS b/po/LINGUAS
index d51c244..d7e570d 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,4 +1,4 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later
+# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later
de fr ko
diff --git a/po/POTFILES b/po/POTFILES
index 0f392b7..a5b038c 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later
+# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later
src/Action.hpp
src/ActionSink.hpp
diff --git a/po/meson.build b/po/meson.build
index 689ed1b..26c1bf4 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,5 +1,5 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later
+# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later
i18n = import('i18n')