replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=40
This commit is contained in:
Stephan Kulow 2011-12-06 18:05:34 +00:00 committed by Git OBS Bridge
parent 0d7d046b37
commit 580f61d3d6

View File

@ -29,7 +29,7 @@ BuildRequires: pkg-config readline-devel tcl-devel
%if %{?suse_version:1}%{?!suse_version:0}
BuildRequires: update-desktop-files
%endif
License: Public Domain, Freeware
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers
Summary: Embeddable SQL Database Engine
Url: http://www.sqlite.org/
@ -66,7 +66,7 @@ application that supports the Qt database plug-ins.
%if %newscheme
%package -n libsqlite3-0
License: Public Domain, Freeware
License: SUSE-Public-Domain
Summary: Shared libraries for the Embeddable SQL Database Engine
Group: Development/Libraries/C and C++
@ -88,7 +88,7 @@ application that supports the Qt database plug-ins.
%endif
%package devel
License: Public Domain, Freeware
License: SUSE-Public-Domain
Group: Development/Libraries/C and C++
Summary: Embeddable SQL Database Engine
Requires: %name = %version glibc-devel
@ -108,7 +108,7 @@ SQLite can be used via the sqlite command-line tool or via any
application which supports the Qt database plug-ins.
%package tcl
License: Public Domain, Freeware
License: SUSE-Public-Domain
Group: Development/Libraries/Tcl
Summary: Tcl binding for SQLite