From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1257674-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DBCD21382C5
	for <garchives@archives.gentoo.org>; Thu,  4 Mar 2021 22:33:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 09A0EE0896;
	Thu,  4 Mar 2021 22:33:05 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E13DCE0896
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Mar 2021 22:33:04 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CD011340EA5
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Mar 2021 22:33:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 37F1D579
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Mar 2021 22:33:02 +0000 (UTC)
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org>
Message-ID: <1614897174.f49b7151ce2a2f09e97225d19a312ee597e23de6.conikost@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/selflinux/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-doc/selflinux/selflinux-0.13.0.ebuild
X-VCS-Directories: app-doc/selflinux/
X-VCS-Committer: conikost
X-VCS-Committer-Name: Conrad Kostecki
X-VCS-Revision: f49b7151ce2a2f09e97225d19a312ee597e23de6
X-VCS-Branch: master
Date: Thu,  4 Mar 2021 22:33:02 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6a5a322d-47d3-4369-98ad-0bbc2a8c1d93
X-Archives-Hash: 644f5aca8c42fa3791f532d122bf75c0

commit:     f49b7151ce2a2f09e97225d19a312ee597e23de6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 22:32:38 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 22:32:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49b7151

app-doc/selflinux: use correct license

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-doc/selflinux/selflinux-0.13.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-doc/selflinux/selflinux-0.13.0.ebuild b/app-doc/selflinux/selflinux-0.13.0.ebuild
index 7a2284805e8..b6bbc84edad 100644
--- a/app-doc/selflinux/selflinux-0.13.0.ebuild
+++ b/app-doc/selflinux/selflinux-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,14 +8,13 @@ MY_P="SelfLinux-${PV}"
 DESCRIPTION="german-language hypertext tutorial about Linux"
 HOMEPAGE="http://selflinux.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}-html.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
-LICENSE="GPL-2"
+LICENSE="FDL-1.1+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-S="${WORKDIR}/${MY_P}"
-
 src_install() {
 	dohtml * -r
 }