diff options
author | nia <nia@pkgsrc.org> | 2020-10-11 08:53:28 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-10-11 08:53:28 +0000 |
commit | cae16b3c0c474661ed2271b96c6d4b0510f1644f (patch) | |
tree | f17a365f944e25a6715867908a4d83621fa4943a | |
parent | 2ca14fb30ede63e7fa88a2e99edfe5b820ca192c (diff) | |
download | pkgsrc-cae16b3c0c474661ed2271b96c6d4b0510f1644f.tar.gz |
Add evilwm-license
-rw-r--r-- | licenses/evilwm-license | 40 | ||||
-rw-r--r-- | wm/evilwm/Makefile | 3 |
2 files changed, 42 insertions, 1 deletions
diff --git a/licenses/evilwm-license b/licenses/evilwm-license new file mode 100644 index 00000000000..b710d370fc3 --- /dev/null +++ b/licenses/evilwm-license @@ -0,0 +1,40 @@ +LICENCE + +evilwm 1.1 +Copyright (C) 1999-2015 Ciaran Anscomb <evilwm@6809.org.uk> + +This is free software. You can do what you want to it, but if it +breaks something, you get to pay for the counselling. The code was +originally based on aewm, so this is distributed under the same terms, +which follow. + + +AEWM LICENCE + +Copyright (c) 1998-2000 Decklin Foster. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS", WITHOUT ANY EXPRESS +OR IMPLIED WARRANTIES OF ANY KIND. IN NO EVENT SHALL THE AUTHOR BE +HELD LIABLE FOR ANY DAMAGES CONNECTED WITH THE USE OF THIS PROGRAM. + +You are granted permission to copy, publish, distribute, and/or sell +copies of this program and any modified versions or derived works, +provided that this copyright and notice are not removed or altered. + +Portions of the code were based on 9wm, which contains this license: + +> 9wm is free software, and is Copyright (c) 1994 by David Hogan. +> Permission is granted to all sentient beings to use this software, +> to make copies of it, and to distribute those copies, provided +> that: +> +> (1) the copyright and licence notices are left intact +> (2) the recipients are aware that it is free software +> (3) any unapproved changes in functionality are either +> (i) only distributed as patches +> or (ii) distributed as a new program which is not called 9wm +> and whose documentation gives credit where it is due +> (4) the author is not held responsible for any defects +> or shortcomings in the software, or damages caused by it. +> +> There is no warranty for this software. Have a nice day. diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile index d44be26cb87..e14033cc472 100644 --- a/wm/evilwm/Makefile +++ b/wm/evilwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2020/01/26 17:32:20 rillig Exp $ +# $NetBSD: Makefile,v 1.39 2020/10/11 08:53:28 nia Exp $ DISTNAME= evilwm-1.1.1 PKGREVISION= 1 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.6809.org.uk/evilwm/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.6809.org.uk/evilwm/ COMMENT= Minimalist Window Manager for X +LICENSE= evilwm-license USE_TOOLS+= gmake |