From 2099a4db3cce64c89fc2e6c7769187d2d4bc976c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 14 2018 00:53:20 +0000 Subject: add licensing breakdown Signed-off-by: Igor Gnatenko --- diff --git a/fish.spec b/fish.spec index 8d203a1..df34d90 100644 --- a/fish.spec +++ b/fish.spec @@ -3,7 +3,20 @@ Version: 2.7.1 Release: 1%{?dist} Summary: Friendly interactive shell -License: GPLv2 +# GPLv2 +# - src/fish.cpp +# and rest.. +# GPLv2+ +# - src/builtin_printf.cpp +# BSD +# - share/tools/create_manpage_completions.py +# ISC +# - src/utf8.cpp +# - src/utf8.h +# LGPLv2+ +# - src/wgetopt.c +# - src/wgetopt.h +License: GPLv2 and BSD and ISC and LGPLv2+ URL: https://fishshell.com Source0: https://github.com/fish-shell/fish-shell/releases/download/%{version}/%{name}-%{version}.tar.gz