diff --git a/neovim.changes b/neovim.changes index 7e73b94..957b24f 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 27 16:02:45 UTC 2024 - Lubos Kocman + +- Update license field based on legaldb review + - GPL-3.0+ for neovim-0.8.3/runtime/syntax/poke.vim + - CC-BY-3.0 for neovim-0.8.3/runtime/doc/dev_style.txt + ------------------------------------------------------------------- Sun Dec 31 07:11:58 UTC 2023 - Matej Cepl diff --git a/neovim.spec b/neovim.spec index 023f5f3..9ea352b 100644 --- a/neovim.spec +++ b/neovim.spec @@ -1,7 +1,7 @@ # # spec file for package neovim # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,7 @@ Name: neovim Version: 0.9.5 Release: 0 Summary: Vim-fork focused on extensibility and agility -License: Apache-2.0 AND Vim +License: Apache-2.0 AND Vim AND GPL-3.0-or-later CC-BY-3.0 Group: Productivity/Text/Editors URL: https://neovim.io/ Source0: https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz @@ -105,7 +105,7 @@ Requires: lua51-luv Recommends: python3-neovim %if 0%{?suse_version} < 1330 Requires(post): gtk3-tools -Requires(postun):gtk3-tools +Requires(postun): gtk3-tools %endif %endif %if 0%{?suse_version} > 1500