Repository: incubator-griffin Updated Branches: refs/heads/master 293217f7a -> 898297161
add notice files Author: Lionel Liu <[email protected]> Closes #244 from bhlx3lyx7/tmst. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/89829716 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/89829716 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/89829716 Branch: refs/heads/master Commit: 8982971618d2223e36b02a305d9594c06d0a3313 Parents: 293217f Author: Lionel Liu <[email protected]> Authored: Thu Mar 29 16:08:37 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Thu Mar 29 16:08:37 2018 +0800 ---------------------------------------------------------------------- licenses/NOTICE-Jackson | 20 +++++++++ licenses/NOTICE-Tomcat | 55 +++++++++++++++++++++++++ measure/src/main/resources/META-INF/NOTICE | 10 +++++ service/src/main/resources/META-INF/NOTICE | 15 +++++++ ui/NOTICE | 5 +++ 5 files changed, 105 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/89829716/licenses/NOTICE-Jackson ---------------------------------------------------------------------- diff --git a/licenses/NOTICE-Jackson b/licenses/NOTICE-Jackson new file mode 100644 index 0000000..deee84d --- /dev/null +++ b/licenses/NOTICE-Jackson @@ -0,0 +1,20 @@ +# Jackson JSON processor + +Jackson is a high-performance, Free/Open Source JSON processing library. +It was originally written by Tatu Saloranta ([email protected]), and has +been in development since 2007. +It is currently developed by a community of developers, as well as supported +commercially by FasterXML.com. + +## Licensing + +Jackson core and extension components may licensed under different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/89829716/licenses/NOTICE-Tomcat ---------------------------------------------------------------------- diff --git a/licenses/NOTICE-Tomcat b/licenses/NOTICE-Tomcat new file mode 100644 index 0000000..2eff8d9 --- /dev/null +++ b/licenses/NOTICE-Tomcat @@ -0,0 +1,55 @@ +Apache Tomcat +Copyright 1999-2018 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +This software contains code derived from netty-native +developed by the Netty project +(http://netty.io, https://github.com/netty/netty-tcnative/) +and from finagle-native developed at Twitter +(https://github.com/twitter/finagle). + +The Windows Installer is built with the Nullsoft +Scriptable Install System (NSIS), which is +open source software. The original software and +related information is available at +http://nsis.sourceforge.net. + +Java compilation software for JSP pages is provided by the Eclipse +JDT Core Batch Compiler component, which is open source software. +The original software and related information is available at +http://www.eclipse.org/jdt/core/. + +For portions of the Tomcat JNI OpenSSL API and the OpenSSL JSSE integration +The org.apache.tomcat.jni and the org.apache.tomcat.net.openssl packages +are derivative work originating from the Netty project and the finagle-native +project developed at Twitter +* Copyright 2014 The Netty Project +* Copyright 2014 Twitter + +The original XML Schemas for Java EE Deployment Descriptors: + - javaee_5.xsd + - javaee_web_services_1_2.xsd + - javaee_web_services_client_1_2.xsd + - javaee_6.xsd + - javaee_web_services_1_3.xsd + - javaee_web_services_client_1_3.xsd + - jsp_2_2.xsd + - web-app_3_0.xsd + - web-common_3_0.xsd + - web-fragment_3_0.xsd + - javaee_7.xsd + - javaee_web_services_1_4.xsd + - javaee_web_services_client_1_4.xsd + - jsp_2_3.xsd + - web-app_3_1.xsd + - web-common_3_1.xsd + - web-fragment_3_1.xsd + - javaee_8.xsd + - web-app_4_0.xsd + - web-common_4_0.xsd + - web-fragment_4_0.xsd + +may be obtained from: +http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/index.html \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/89829716/measure/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/measure/src/main/resources/META-INF/NOTICE b/measure/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..65a05ee --- /dev/null +++ b/measure/src/main/resources/META-INF/NOTICE @@ -0,0 +1,10 @@ +Apache Griffin +Copyright 2017-2018 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +================================================================ +Notice for Jackson + +See licenses/NOTICE-Jackson \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/89829716/service/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/service/src/main/resources/META-INF/NOTICE b/service/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..35c1b27 --- /dev/null +++ b/service/src/main/resources/META-INF/NOTICE @@ -0,0 +1,15 @@ +Apache Griffin +Copyright 2017-2018 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +================================================================ +Notice for Jackson + +See licenses/NOTICE-Jackson + +================================================================ +Notice for Tomcat + +See licenses/NOTICE-Tomcat \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/89829716/ui/NOTICE ---------------------------------------------------------------------- diff --git a/ui/NOTICE b/ui/NOTICE new file mode 100644 index 0000000..e511be3 --- /dev/null +++ b/ui/NOTICE @@ -0,0 +1,5 @@ +Apache Griffin +Copyright 2017-2018 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). \ No newline at end of file
