diff options
author | jwise <jwise@pkgsrc.org> | 2000-01-14 17:30:16 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-01-14 17:30:16 +0000 |
commit | 20fdbef21d377264316b0171a8d1b585f19165a6 (patch) | |
tree | 97fc3c19daf7143303bdcf75525f7db46d41e25d /www/jsdk20/Makefile | |
parent | 4b00c99aca4431f78c618396a6ee94341dc0ac5f (diff) | |
download | pkgsrc-20fdbef21d377264316b0171a8d1b585f19165a6.tar.gz |
RESTRICTED= "Read license before redistributing the Java(tm) Servlet Development Kit"
NO_CDROM= ${RESTRICTED}
Sigh... It actually is permissible to redistribute the jsdk, but under the
following terms:
2. License to Distribute Servlet Classes.
Licensee is granted a royalty-free right to
reproduce and distribute the servlet classes
contained in the Software identified therein as
"Sun.Servlet.*," "Javax.Servlet.*" or
"Jsdk.Doc.Apidoc.*" ("Servlet Classes") provided
that Licensee: (i) distrib- utes the Servlet
Classes complete and unmodified only as part of,
and for the sole purpose of run- ning, Licensee's
Java compatible servlets ("Servlets"); (ii) does
not distribute additional soft- ware intended to
replace any component(s) of the Servlet Classes;
(iii) agrees to incorporate the most current
version of the Software that was available from
Sun no later than 180 days prior to each
production release of the Servlet; (iv) does not
remove or alter any proprietary legends or no-
tices contained in the Servlet Classes; (v)
includes the provisions of Sections 3, 4, 6, 8,
and 9 in Licensee's license agreement for the
Program; and (vi) agrees to indemnify, hold
harmless, and de- fend Sun and its licensors from
and against any claims or lawsuits, including
attorneys' fees, that arise or result from the
use or distribution of the Program.
Diffstat (limited to 'www/jsdk20/Makefile')
-rw-r--r-- | www/jsdk20/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile index f989e64b3dc..4c449f2284b 100644 --- a/www/jsdk20/Makefile +++ b/www/jsdk20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/14 17:20:19 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/14 17:30:16 jwise Exp $ # STOP! Don't update this to a later version of this software. # The JSDK and Apache Jakarta projects have merged, making the # jakarta-tomcat package the current version of this software. @@ -22,6 +22,8 @@ NO_PATCH= NO_CONFIGURE= NO_BUILD= NO_MTREE= +RESTRICTED= "Read license before redistributing the Java(tm) Servlet Development Kit" +NO_CDROM= ${RESTRICTED} .include "../../mk/bsd.prefs.mk" |