diff options
author | rh <rh> | 2009-04-17 23:00:48 +0000 |
---|---|---|
committer | rh <rh> | 2009-04-17 23:00:48 +0000 |
commit | 52fafdcf4dd18f6f332477ba5c3f0c7f2819a0ba (patch) | |
tree | f2dd41cc4032342b7173aabd3b688f40f5433333 | |
parent | c97de609ed8b9d054bee3aad8c13fc5a58f5d25f (diff) | |
download | pkgsrc-52fafdcf4dd18f6f332477ba5c3f0c7f2819a0ba.tar.gz |
The edcommon framework comes with its own licence.
-rw-r--r-- | devel/edcommon/Makefile | 4 | ||||
-rw-r--r-- | licenses/edcommon-license | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/devel/edcommon/Makefile b/devel/edcommon/Makefile index a4872f01d6f..d20611cd548 100644 --- a/devel/edcommon/Makefile +++ b/devel/edcommon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/04/17 22:01:19 rh Exp $ +# $NetBSD: Makefile,v 1.16 2009/04/17 23:00:48 rh Exp $ # DISTNAME= edcommon-32-s @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mulle-kybernetik.com/software/EDFrameworks/ COMMENT= Foundation and AppKit extensions -LICENSE= gnu-gpl-v3 +LICENSE= edcommon-license PKG_DESTDIR_SUPPORT= destdir USE_LANGUAGES= objc diff --git a/licenses/edcommon-license b/licenses/edcommon-license new file mode 100644 index 00000000000..00607160b4f --- /dev/null +++ b/licenses/edcommon-license @@ -0,0 +1,15 @@ +Copyright (c) 1998-2003 by Erik Doernenburg. All rights reserved. + +Permission to use, copy, modify and distribute this software and its +documentation is hereby granted, provided that both the copyright notice and +this permission notice appear in all copies of the software, derivative works +or modified versions, and any portions thereof, and that both notices appear +in supporting documentation, and that credit is given to Erik Doernenburg in +all documents and publicity pertaining to direct or indirect use of this code +or its derivatives. + +THIS IS EXPERIMENTAL SOFTWARE AND IT IS KNOWN TO HAVE BUGS, SOME OF WHICH MAY +HAVE SERIOUS CONSEQUENCES. THE COPYRIGHT HOLDER ALLOWS FREE USE OF THIS +SOFTWARE IN ITS "AS IS" CONDITION. THE COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY +OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING DIRECTLY OR INDIRECTLY FROM +THE USE OF THIS SOFTWARE OR OF ANY DERIVATIVE WORK. |