Blame SOURCES/0088-Ticket-48757-License-tag-does-not-match-actual-licen.patch

3fe9c0
From 3bc24e232913684830edb2e029d1695f3470308e Mon Sep 17 00:00:00 2001
3fe9c0
From: Noriko Hosoi <nhosoi@redhat.com>
3fe9c0
Date: Tue, 8 Mar 2016 14:52:37 -0800
3fe9c0
Subject: [PATCH] Ticket #48757 - License tag does not match actual license of
3fe9c0
 code
3fe9c0
3fe9c0
Fix Description: License tag in the spec file was updated to match the
3fe9c0
actual license of code.
3fe9c0
3fe9c0
(cherry picked from commit 415d8553eddfe9b19fd9b8d8be9b934bf75a5765)
3fe9c0
(cherry picked from commit c9bd68813c658e1caeaba9ee2c2aef62f0cc6dd6)
3fe9c0
---
3fe9c0
 rpm/389-ds-base.spec.in | 2 +-
3fe9c0
 1 file changed, 1 insertion(+), 1 deletion(-)
3fe9c0
3fe9c0
diff --git a/rpm/389-ds-base.spec.in b/rpm/389-ds-base.spec.in
3fe9c0
index b7556e1..8bbd979 100644
3fe9c0
--- a/rpm/389-ds-base.spec.in
3fe9c0
+++ b/rpm/389-ds-base.spec.in
3fe9c0
@@ -33,7 +33,7 @@ Name:             389-ds-base
3fe9c0
 Version:          __VERSION__
3fe9c0
 #Release:          %{?relprefix}1%{?prerel}%{?dist}
3fe9c0
 Release:          __RELEASE__%{?dist}
3fe9c0
-License:          GPLv2 with exceptions
3fe9c0
+License:          GPLv3+
3fe9c0
 URL:              http://port389.org/
3fe9c0
 Group:            System Environment/Daemons
3fe9c0
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
3fe9c0
-- 
3fe9c0
2.4.3
3fe9c0