Browse Source

Add missing 3rd-party copyrights into NOTICE files

DEVSIX-9085
pull/38/head
Vitali Prudnikovich 2 months ago
parent
commit
24b8faafb3
  1. 5
      NOTICE.md
  2. 3
      itext.nuspec
  3. 24
      itext/itext.barcodes/NOTICE.txt
  4. 35
      itext/itext.io/NOTICE.txt
  5. 57
      itext/itext.kernel/NOTICE.txt
  6. 24
      itext/itext.layout/NOTICE.txt

5
NOTICE.md

@ -1,5 +1,6 @@
This software uses third-party libraries under the licenses in the following files:
- [styled-xml-parser/NOTICE.txt](itext/itext.styledxmlparser/NOTICE.txt)
- [kernel/NOTICE.txt](itext/itext.kernel/NOTICE.txt)
- [barcodes/NOTICE.txt](itext/itext.barcodes/NOTICE.txt)
- [io/NOTICE.txt](itext/itext.io/NOTICE.txt)
- [kernel/NOTICE.txt](itext/itext.kernel/NOTICE.txt)
- [layout/NOTICE.txt](itext/itext.layout/NOTICE.txt)
- [styled-xml-parser/NOTICE.txt](itext/itext.styledxmlparser/NOTICE.txt)

3
itext.nuspec

@ -89,9 +89,10 @@
<file src="gnu-agpl-v3.0.md" target="" />
<file src="LICENSE.md" target="" />
<file src="ITSC-avatar.png" target="" />
<file src="itext\itext.barcodes\NOTICE.txt" target="NOTICE_barcodes.txt" />
<file src="itext\itext.io\NOTICE.txt" target="NOTICE_io.txt" />
<file src="itext\itext.kernel\NOTICE.txt" target="NOTICE_kernel.txt" />
<file src="itext\itext.layout\NOTICE.txt" target="NOTICE_layout.txt" />
<file src="itext\itext.styledxmlparser\NOTICE.txt" target="NOTICE_styledxmlparser.txt" />
<file src="itext\itext.io\NOTICE.txt" target="NOTICE_io.txt" />
</files>
</package>

24
itext/itext.barcodes/NOTICE.txt

@ -0,0 +1,24 @@
This software uses the following third-party libraries under the following licenses:
| ZXing | Apache-2.0 | Code is embedded under iText.Barcodes.Qrcode package.
------------------------------------------------------------------------------------------------------------------------
ZXing full license agreement text is below:
Copyright 2007 ZXing authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

35
itext/itext.io/NOTICE.txt

@ -1,10 +1,11 @@
This software uses the following third-party libraries under the following licenses:
| woff2 | Apache License Version 2.0 | Library code and tests are embedded under iText.IO.Font.Woff2 package.
| jai_imageio:1.0_01 | BSD | Library code and tests are embedded under iText.IO.Codec package.
| libtiff | BSD | Library code and tests are embedded under iText.IO.Codec package.
| brotli | MIT | Library code and tests are embedded under iText.IO.Codec.Brotli.Dec package.
| zlib-1.1.3 | BSD | Library code and tests are embedded under System.util.zlib package.
| jzlib v1.0.7 | BSD | Library code and tests are embedded under System.util.zlib package.
| woff2 | Apache-2.0 | Library code and tests are embedded under iText.IO.Font.Woff2 package.
| jai_imageio:1.0_01 | BSD | Library code and tests are embedded under iText.IO.Codec package.
| libtiff | BSD | Library code and tests are embedded under iText.IO.Codec package.
| brotli | MIT | Library code and tests are embedded under iText.IO.Codec.Brotli.Dec package.
| zlib-1.1.3 | BSD | Library code and tests are embedded under System.util.zlib package.
| jzlib v1.0.7 | BSD | Library code and tests are embedded under System.util.zlib package.
| Apache Software Foundation | Apache-2.0 | Code is embedded under iText.IO.Util.IntHashtable classes.
@ -199,4 +200,24 @@ jzlib v1.0.7 full license agreement text is below:
This program is based on zlib-1.1.3, so all credit should go authors
Jean-loup Gailly(jloup@gzip.org) and Mark Adler(madler@alumni.caltech.edu)
and contributors of zlib.
------------------------------------------------------------------------------------------------------------------------
The Apache Software Foundation full license agreement text is below:
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

57
itext/itext.kernel/NOTICE.txt

@ -1,6 +1,8 @@
This software uses the following third-party libraries under the following licenses:
| XMP Toolkit | BSD | Library code and tests are embedded under iText.Kernel.XMP package.
| C# library Clipper | Boost Software License | Library code and tests are embedded under iText.Kernel.Pdf.Canvas.Parser.ClipperLib package.
| XMP Toolkit | BSD | Library code and tests are embedded under iText.Kernel.XMP package.
| C# library Clipper | Boost Software License | Library code and tests are embedded under iText.Kernel.Pdf.Canvas.Parser.ClipperLib package.
| Apache Software Foundation | Apache-2.0 | Code is embedded under iText.Kernel.Geom.Point class.
| ReportLab | ReportLab license | Code is embedded under iText.Kernel.Pdf.Canvas.Bezier class.
@ -73,3 +75,54 @@ C# library Clipper full license agreement text is below:
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
------------------------------------------------------------------------------------------------------------------------
The Apache Software Foundation full license agreement text is below:
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
------------------------------------------------------------------------------------------------------------------------
Copyright (c) 2000-2010, ReportLab 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:
* 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 company 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 OFFICERS 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.

24
itext/itext.layout/NOTICE.txt

@ -1,5 +1,6 @@
This software uses the following third-party libraries under the following licenses:
| Chromium/grid_layout_algorithm.cc | Copyright 2015 The Chromium Authors | Code is embedded under iText.Layout.Renderer.GridTrackSizer class.
| Apache Software Foundation | Apache-2.0 | Code is embedded under iText.Layout.Hyphenation package.
@ -35,4 +36,25 @@ Chromium/grid_layout_algorithm.cc full license agreement text is below:
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.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
------------------------------------------------------------------------------------------------------------------------
The Apache Software Foundation full license agreement text is below:
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Loading…
Cancel
Save