From 6a12352588b4b5f5999758239b35de9cfb510f39 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 May 2023 00:52:06 -0400 Subject: Remove redundant license metadata --- .reuse/dep5 | 6 +----- doc/patchage.1 | 2 +- meson_options.txt | 3 +++ 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index b2f01c6..0685ea3 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,7 +3,7 @@ Upstream-Name: patchage Upstream-Contact: David Robillard Source: https://gitlab.com/drobilla/patchage -Files: .clant.json .includes.imp INSTALL.md NEWS meson_options.txt +Files: .clant.json .includes.imp INSTALL.md NEWS Copyright: 2020-2021 David Robillard License: 0BSD OR GPL-3.0-or-later @@ -23,10 +23,6 @@ Files: osx/Patchage.icns Copyright: 2011 David Robillard License: CC-BY-SA-4.0 OR GPL-3.0-or-later -Files: doc/patchage.1 -Copyright: 2010-2020 David Robillard -License: CC-BY-SA-4.0 OR GPL-3.0-or-later - Files: icons/*.png icons/*.svg Copyright: 2007-2011 David Robillard License: CC-BY-SA-4.0 OR GPL-3.0-or-later diff --git a/doc/patchage.1 b/doc/patchage.1 index dd52a13..3269561 100644 --- a/doc/patchage.1 +++ b/doc/patchage.1 @@ -1,5 +1,5 @@ .\" # Copyright 2010-2022 David Robillard -.\" # SPDX-License-Identifier: ISC +.\" # SPDX-License-Identifier: CC-BY-SA-4.0 or GPL-3.0-or-later .Dd Nov 30, 2022 .Dt PATCHAGE 1 .Os Patchage 1.0.11 diff --git a/meson_options.txt b/meson_options.txt index 6845edc..2dbb431 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,6 @@ +# Copyright 2022-2023 David Robillard +# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later + option('alsa', type: 'feature', value: 'auto', yield: true, description: 'Build ALSA sequencer support') -- cgit v1.2.1