diff --git a/NOTICE.md b/NOTICE.md
index 0167f3a2c..74221b75f 100644
--- a/NOTICE.md
+++ b/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)
diff --git a/itext.nuspec b/itext.nuspec
index 2edab25ef..3665fe1eb 100644
--- a/itext.nuspec
+++ b/itext.nuspec
@@ -89,9 +89,10 @@
+
+
-
\ No newline at end of file
diff --git a/itext/itext.barcodes/NOTICE.txt b/itext/itext.barcodes/NOTICE.txt
new file mode 100644
index 000000000..d439faeff
--- /dev/null
+++ b/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.
diff --git a/itext/itext.io/NOTICE.txt b/itext/itext.io/NOTICE.txt
index fbc1b54b4..12115d0c9 100644
--- a/itext/itext.io/NOTICE.txt
+++ b/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.
diff --git a/itext/itext.kernel/NOTICE.txt b/itext/itext.kernel/NOTICE.txt
index 9ecf9fb2f..a23b52fea 100644
--- a/itext/itext.kernel/NOTICE.txt
+++ b/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.
diff --git a/itext/itext.layout/NOTICE.txt b/itext/itext.layout/NOTICE.txt
index ae716a549..fe5fd7c5b 100644
--- a/itext/itext.layout/NOTICE.txt
+++ b/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.
\ No newline at end of file
+ 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.