forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-10987] Add LICENSE & NOTICE files for flink-test-utils
- Loading branch information
1 parent
a0dea4c
commit 6cfd595
Showing
7 changed files
with
171 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
flink-test-utils-parent/flink-test-utils/src/main/resources/META-INF/NOTICE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
flink-test-utils | ||
Copyright 2014-2018 The Apache Software Foundation | ||
|
||
This product includes software developed at | ||
The Apache Software Foundation (http://www.apache.org/). | ||
|
||
This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) | ||
|
||
- io.netty:netty:3.10.6.Final | ||
|
||
This project bundles io.netty:netty:3.10.6.Final from which it inherits the following notices: | ||
|
||
This product contains the extensions to Java Collections Framework which has | ||
been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene: | ||
* LICENSE: | ||
* licenses/LICENSE.jsr166y (Public Domain) | ||
* HOMEPAGE: | ||
* http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/ | ||
* http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/ | ||
|
||
This product contains a modified version of Robert Harder's Public Domain | ||
Base64 Encoder and Decoder, which can be obtained at: | ||
* LICENSE: | ||
* licenses/LICENSE.base64 (Public Domain) | ||
* HOMEPAGE: | ||
* http://iharder.sourceforge.net/current/java/base64/ | ||
|
||
This product contains a modified version of 'JZlib', a re-implementation of | ||
zlib in pure Java, which can be obtained at: | ||
* LICENSE: | ||
* licenses/LICENSE.jzlib (BSD Style License) | ||
* HOMEPAGE: | ||
* http://www.jcraft.com/jzlib/ | ||
|
||
This product contains a modified version of 'Webbit', a Java event based | ||
WebSocket and HTTP server: | ||
* LICENSE: | ||
* licenses/LICENSE.webbit (BSD License) | ||
* HOMEPAGE: | ||
* https://github.com/joewalnes/webbit |
26 changes: 26 additions & 0 deletions
26
flink-test-utils-parent/flink-test-utils/src/main/resources/META-INF/licenses/LICENSE.base64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
The person or persons who have associated work with this document (the | ||
"Dedicator" or "Certifier") hereby either (a) certifies that, to the best of | ||
his knowledge, the work of authorship identified is in the public domain of | ||
the country from which the work is published, or (b) hereby dedicates whatever | ||
copyright the dedicators holds in the work of authorship identified below (the | ||
"Work") to the public domain. A certifier, moreover, dedicates any copyright | ||
interest he may have in the associated work, and for these purposes, is | ||
described as a "dedicator" below. | ||
|
||
A certifier has taken reasonable steps to verify the copyright status of this | ||
work. Certifier recognizes that his good faith efforts may not shield him from | ||
liability if in fact the work certified is not in the public domain. | ||
|
||
Dedicator makes this dedication for the benefit of the public at large and to | ||
the detriment of the Dedicator's heirs and successors. Dedicator intends this | ||
dedication to be an overt act of relinquishment in perpetuate of all present | ||
and future rights under copyright law, whether vested or contingent, in the | ||
Work. Dedicator understands that such relinquishment of all rights includes | ||
the relinquishment of all rights to enforce (by lawsuit or otherwise) those | ||
copyrights in the Work. | ||
|
||
Dedicator recognizes that, once placed in the public domain, the Work may be | ||
freely reproduced, distributed, transmitted, used, modified, built upon, or | ||
otherwise exploited by anyone for any purpose, commercial or non-commercial, | ||
and in any way, including by methods that have not yet been invented or | ||
conceived. |
26 changes: 26 additions & 0 deletions
26
...k-test-utils-parent/flink-test-utils/src/main/resources/META-INF/licenses/LICENSE.jsr166y
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
The person or persons who have associated work with this document (the | ||
"Dedicator" or "Certifier") hereby either (a) certifies that, to the best of | ||
his knowledge, the work of authorship identified is in the public domain of | ||
the country from which the work is published, or (b) hereby dedicates whatever | ||
copyright the dedicators holds in the work of authorship identified below (the | ||
"Work") to the public domain. A certifier, moreover, dedicates any copyright | ||
interest he may have in the associated work, and for these purposes, is | ||
described as a "dedicator" below. | ||
|
||
A certifier has taken reasonable steps to verify the copyright status of this | ||
work. Certifier recognizes that his good faith efforts may not shield him from | ||
liability if in fact the work certified is not in the public domain. | ||
|
||
Dedicator makes this dedication for the benefit of the public at large and to | ||
the detriment of the Dedicator's heirs and successors. Dedicator intends this | ||
dedication to be an overt act of relinquishment in perpetuity of all present | ||
and future rights under copyright law, whether vested or contingent, in the | ||
Work. Dedicator understands that such relinquishment of all rights includes | ||
the relinquishment of all rights to enforce (by lawsuit or otherwise) those | ||
copyrights in the Work. | ||
|
||
Dedicator recognizes that, once placed in the public domain, the Work may be | ||
freely reproduced, distributed, transmitted, used, modified, built upon, or | ||
otherwise exploited by anyone for any purpose, commercial or non-commercial, | ||
and in any way, including by methods that have not yet been invented or | ||
conceived. |
26 changes: 26 additions & 0 deletions
26
flink-test-utils-parent/flink-test-utils/src/main/resources/META-INF/licenses/LICENSE.jzlib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, | ||
this list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in | ||
the documentation and/or other materials provided with the distribution. | ||
|
||
3. The names of the authors may not be used to endorse or promote products | ||
derived from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, | ||
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, | ||
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
38 changes: 38 additions & 0 deletions
38
flink-test-utils-parent/flink-test-utils/src/main/resources/META-INF/licenses/LICENSE.webbit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
(BSD License: http://www.opensource.org/licenses/bsd-license) | ||
|
||
Copyright (c) 2011, Joe Walnes, Aslak Hellesøy and contributors | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or | ||
without modification, are permitted provided that the | ||
following conditions are met: | ||
|
||
* Redistributions of source code must retain the above | ||
copyright notice, this list of conditions and the | ||
following disclaimer. | ||
|
||
* Redistributions in binary form must reproduce the above | ||
copyright notice, this list of conditions and the | ||
following disclaimer in the documentation and/or other | ||
materials provided with the distribution. | ||
|
||
* Neither the name of the Webbit nor the names of | ||
its contributors may be used to endorse or promote products | ||
derived from this software without specific prior written | ||
permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | ||
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR | ||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE | ||
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR | ||
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | ||
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
POSSIBILITY OF SUCH DAMAGE. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters