From 17af59929a43a8bc4bc732c8ec0916b38588b121 Mon Sep 17 00:00:00 2001 From: Dan Čermák Date: Dec 06 2023 15:14:49 +0000 Subject: Switch license identifier to SPDX and add missing PSF-2.0 --- diff --git a/fish.spec b/fish.spec index 31213cf..79d40ec 100644 --- a/fish.spec +++ b/fish.spec @@ -7,11 +7,12 @@ Name: fish Version: %{version_base}%{?gitnum:^%{gitnum}g%{githashshort}} Release: %autorelease Summary: Friendly interactive shell +# see also doc_src/license.rst # GPLv2 # - src/fish.cpp # and rest… # GPLv2+ -# - src/builtin_printf.cpp +# - src/builtins/printf.cpp # BSD # - src/fallback.cpp # - share/tools/create_manpage_completions.py @@ -27,7 +28,9 @@ Summary: Friendly interactive shell # - share/tools/web_config/js/angular-route.js # - share/tools/web_config/js/angular-sanitize.js # - share/tools/web_config/js/angular.js -License: GPLv2 and BSD and ISC and LGPLv2+ and MIT +# PSF-2.0 +# - doc_src/python_docs_theme/, +License: GPL-2.0-only AND AND BSD-3-Clause AND ISC AND LGPL-2.0-or-later AND MIT AND PSF-2.0 URL: https://fishshell.com %if %{undefined gitnum} Source0: https://github.com/fish-shell/fish-shell/releases/download/%{version}/%{name}-%{version}.tar.xz