Gentoo Archives: gentoo-commits

From: Sam Jorna <wraeth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/jwm/
Date: Mon, 29 Mar 2021 07:56:53
Message-Id: 1617004598.7868d9a001888ec1ebe2ace23c40c15dabbe5e09.wraeth@gentoo
1 commit: 7868d9a001888ec1ebe2ace23c40c15dabbe5e09
2 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 28 01:04:17 2021 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 29 07:56:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7868d9a0
7
8 x11-wm/jwm: Fix license, fix copyright per GLEP76
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Sam Jorna <wraeth <AT> gentoo.org>
12
13 x11-wm/jwm/jwm-2.3.2.ebuild | 4 ++--
14 x11-wm/jwm/jwm-2.3.7.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-wm/jwm/jwm-2.3.2.ebuild b/x11-wm/jwm/jwm-2.3.2.ebuild
18 index 7f6d666ef0c..122eb6cae1a 100644
19 --- a/x11-wm/jwm/jwm-2.3.2.ebuild
20 +++ b/x11-wm/jwm/jwm-2.3.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -8,7 +8,7 @@ DESCRIPTION="Very fast and lightweight still powerful window manager for X"
28 HOMEPAGE="http://joewing.net/projects/jwm/"
29 SRC_URI="http://joewing.net/programs/jwm/releases/${P}.tar.xz"
30
31 -LICENSE="GPL-2"
32 +LICENSE="MIT"
33 SLOT="0"
34 KEYWORDS="amd64 ~hppa ppc x86"
35 IUSE="bidi debug jpeg png truetype xinerama xpm"
36
37 diff --git a/x11-wm/jwm/jwm-2.3.7.ebuild b/x11-wm/jwm/jwm-2.3.7.ebuild
38 index ca8612d564d..6794ed14102 100644
39 --- a/x11-wm/jwm/jwm-2.3.7.ebuild
40 +++ b/x11-wm/jwm/jwm-2.3.7.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -8,7 +8,7 @@ DESCRIPTION="Very fast and lightweight still powerful window manager for X"
48 HOMEPAGE="http://joewing.net/projects/jwm/"
49 SRC_URI="http://joewing.net/projects/${PN}/releases/${P}.tar.xz"
50
51 -LICENSE="GPL-2"
52 +LICENSE="MIT"
53 SLOT="0"
54 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
55 IUSE="bidi cairo debug iconv jpeg nls png truetype xinerama xpm"