From 580f61d3d6ced16cf42143371a6a427d0cdab3d51a1a6ca075567f75168c1b0f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 6 Dec 2011 18:05:34 +0000 Subject: [PATCH] replace license with spdx.org variant OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=40 --- sqlite3.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sqlite3.spec b/sqlite3.spec index 045a0f6..fb427cd 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -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