aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-format2
-rw-r--r--.clang-tidy2
-rw-r--r--.gitignore2
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--.reuse/dep58
-rw-r--r--LICENSES/0BSD.txt12
-rw-r--r--LICENSES/CC0-1.0.txt121
-rw-r--r--doc/c/meson.build2
-rw-r--r--doc/ns/ext/meson.build2
-rw-r--r--doc/ns/extensions/meson.build2
-rw-r--r--doc/ns/meson.build2
-rw-r--r--doc/style/meson.build2
-rw-r--r--lv2specgen/meson.build2
-rw-r--r--meson.build2
-rw-r--r--meson/library/meson.build2
-rw-r--r--meson/suppressions/meson.build2
-rw-r--r--meson/warnings/meson.build2
-rw-r--r--meson_options.txt2
-rw-r--r--plugins/eg-amp.lv2/meson.build2
-rw-r--r--plugins/eg-fifths.lv2/meson.build2
-rw-r--r--plugins/eg-metro.lv2/meson.build2
-rw-r--r--plugins/eg-midigate.lv2/meson.build2
-rw-r--r--plugins/eg-params.lv2/meson.build2
-rw-r--r--plugins/eg-sampler.lv2/meson.build2
-rw-r--r--plugins/eg-scope.lv2/meson.build2
-rw-r--r--plugins/meson.build2
-rw-r--r--schemas.lv2/meson.build2
-rw-r--r--scripts/meson.build2
-rw-r--r--test/.clang-tidy2
-rw-r--r--test/meson.build2
-rw-r--r--util/meson.build2
31 files changed, 44 insertions, 153 deletions
diff --git a/.clang-format b/.clang-format
index e852de7..8ee2675 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,5 +1,5 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
---
AlignConsecutiveAssignments: true
diff --git a/.clang-tidy b/.clang-tidy
index 12df928..3842665 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,5 +1,5 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
*,
diff --git a/.gitignore b/.gitignore
index cb7993c..7cb3c9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
# Copyright 2016-2021 David Robillard <d@drobilla.net>
# Copyright 2016 Robin Gareus <robin@gareus.org>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
# generated files and folders
/build
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d44422d..82be218 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
# Copyright 2018-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
arm32_dbg:
image: lv2plugin/debian-arm32
diff --git a/.reuse/dep5 b/.reuse/dep5
index 8a2f640..78cd3aa 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -6,17 +6,17 @@ Source: https://gitlab.com/lv2/lv2
Files: .stylelintrc.json doc/htaccess.in
Copyright: 2011-2022 David Robillard <d@drobilla.net>
Comment: Contributed to the Commons as a tool configuration
-License: CC0-1.0 OR ISC
+License: 0BSD OR ISC
Files: NEWS
Copyright: 2011-2022 David Robillard <d@drobilla.net>
Comment: Contributed to the Commons as a representation of simple facts
-License: CC0-1.0 OR ISC
+License: 0BSD OR ISC
Files: **/manifest.ttl
Copyright: Copyright 2015 David Robillard <d@drobilla.net>
Comment: Contributed to the Commons as a representation of simple facts
-License: CC0-1.0 OR ISC
+License: 0BSD OR ISC
Files: doc/c/mainpage.md doc/*.css doc/c/layout.xml doc/c/reference.doxygen.in
Copyright: Copyright 2020-2022 David Robillard <d@drobilla.net>
@@ -43,7 +43,7 @@ License: W3C-19980720
Files: schemas.lv2/xsd.ttl
Copyright: Copyright 2015-2021 David Robillard <d@drobilla.net>
-License: CC0-1.0 OR ISC
+License: 0BSD OR ISC
Files: schemas.lv2/doap.ttl
Copyright: Copyright 2004-2016 Edd Dumbill <edd@usefulinc.com>
diff --git a/LICENSES/0BSD.txt b/LICENSES/0BSD.txt
new file mode 100644
index 0000000..b3e8cfd
--- /dev/null
+++ b/LICENSES/0BSD.txt
@@ -0,0 +1,12 @@
+Copyright 2011-2022 David Robillard <d@drobilla.net>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt
deleted file mode 100644
index 0e259d4..0000000
--- a/LICENSES/CC0-1.0.txt
+++ /dev/null
@@ -1,121 +0,0 @@
-Creative Commons Legal Code
-
-CC0 1.0 Universal
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
- PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
- THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
- HEREUNDER.
-
-Statement of Purpose
-
-The laws of most jurisdictions throughout the world automatically confer
-exclusive Copyright and Related Rights (defined below) upon the creator
-and subsequent owner(s) (each and all, an "owner") of an original work of
-authorship and/or a database (each, a "Work").
-
-Certain owners wish to permanently relinquish those rights to a Work for
-the purpose of contributing to a commons of creative, cultural and
-scientific works ("Commons") that the public can reliably and without fear
-of later claims of infringement build upon, modify, incorporate in other
-works, reuse and redistribute as freely as possible in any form whatsoever
-and for any purposes, including without limitation commercial purposes.
-These owners may contribute to the Commons to promote the ideal of a free
-culture and the further production of creative, cultural and scientific
-works, or to gain reputation or greater distribution for their Work in
-part through the use and efforts of others.
-
-For these and/or other purposes and motivations, and without any
-expectation of additional consideration or compensation, the person
-associating CC0 with a Work (the "Affirmer"), to the extent that he or she
-is an owner of Copyright and Related Rights in the Work, voluntarily
-elects to apply CC0 to the Work and publicly distribute the Work under its
-terms, with knowledge of his or her Copyright and Related Rights in the
-Work and the meaning and intended legal effect of CC0 on those rights.
-
-1. Copyright and Related Rights. A Work made available under CC0 may be
-protected by copyright and related or neighboring rights ("Copyright and
-Related Rights"). Copyright and Related Rights include, but are not
-limited to, the following:
-
- i. the right to reproduce, adapt, distribute, perform, display,
- communicate, and translate a Work;
- ii. moral rights retained by the original author(s) and/or performer(s);
-iii. publicity and privacy rights pertaining to a person's image or
- likeness depicted in a Work;
- iv. rights protecting against unfair competition in regards to a Work,
- subject to the limitations in paragraph 4(a), below;
- v. rights protecting the extraction, dissemination, use and reuse of data
- in a Work;
- vi. database rights (such as those arising under Directive 96/9/EC of the
- European Parliament and of the Council of 11 March 1996 on the legal
- protection of databases, and under any national implementation
- thereof, including any amended or successor version of such
- directive); and
-vii. other similar, equivalent or corresponding rights throughout the
- world based on applicable law or treaty, and any national
- implementations thereof.
-
-2. Waiver. To the greatest extent permitted by, but not in contravention
-of, applicable law, Affirmer hereby overtly, fully, permanently,
-irrevocably and unconditionally waives, abandons, and surrenders all of
-Affirmer's Copyright and Related Rights and associated claims and causes
-of action, whether now known or unknown (including existing as well as
-future claims and causes of action), in the Work (i) in all territories
-worldwide, (ii) for the maximum duration provided by applicable law or
-treaty (including future time extensions), (iii) in any current or future
-medium and for any number of copies, and (iv) for any purpose whatsoever,
-including without limitation commercial, advertising or promotional
-purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
-member of the public at large and to the detriment of Affirmer's heirs and
-successors, fully intending that such Waiver shall not be subject to
-revocation, rescission, cancellation, termination, or any other legal or
-equitable action to disrupt the quiet enjoyment of the Work by the public
-as contemplated by Affirmer's express Statement of Purpose.
-
-3. Public License Fallback. Should any part of the Waiver for any reason
-be judged legally invalid or ineffective under applicable law, then the
-Waiver shall be preserved to the maximum extent permitted taking into
-account Affirmer's express Statement of Purpose. In addition, to the
-extent the Waiver is so judged Affirmer hereby grants to each affected
-person a royalty-free, non transferable, non sublicensable, non exclusive,
-irrevocable and unconditional license to exercise Affirmer's Copyright and
-Related Rights in the Work (i) in all territories worldwide, (ii) for the
-maximum duration provided by applicable law or treaty (including future
-time extensions), (iii) in any current or future medium and for any number
-of copies, and (iv) for any purpose whatsoever, including without
-limitation commercial, advertising or promotional purposes (the
-"License"). The License shall be deemed effective as of the date CC0 was
-applied by Affirmer to the Work. Should any part of the License for any
-reason be judged legally invalid or ineffective under applicable law, such
-partial invalidity or ineffectiveness shall not invalidate the remainder
-of the License, and in such case Affirmer hereby affirms that he or she
-will not (i) exercise any of his or her remaining Copyright and Related
-Rights in the Work or (ii) assert any associated claims and causes of
-action with respect to the Work, in either case contrary to Affirmer's
-express Statement of Purpose.
-
-4. Limitations and Disclaimers.
-
- a. No trademark or patent rights held by Affirmer are waived, abandoned,
- surrendered, licensed or otherwise affected by this document.
- b. Affirmer offers the Work as-is and makes no representations or
- warranties of any kind concerning the Work, express, implied,
- statutory or otherwise, including without limitation warranties of
- title, merchantability, fitness for a particular purpose, non
- infringement, or the absence of latent or other defects, accuracy, or
- the present or absence of errors, whether or not discoverable, all to
- the greatest extent permissible under applicable law.
- c. Affirmer disclaims responsibility for clearing rights of other persons
- that may apply to the Work or any use thereof, including without
- limitation any person's Copyright and Related Rights in the Work.
- Further, Affirmer disclaims responsibility for obtaining any necessary
- consents, permissions or other rights required for any use of the
- Work.
- d. Affirmer understands and acknowledges that Creative Commons is not a
- party to this document and has no duty or obligation with respect to
- this CC0 or use of the Work.
diff --git a/doc/c/meson.build b/doc/c/meson.build
index d0fcd89..7285c60 100644
--- a/doc/c/meson.build
+++ b/doc/c/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
lv2_source_doc = meson.current_source_dir()
diff --git a/doc/ns/ext/meson.build b/doc/ns/ext/meson.build
index f6ad06b..c76f1a2 100644
--- a/doc/ns/ext/meson.build
+++ b/doc/ns/ext/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
config = configuration_data({'BASE': '/ns/ext'})
diff --git a/doc/ns/extensions/meson.build b/doc/ns/extensions/meson.build
index 5a25184..599deb8 100644
--- a/doc/ns/extensions/meson.build
+++ b/doc/ns/extensions/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
config = configuration_data({'BASE': '/ns/extensions'})
diff --git a/doc/ns/meson.build b/doc/ns/meson.build
index aa41464..cda9ba0 100644
--- a/doc/ns/meson.build
+++ b/doc/ns/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
config = configuration_data({'BASE': '/ns'})
diff --git a/doc/style/meson.build b/doc/style/meson.build
index 7ae9a04..501c0fa 100644
--- a/doc/style/meson.build
+++ b/doc/style/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
style_files = files(
'pygments.css',
diff --git a/lv2specgen/meson.build b/lv2specgen/meson.build
index 8bbc3df..5407d69 100644
--- a/lv2specgen/meson.build
+++ b/lv2specgen/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
lv2specgen_py = files('lv2specgen.py')
diff --git a/meson.build b/meson.build
index 3e0fce5..6c10fad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
project('lv2', ['c'],
version: '1.18.9',
diff --git a/meson/library/meson.build b/meson/library/meson.build
index f50505f..81aab96 100644
--- a/meson/library/meson.build
+++ b/meson/library/meson.build
@@ -1,5 +1,5 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
# General definitions for building libraries.
#
diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build
index 7ef302a..70129a5 100644
--- a/meson/suppressions/meson.build
+++ b/meson/suppressions/meson.build
@@ -1,5 +1,5 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
# Project-specific warning suppressions.
#
diff --git a/meson/warnings/meson.build b/meson/warnings/meson.build
index e0051f9..089f292 100644
--- a/meson/warnings/meson.build
+++ b/meson/warnings/meson.build
@@ -1,5 +1,5 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
# General code to enable approximately all warnings in GCC 12, clang, and MSVC.
#
diff --git a/meson_options.txt b/meson_options.txt
index 4200dc2..278cf12 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,5 @@
# Copyright 2021-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
option('docs', type: 'feature', value: 'auto', yield: true,
description: 'Build documentation')
diff --git a/plugins/eg-amp.lv2/meson.build b/plugins/eg-amp.lv2/meson.build
index 2b15b01..bc222d2 100644
--- a/plugins/eg-amp.lv2/meson.build
+++ b/plugins/eg-amp.lv2/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
plugin_sources = files('amp.c')
bundle_name = 'eg-amp.lv2'
diff --git a/plugins/eg-fifths.lv2/meson.build b/plugins/eg-fifths.lv2/meson.build
index fd38ee3..0fa8525 100644
--- a/plugins/eg-fifths.lv2/meson.build
+++ b/plugins/eg-fifths.lv2/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
plugin_sources = files('fifths.c')
bundle_name = 'eg-fifths.lv2'
diff --git a/plugins/eg-metro.lv2/meson.build b/plugins/eg-metro.lv2/meson.build
index f881eca..def9e0b 100644
--- a/plugins/eg-metro.lv2/meson.build
+++ b/plugins/eg-metro.lv2/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
plugin_sources = files('metro.c')
bundle_name = 'eg-metro.lv2'
diff --git a/plugins/eg-midigate.lv2/meson.build b/plugins/eg-midigate.lv2/meson.build
index 0e35fd1..609ee3a 100644
--- a/plugins/eg-midigate.lv2/meson.build
+++ b/plugins/eg-midigate.lv2/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
plugin_sources = files('midigate.c')
bundle_name = 'eg-midigate.lv2'
diff --git a/plugins/eg-params.lv2/meson.build b/plugins/eg-params.lv2/meson.build
index 4c1e576..5b06709 100644
--- a/plugins/eg-params.lv2/meson.build
+++ b/plugins/eg-params.lv2/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
plugin_sources = files('params.c')
bundle_name = 'eg-params.lv2'
diff --git a/plugins/eg-sampler.lv2/meson.build b/plugins/eg-sampler.lv2/meson.build
index df10c76..8d78d44 100644
--- a/plugins/eg-sampler.lv2/meson.build
+++ b/plugins/eg-sampler.lv2/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
plugin_sources = files('sampler.c')
ui_sources = files('sampler_ui.c')
diff --git a/plugins/eg-scope.lv2/meson.build b/plugins/eg-scope.lv2/meson.build
index 1b66699..773a3d0 100644
--- a/plugins/eg-scope.lv2/meson.build
+++ b/plugins/eg-scope.lv2/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
plugin_sources = files('examploscope.c')
ui_sources = files('examploscope_ui.c')
diff --git a/plugins/meson.build b/plugins/meson.build
index 08b3feb..098f585 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
if not get_option('plugins').disabled()
m_dep = cc.find_library('m', required: false)
diff --git a/schemas.lv2/meson.build b/schemas.lv2/meson.build
index 389ee0d..8a0d36b 100644
--- a/schemas.lv2/meson.build
+++ b/schemas.lv2/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
schema_data = files(
'dcterms.ttl',
diff --git a/scripts/meson.build b/scripts/meson.build
index fc38500..1a77ab7 100644
--- a/scripts/meson.build
+++ b/scripts/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
lv2_scripts = files(
'lv2_build_index.py',
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 0831987..1b74f21 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,5 +1,5 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
*,
diff --git a/test/meson.build b/test/meson.build
index e6178dc..092499a 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
########
# Data #
diff --git a/util/meson.build b/util/meson.build
index ed43f1e..58cf5e4 100644
--- a/util/meson.build
+++ b/util/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
config = configuration_data({'LV2DIR': lv2dir})