summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile.jsc11
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-03-01 18:16:57 +0300
committerAndrei Belov <defan@nginx.com>2019-03-01 18:16:57 +0300
commit1b0595c74c62a73741f96794651fe284e4c1ec86 (patch)
tree9728d2487b28756bccc83eb32b19216e910a6940 /pkg/deb/Makefile.jsc11
parent754b85c3eedc6717b9bb94fe82a80f36f25a3e9f (diff)
downloadunit-1b0595c74c62a73741f96794651fe284e4c1ec86.tar.gz
unit-1b0595c74c62a73741f96794651fe284e4c1ec86.tar.bz2
Packages: added JSR-340 compatibility notice to unit-jsc packages.
Diffstat (limited to '')
-rw-r--r--pkg/deb/Makefile.jsc1118
1 files changed, 18 insertions, 0 deletions
diff --git a/pkg/deb/Makefile.jsc11 b/pkg/deb/Makefile.jsc11
index dce5f4f5..40f60f17 100644
--- a/pkg/deb/Makefile.jsc11
+++ b/pkg/deb/Makefile.jsc11
@@ -23,6 +23,7 @@ define MODULE_PREINSTALL_jsc11
mkdir -p debian/unit-jsc11/usr/share/doc/unit-jsc11/examples/jsc-app
install -m 644 -p debian/unit.example-jsc-app debian/unit-jsc11/usr/share/doc/unit-jsc11/examples/jsc-app/index.jsp
install -m 644 -p debian/unit.example-jsc11-config debian/unit-jsc11/usr/share/doc/unit-jsc11/examples/unit.config
+ install -m 644 -p src/java/README.JSR-340 debian/unit-jsc11/usr/share/doc/unit-jsc11/
endef
export MODULE_PREINSTALL_jsc11
@@ -47,6 +48,23 @@ To check out the sample app, run these commands:
Online documentation is available at https://unit.nginx.org
+NOTICE:
+
+This version of Unit code is made available in support of the open source
+development process. This is an intermediate build made available for
+testing purposes only. This Unit code is untested and presumed incompatible
+with the JSR 340 Java Servlet 3.1 specification. You should not deploy or
+write to this code. You should instead deploy and write production
+applications on pre-built binaries that have been tested and certified
+to meet the JSR-340 compatibility requirements such as certified binaries
+published for the JSR-340 reference implementation available at
+https://javaee.github.io/glassfish/.
+
+Redistribution of any Intermediate Build must retain this notice.
+
+Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+Other names may be trademarks of their respective owners.
+
----------------------------------------------------------------------
BANNER
endef