From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E695C13835B for ; Mon, 29 Mar 2021 07:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 454A0E0845; Mon, 29 Mar 2021 07:56:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2B54BE0845 for ; Mon, 29 Mar 2021 07:56:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A3318340E83 for ; Mon, 29 Mar 2021 07:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5315F635 for ; Mon, 29 Mar 2021 07:56:50 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1617004598.7868d9a001888ec1ebe2ace23c40c15dabbe5e09.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/jwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/jwm/jwm-2.3.2.ebuild x11-wm/jwm/jwm-2.3.7.ebuild X-VCS-Directories: x11-wm/jwm/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 7868d9a001888ec1ebe2ace23c40c15dabbe5e09 X-VCS-Branch: master Date: Mon, 29 Mar 2021 07:56:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 21cb1f3c-d9c9-4050-9512-58a268492365 X-Archives-Hash: a63935abd064e680cb00ba220c8b9ee5 commit: 7868d9a001888ec1ebe2ace23c40c15dabbe5e09 Author: Sam Jorna gentoo org> AuthorDate: Sun Mar 28 01:04:17 2021 +0000 Commit: Sam Jorna gentoo org> CommitDate: Mon Mar 29 07:56:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7868d9a0 x11-wm/jwm: Fix license, fix copyright per GLEP76 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sam Jorna gentoo.org> x11-wm/jwm/jwm-2.3.2.ebuild | 4 ++-- x11-wm/jwm/jwm-2.3.7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/jwm/jwm-2.3.2.ebuild b/x11-wm/jwm/jwm-2.3.2.ebuild index 7f6d666ef0c..122eb6cae1a 100644 --- a/x11-wm/jwm/jwm-2.3.2.ebuild +++ b/x11-wm/jwm/jwm-2.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Very fast and lightweight still powerful window manager for X" HOMEPAGE="http://joewing.net/projects/jwm/" SRC_URI="http://joewing.net/programs/jwm/releases/${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~hppa ppc x86" IUSE="bidi debug jpeg png truetype xinerama xpm" diff --git a/x11-wm/jwm/jwm-2.3.7.ebuild b/x11-wm/jwm/jwm-2.3.7.ebuild index ca8612d564d..6794ed14102 100644 --- a/x11-wm/jwm/jwm-2.3.7.ebuild +++ b/x11-wm/jwm/jwm-2.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ DESCRIPTION="Very fast and lightweight still powerful window manager for X" HOMEPAGE="http://joewing.net/projects/jwm/" SRC_URI="http://joewing.net/projects/${PN}/releases/${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~x86" IUSE="bidi cairo debug iconv jpeg nls png truetype xinerama xpm"