Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-09-04 02:29:26 +0000
committerGreg Wilkins2014-09-04 02:29:59 +0000
commit8d332b0962e183679906738f6634f30ef0a84254 (patch)
treefa6be8504da0a1ac6a8a8a04aade1adb17105268
parent2adb0297648d1314b474a51400a3fcd6f33ba847 (diff)
downloadorg.eclipse.jetty.project-8d332b0962e183679906738f6634f30ef0a84254.tar.gz
org.eclipse.jetty.project-8d332b0962e183679906738f6634f30ef0a84254.tar.xz
org.eclipse.jetty.project-8d332b0962e183679906738f6634f30ef0a84254.zip
added npn and alpn license messages
-rw-r--r--jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn.mod6
-rw-r--r--jetty-spdy/spdy-http-server/src/main/config/modules/protonego-impl/npn.mod6
2 files changed, 12 insertions, 0 deletions
diff --git a/jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn.mod b/jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn.mod
index 0e399f05cb..9c6af517d1 100644
--- a/jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn.mod
+++ b/jetty-alpn/jetty-alpn-server/src/main/config/modules/protonego-impl/alpn.mod
@@ -34,3 +34,9 @@ etc/protonego-alpn.xml
lib/
lib/alpn/
+[license]
+ALPN is a hosted at github under the GPL v2 with ClassPath Exception.
+ALPM replaces/modified OpenJDK classes in the java.sun.security.ssl package.
+http://github.com/jetty-project/jetty-alpn
+http://openjdk.java.net/legal/gplv2+ce.html
+
diff --git a/jetty-spdy/spdy-http-server/src/main/config/modules/protonego-impl/npn.mod b/jetty-spdy/spdy-http-server/src/main/config/modules/protonego-impl/npn.mod
index 040aad1019..49024a7e0a 100644
--- a/jetty-spdy/spdy-http-server/src/main/config/modules/protonego-impl/npn.mod
+++ b/jetty-spdy/spdy-http-server/src/main/config/modules/protonego-impl/npn.mod
@@ -29,3 +29,9 @@ etc/protonego-npn.xml
[files]
lib/
lib/npn/
+
+[license]
+NPN is a hosted at github under the GPL v2 with ClassPath Exception.
+NPN replaces/modified OpenJDK classes in the java.sun.security.ssl package.
+http://github.com/jetty-project/jetty-npn
+http://openjdk.java.net/legal/gplv2+ce.html

Back to the top