From e8e4a972123cfdc8e9f981ad38787289aa1bc85bb279fb0af1fe0ba0e0cac451 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 6 Dec 2011 17:23:01 +0000 Subject: [PATCH] replace license with spdx.org variant OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdaemon?expand=0&rev=21 --- libdaemon.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libdaemon.spec b/libdaemon.spec index 6bda14d..ff04f8a 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -23,7 +23,7 @@ Url: http://0pointer.de/lennart/projects/libdaemon/ Version: 0.14 Release: 1 Summary: Lightweight C library That Eases the Writing of UNIX Daemons -License: LGPLv2.1+ +License: LGPL-2.1+ Group: System/Libraries Source: %{name}-%{version}.tar.bz2 BuildRequires: doxygen @@ -35,7 +35,7 @@ libdaemon is a lightweight C library that eases the writing of UNIX daemons. %package -n libdaemon0 -License: LGPLv2.1+ +License: LGPL-2.1+ Summary: Lightweight C library That Eases the Writing of UNIX Daemons Group: System/Libraries Provides: %{name} = %{version} @@ -47,7 +47,7 @@ libdaemon is a lightweight C library that eases the writing of UNIX daemons. %package devel -License: GPLv2+ +License: GPL-2.0+ Summary: Lightweight C library That Eases the Writing of UNIX Daemons Group: Development/Libraries/C and C++ Requires: libdaemon0 = %{version}