Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2024 06:29:55 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7dfeb176a74e - main - x11-wm/wm{2,x}: add LICENSE (MIT) to Chris Cannam's window managers
Message-ID:  <202409110629.48B6TtTY068787@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7dfeb176a74e2c2c0367b88b4f08e0674e62e49b

commit 7dfeb176a74e2c2c0367b88b4f08e0674e62e49b
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-09-11 06:29:02 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-09-11 06:29:02 +0000

    x11-wm/wm{2,x}: add LICENSE (MIT) to Chris Cannam's window managers
    
    Original sources did not include explicit license information, just
    mentioned that a lot of code and structure were borrowed from David
    Hogan's 9wm which AFAICT is MIT licensed.
    
    Chris had confirmed with me via email that the MIT licence reflects
    the general assumptions of the time and have added COPYING files to
    the corresponding repositories:
    
      https://hg.sr.ht/~cannam/wm2
      https://hg.sr.ht/~cannam/wmx
    
    PR:     279114, 279117
---
 x11-wm/wm2/Makefile | 2 ++
 x11-wm/wmx/Makefile | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/x11-wm/wm2/Makefile b/x11-wm/wm2/Makefile
index 9207adad110f..482f316cd7a9 100644
--- a/x11-wm/wm2/Makefile
+++ b/x11-wm/wm2/Makefile
@@ -9,6 +9,8 @@ MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Simple window manager for X
 WWW=		https://www.all-day-breakfast.com/wm2/
 
+LICENSE=	MIT
+
 BUILD_DEPENDS=	makedepend:devel/makedepend
 
 USES=		xorg
diff --git a/x11-wm/wmx/Makefile b/x11-wm/wmx/Makefile
index bf21ffd3f28a..7b6e5ea17c2a 100644
--- a/x11-wm/wmx/Makefile
+++ b/x11-wm/wmx/Makefile
@@ -7,6 +7,8 @@ MAINTAINER=	kwhite@site.uottawa.ca
 COMMENT=	Simple window manager based on wm2
 WWW=		https://www.all-day-breakfast.com/wmx/
 
+LICENSE=	MIT
+
 USES=		pkgconfig xorg
 GNU_CONFIGURE=	yes
 USE_XORG=	ice sm x11 xcomposite xext xft xpm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409110629.48B6TtTY068787>