diff options
author | David Robillard <d@drobilla.net> | 2022-09-01 14:14:32 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-01 14:14:32 -0400 |
commit | 3b245251dfce9192b6f0e9eb3b93662773f70b73 (patch) | |
tree | 0e0d52815399b9632ae294ea3a14115926895b53 | |
parent | 59852db307d7a3d244de8b3bf4ae37cc1cc33281 (diff) | |
download | serd-3b245251dfce9192b6f0e9eb3b93662773f70b73.tar.gz serd-3b245251dfce9192b6f0e9eb3b93662773f70b73.tar.bz2 serd-3b245251dfce9192b6f0e9eb3b93662773f70b73.zip |
Fix licensing metadata
The intent here is that relatively generic configuration files, build
definitions, or things considered "simple facts" are released to the Commons,
but more substantive and original works, including documentation, are licensed
the same as the software.
-rw-r--r-- | INSTALL.md | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/c/index.rst | 2 | ||||
-rw-r--r-- | doc/c/overview.rst | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ <!-- Copyright 2011-2022 David Robillard <d@drobilla.net> --> -<!-- SPDX-License-Identifier: CC0-1.0 OR ISC --> +<!-- SPDX-License-Identifier: ISC --> Installation Instructions ========================= @@ -1,5 +1,5 @@ <!-- Copyright 2011-2022 David Robillard <d@drobilla.net> --> -<!-- SPDX-License-Identifier: CC0-1.0 OR ISC --> +<!-- SPDX-License-Identifier: ISC --> Serd ==== diff --git a/doc/c/index.rst b/doc/c/index.rst index cc6f5f16..451b5d85 100644 --- a/doc/c/index.rst +++ b/doc/c/index.rst @@ -1,6 +1,6 @@ .. Copyright 2020-2021 David Robillard <d@drobilla.net> - SPDX-License-Identifier: CC0-1.0 OR ISC + SPDX-License-Identifier: ISC #### Serd diff --git a/doc/c/overview.rst b/doc/c/overview.rst index ec8c6966..b03615b9 100644 --- a/doc/c/overview.rst +++ b/doc/c/overview.rst @@ -1,6 +1,6 @@ .. Copyright 2020-2021 David Robillard <d@drobilla.net> - SPDX-License-Identifier: CC0-1.0 OR ISC + SPDX-License-Identifier: ISC ######## Overview |