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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0E94158089 for ; Sun, 24 Sep 2023 19:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61D512BC02C; Sun, 24 Sep 2023 19:08:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46CEC2BC02C for ; Sun, 24 Sep 2023 19:08:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3374D340732 for ; Sun, 24 Sep 2023 19:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D6B9F25 for ; Sun, 24 Sep 2023 19:08:01 +0000 (UTC) From: "Leonardo Hernandez" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Leonardo Hernandez" Message-ID: <1695582445.8abe8b5829b25e8139d28c183c9756371e0cc6b2.leohdz172@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/dwl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/dwl/dwl-0.3.1.ebuild gui-wm/dwl/dwl-0.4-r1.ebuild gui-wm/dwl/dwl-9999-r1.ebuild gui-wm/dwl/dwl-9999.ebuild X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: leohdz172 X-VCS-Committer-Name: Leonardo Hernandez X-VCS-Revision: 8abe8b5829b25e8139d28c183c9756371e0cc6b2 X-VCS-Branch: dev Date: Sun, 24 Sep 2023 19:08:01 +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: 7a740bec-a488-47e6-b6aa-3174932a3a6c X-Archives-Hash: be85277b1f8d1d0e801ad7843ffec74a commit: 8abe8b5829b25e8139d28c183c9756371e0cc6b2 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sun Sep 24 17:41:27 2023 +0000 Commit: Leonardo Hernandez proton me> CommitDate: Sun Sep 24 19:07:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8abe8b58 gui-wm/dwl: fix LICENSE Signed-off-by: Leonardo Hernández Hernández proton.me> gui-wm/dwl/dwl-0.3.1.ebuild | 2 +- gui-wm/dwl/dwl-0.4-r1.ebuild | 2 +- gui-wm/dwl/dwl-9999-r1.ebuild | 2 +- gui-wm/dwl/dwl-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-wm/dwl/dwl-0.3.1.ebuild b/gui-wm/dwl/dwl-0.3.1.ebuild index 8438f673a7..b5ee696160 100644 --- a/gui-wm/dwl/dwl-0.3.1.ebuild +++ b/gui-wm/dwl/dwl-0.3.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="dwm for Wayland" HOMEPAGE="https://github.com/djpohly/dwl" SRC_URI="https://github.com/djpohly/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="CC0-1.0 GPL-3 MIT" +LICENSE="CC0-1.0 GPL-3+ MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="X" diff --git a/gui-wm/dwl/dwl-0.4-r1.ebuild b/gui-wm/dwl/dwl-0.4-r1.ebuild index a7cb0860f4..e2dc6b7893 100644 --- a/gui-wm/dwl/dwl-0.4-r1.ebuild +++ b/gui-wm/dwl/dwl-0.4-r1.ebuild @@ -30,7 +30,7 @@ fi DESCRIPTION="dwm for Wayland" HOMEPAGE="https://github.com/djpohly/dwl" -LICENSE="CC0-1.0 GPL-3 MIT" +LICENSE="CC0-1.0 GPL-3+ MIT" SLOT="0" IUSE="X" diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index 71b919a82b..f201ca4b4d 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -30,7 +30,7 @@ fi DESCRIPTION="dwm for Wayland" HOMEPAGE="https://github.com/djpohly/dwl" -LICENSE="CC0-1.0 GPL-3 MIT" +LICENSE="CC0-1.0 GPL-3+ MIT" SLOT="0" IUSE="X" diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index a7cb0860f4..e2dc6b7893 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -30,7 +30,7 @@ fi DESCRIPTION="dwm for Wayland" HOMEPAGE="https://github.com/djpohly/dwl" -LICENSE="CC0-1.0 GPL-3 MIT" +LICENSE="CC0-1.0 GPL-3+ MIT" SLOT="0" IUSE="X"