From a69683fca95a9a005ea0e1a894cc3b5836d74e46 Mon Sep 17 00:00:00 2001 From: Pavel Alay Date: Fri, 7 Oct 2016 15:27:31 +0300 Subject: [PATCH 01/32] [RELEASE] 5.5.10-SNAPSHOT -> 5.5.11-SNAPSHOT --- src/core/AssemblyInfo.cs | 2 +- src/core/iTextSharp/text/Version.cs | 2 +- src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs | 2 +- src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs | 2 +- src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs | 2 +- src/extras/itextsharp.tests/Properties/AssemblyInfo.cs | 2 +- .../itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs | 2 +- src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/core/AssemblyInfo.cs b/src/core/AssemblyInfo.cs index 07793a26c..9a91ffeec 100644 --- a/src/core/AssemblyInfo.cs +++ b/src/core/AssemblyInfo.cs @@ -32,4 +32,4 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("5.5.10")] +[assembly: AssemblyVersion("5.5.11")] diff --git a/src/core/iTextSharp/text/Version.cs b/src/core/iTextSharp/text/Version.cs index 3845908f1..09160199d 100644 --- a/src/core/iTextSharp/text/Version.cs +++ b/src/core/iTextSharp/text/Version.cs @@ -75,7 +75,7 @@ public sealed class Version { * This String contains the version number of this iText release. * For debugging purposes, we request you NOT to change this constant. */ - static private String release = "5.5.10-SNAPSHOT"; + static private String release = "5.5.11-SNAPSHOT"; /** * This String contains the iText version as shown in the producer line. diff --git a/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs b/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs index 92780efca..c3e55e567 100644 --- a/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs +++ b/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs @@ -24,4 +24,4 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("5.5.10")] +[assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs b/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs index a6e56fa96..9673d865b 100644 --- a/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("5.5.10")] +[assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs b/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs index 590e22287..0606017e4 100644 --- a/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("5.5.10")] +[assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs b/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs index 4c4e65974..bcd294975 100644 --- a/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("5.5.10")] +[assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs b/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs index 274cba29b..0398fa5db 100644 --- a/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("5.5.10")] +[assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs b/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs index 93008a229..d9ed89104 100644 --- a/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("5.5.10")] +[assembly: AssemblyVersion("5.5.11")] From caf6aa48880ded54779a7edd1c71ee758c28c2fa Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Mon, 24 Oct 2016 15:33:16 +0200 Subject: [PATCH 02/32] Fix Form Field Flattening not respecting rotation Fix Field rotation not taken into account when flattening fields, Add test-files for flattening rotated form fields to flattening test DEV-1817 --- src/core/iTextSharp/text/pdf/PdfStamperImp.cs | 60 ++++++++++++++++++ .../pdf/FlatteningTest/cmp/formField_0.pdf | Bin 0 -> 7317 bytes .../pdf/FlatteningTest/cmp/formField_180.pdf | Bin 0 -> 7343 bytes .../pdf/FlatteningTest/cmp/formField_270.pdf | Bin 0 -> 7343 bytes .../pdf/FlatteningTest/cmp/formField_90.pdf | Bin 0 -> 7339 bytes .../pdf/FlatteningTest/input/formField_0.pdf | Bin 0 -> 11493 bytes .../FlatteningTest/input/formField_180.pdf | Bin 0 -> 7501 bytes .../FlatteningTest/input/formField_270.pdf | Bin 0 -> 7501 bytes .../pdf/FlatteningTest/input/formField_90.pdf | Bin 0 -> 7499 bytes 9 files changed, 60 insertions(+) create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/cmp/formField_0.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/cmp/formField_180.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/cmp/formField_270.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/cmp/formField_90.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_0.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_180.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_270.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_90.pdf diff --git a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs index 41cf5fc08..87d467e49 100644 --- a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs +++ b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs @@ -918,6 +918,28 @@ virtual internal protected void FlatFields() { float bboxWidth = bbox.GetAsNumber(2).FloatValue - bbox.GetAsNumber(0).FloatValue; float rectHeight = rect.GetAsNumber(3).FloatValue - rect.GetAsNumber(1).FloatValue; float bboxHeight = bbox.GetAsNumber(3).FloatValue - bbox.GetAsNumber(1).FloatValue; + //Take form field rotation into account + //Take field rotation into account + double fieldRotation = 0; + if (merged.GetAsDict(PdfName.MK) != null) + { + if (merged.GetAsDict(PdfName.MK).Get(PdfName.R) != null) + { + fieldRotation = merged.GetAsDict(PdfName.MK).GetAsNumber(PdfName.R).FloatValue; + } + } + //Cast to radians + fieldRotation = fieldRotation * Math.PI / 180; + //Clamp to [-2*Pi, 2*Pi] + fieldRotation = fieldRotation % (2 * Math.PI); + + if (fieldRotation % Math.PI != 0) + { + float temp = rectWidth; + rectWidth = rectHeight; + rectHeight = temp; + } + float widthCoef = Math.Abs(bboxWidth != 0 ? rectWidth / bboxWidth : float.MaxValue); float heightCoef = Math.Abs(bboxHeight != 0 ? rectHeight / bboxHeight : float.MaxValue); @@ -980,7 +1002,25 @@ virtual internal protected void FlatFields() { if (app != null) { Rectangle box = PdfReader.GetNormalizedRectangle(merged.GetAsArray(PdfName.RECT)); PdfContentByte cb = GetOverContent(page); + cb.SetLiteral("Q "); + /* + * Apply field rotation + */ + AffineTransform tf = new AffineTransform(); + double fieldRotation = 0; + if (merged.GetAsDict(PdfName.MK) != null) + { + if (merged.GetAsDict(PdfName.MK).Get(PdfName.R) != null) + { + fieldRotation = merged.GetAsDict(PdfName.MK).GetAsNumber(PdfName.R).FloatValue; + } + } + //Cast to radians + fieldRotation = fieldRotation * Math.PI / 180; + //Clamp to [-2*Pi, 2*Pi] + fieldRotation = fieldRotation % (2 * Math.PI); + //Calculate transformation matrix cb.AddTemplate(app, box.Left, box.Bottom); cb.SetLiteral("q "); } @@ -1082,6 +1122,26 @@ internal void EliminateAcroformObjects() { // reader.GetCatalog().Remove(PdfName.ACROFORM); } + internal AffineTransform CalculateTemplateTransformationMatrix(AffineTransform currentMatrix, double fieldRotation, Rectangle box) + { + AffineTransform templateTransform = new AffineTransform(currentMatrix); + //Move to new origin + double x = box.Left; + double y = box.Bottom; + if (fieldRotation % (Math.PI / 2) == 0 && fieldRotation % (3 * Math.PI / 2) != 0 && fieldRotation != 0) + { + x += box.Width; + } + if ((fieldRotation % (3 * Math.PI / 2) == 0 || fieldRotation % (Math.PI) == 0) && fieldRotation != 0) + { + y += box.Height; + } + templateTransform.Translate(x, y); + //Apply fieldrotation + templateTransform.Rotate(fieldRotation); + return templateTransform; + } + internal void SweepKids(PdfObject obj) { PdfObject oo = PdfReader.KillIndirect(obj); if (oo == null || !oo.IsDictionary()) diff --git a/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/cmp/formField_0.pdf b/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/cmp/formField_0.pdf new file mode 100644 index 0000000000000000000000000000000000000000..6c7b9823f68c5e5dc62b16ee8f6dc9d46f188c7b GIT binary patch literal 7317 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 G(7ynbG|SQe literal 0 HcmV?d00001 diff --git a/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/cmp/formField_90.pdf b/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/cmp/formField_90.pdf new file mode 100644 index 0000000000000000000000000000000000000000..5f4445db1727464c0105312fd5fb5eea5b104051 GIT binary patch literal 7339 zcmeHMe~=qh9lyd*A+;dV(pC#Dq2;cW*G1VsvpP$`|M@?#i4sHo#ODhy6#@Wk)iO*XmY zs#FK~r#pAa?svbx-sgS4?|r{7OZzk35iXhtEq(Lw^M^tl!!l-Wd#Jq~by@^FnrURP zL)tP)p5@}K%<&uxm%N%=$~1Ep6%5{p%v5#InJQEz4FgMN`%C8c`Y7 z){KJB{{SOK#V9wEM)ALCT-MPMB8E!G%h$%eju-`Jn2E8Hga*e;1oaXJtJuM4z|A?7 zu&H-lM~CeIKE+V`h2;`fMu@}YNI^4F;lDomc$m@DRCuG<%l4K!$*{I&!Xg6`>j#yI z5k*$R7j}f&%gJ)FR0PFLxu_dEz=_+~*aLiChpn{Dnn9uR?NJ5d+ zh`6QDNFpH%3a4G>G3Dd zJUM;1^}W~5`h98k&TXGz*P_uEQ@@hlIIS;xUh%#y%i{al=;xK>w%#8dd3fNGweKX} z8aegI?)3K7$ie&{Z~EK^cN>estH1D@%i3OidfoRIMQ3ekd$8GKvF7nAY?E%&aL^i} zj}ixJH`Hao(4m(@8#N<};d~c2X&l3O7J9FWUhZ z%9^xHXJi%)T3WHmqSq737*#ox*%nMI70{yIS@U5*a`!wh88vB&qxK7 zAOqK2xA>ROg;uVdH~Zk!k$JD*JU4cD?BU(|1;37<-)3*-*PeZ+GunE~wa*>=Z0iLV zKBAC?^UgR`xcZ?Nr}ns$C+%FmIQGqXF)PNUJ&oQ?1QnZPk;5` zoAbA|*!$0Xxj9k13782jijxo7heQibXg+SZo_T`8b<)A9sp}tApM31PCw5KVc+JFH zpK4#5?SAGD%U`jrD_;KESv%5g-(7sq-)`8ssC9E!$4hVbx4YLIp8b43Ar}uUSaPGX z_SJLFnRC~k_jl}#-1h31-o5^msh8e3V_VC&Cl++gfLGmG`2R)MCxDk1UJC)QD*!L$ z%AZfr=-PPM&%SZ<sMmt6FNl}8S%`?b-j*Uq2)&=p^% zfZefcL3{?l>dr!&x9jTCBn7KR`SufA;F>jqCc0)-Qah7w^A{=Sft3(eil$8wG3)L%e`;78xZ-!Io(t zMYG@lC9jh*Qeoj&6xdGCuxk{s;=T1{pyX-Mt-6R|yl7(GJ&i2tAzDVW)_r zf`vz68RsRGb9J3KNX3N$ls*2Jn$zJdPS;AdW+PHmu|14n{PYWs^guDnTUeook*MHm zx~Enrd8hVdX@y}26*a@PQHfa2u<6>^P<=N*eGZ@t9z0RcL3ra!dQUZa9nmx9i8~fn zNfBEkD6fHEXq~N75Bs{%fDhHBssLk;0GLi}TSL0fY7%7oZzjAi*q>O`LQqL}Z67OV%(PtqOfxOy48yzN2`jEcP|;;LDMlgHOqEW( zr%i!UL)S5ac@Ox(pCYyuSN9x(6LWaE!^IXYZsB$q>v`Wog=jOJ%%ijy7%1&qOV8TYXeE6d_4$*#!57`&i*BeB-4MuJ>c1QuHZ2Hc0>_sIgrJSEFN^)xxK0*M zH6f!A4pd+d1`O$0g#qRik_!=EnA8cwG*tpp^LaF%N2}w}0v-Y|7`{2vXE%LzvyR=Y zFa%PnHmZSxrVoPa3%b6bTPNrS665|$$WZ`cyh^TA*VVeewgQ$dk`F=MBZcViP5#Bi zMKLBac_yII`jlRb5zzQJRI<})F@cAQuz@DBQ2aK~;u5UX4YWiY>hlJgBtY@eK$8=& zUo_ApsL~r~qL66vMHHHS5jY9f_UZZrL4v-cftHY)#w)UNldLEIt*=fvZ%+%!+Pc4W|*ONEaVh{hof%{iq!;G<+!Y-S3uqKTkv&eoF|!$-CuvAplb%g_bVu I>gx{u8|J0NT>t<8 literal 0 HcmV?d00001 diff --git a/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_0.pdf b/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_0.pdf new file mode 100644 index 0000000000000000000000000000000000000000..41fb326b6b76f4dee2cdbfd8cea5e3461bfac81a GIT binary patch literal 11493 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 literal 0 HcmV?d00001 diff --git a/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_180.pdf b/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_180.pdf new file mode 100644 index 0000000000000000000000000000000000000000..415cd6d4986d1bd739a6816e6806bd3271c882ec GIT binary patch literal 7501 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 literal 0 HcmV?d00001 diff --git a/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_270.pdf b/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_270.pdf new file mode 100644 index 0000000000000000000000000000000000000000..7bf3ca60ad3229d7eaf5b1f8b83b61498564ca1d GIT binary patch literal 7501 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 literal 0 HcmV?d00001 diff --git a/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_90.pdf b/src/extras/itextsharp.tests/resources/text/pdf/FlatteningTest/input/formField_90.pdf new file mode 100644 index 0000000000000000000000000000000000000000..61437ea7f74e769f749f1c7ab72bc47853b612d7 GIT binary patch literal 7499 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 Xx-5?Nc*zMW4(D(v3bsCNCvpD Date: Mon, 24 Oct 2016 16:11:53 +0200 Subject: [PATCH 03/32] Fix transformation matrix not being applied DEV-1817 --- src/core/iTextSharp/text/pdf/PdfStamperImp.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs index 87d467e49..1315ab0fe 100644 --- a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs +++ b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs @@ -918,14 +918,13 @@ virtual internal protected void FlatFields() { float bboxWidth = bbox.GetAsNumber(2).FloatValue - bbox.GetAsNumber(0).FloatValue; float rectHeight = rect.GetAsNumber(3).FloatValue - rect.GetAsNumber(1).FloatValue; float bboxHeight = bbox.GetAsNumber(3).FloatValue - bbox.GetAsNumber(1).FloatValue; - //Take form field rotation into account //Take field rotation into account double fieldRotation = 0; if (merged.GetAsDict(PdfName.MK) != null) { if (merged.GetAsDict(PdfName.MK).Get(PdfName.R) != null) { - fieldRotation = merged.GetAsDict(PdfName.MK).GetAsNumber(PdfName.R).FloatValue; + fieldRotation = merged.GetAsDict(PdfName.MK).GetAsNumber(PdfName.R).DoubleValue; } } //Cast to radians @@ -1013,7 +1012,7 @@ virtual internal protected void FlatFields() { { if (merged.GetAsDict(PdfName.MK).Get(PdfName.R) != null) { - fieldRotation = merged.GetAsDict(PdfName.MK).GetAsNumber(PdfName.R).FloatValue; + fieldRotation = merged.GetAsDict(PdfName.MK).GetAsNumber(PdfName.R).DoubleValue; } } //Cast to radians @@ -1021,7 +1020,8 @@ virtual internal protected void FlatFields() { //Clamp to [-2*Pi, 2*Pi] fieldRotation = fieldRotation % (2 * Math.PI); //Calculate transformation matrix - cb.AddTemplate(app, box.Left, box.Bottom); + tf = CalculateTemplateTransformationMatrix(tf, fieldRotation, box); + cb.AddTemplate(app, tf); cb.SetLiteral("q "); } } From da880dbcf4409a6e85d69c59708d3ed523d376d7 Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Tue, 25 Oct 2016 11:02:35 +0200 Subject: [PATCH 04/32] Port java commits port commits 384019937f, 23c6eb5511, ebcf8b38fa, 469ba4491a DEV-1820 --- src/core/iTextSharp/text/pdf/PdfPTable.cs | 4 +- .../text/pdf/table/TableEventTest.cs | 107 ++++++++++++++++++ .../table/TableEventTest/tableEventTest.pdf | Bin 0 -> 988 bytes 3 files changed, 109 insertions(+), 2 deletions(-) create mode 100644 src/extras/itextsharp.tests/iTextSharp/text/pdf/table/TableEventTest.cs create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/table/TableEventTest/tableEventTest.pdf diff --git a/src/core/iTextSharp/text/pdf/PdfPTable.cs b/src/core/iTextSharp/text/pdf/PdfPTable.cs index 71da7e091..b2ea23dba 100644 --- a/src/core/iTextSharp/text/pdf/PdfPTable.cs +++ b/src/core/iTextSharp/text/pdf/PdfPTable.cs @@ -824,13 +824,13 @@ virtual public float WriteSelectedRows(int colStart, int colEnd, int rowStart, i { float[] heights = new float[rowEnd - rowStart + 1]; heights[0] = yPosStart; - for (k = rowStart; k < rowEnd; ++k) + for (k = 0; k < rowEnd-rowStart; ++k) { PdfPRow row = __rows[k]; float hr = 0; if (row != null) hr = row.MaxHeights; - heights[k - rowStart + 1] = heights[k - rowStart] - hr; + heights[k + 1] = heights[k] - hr; } tableEvent.TableLayout(this, GetEventWidths(xPos, rowStart, rowEnd, headersInEvent), heights, headersInEvent ? headerRows : 0, rowStart, canvases); diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/TableEventTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/TableEventTest.cs new file mode 100644 index 000000000..3cc15dd06 --- /dev/null +++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/TableEventTest.cs @@ -0,0 +1,107 @@ + +/* + * $Id$ + * + * This file is part of the iText (R) project. + * Copyright (c) 1998-2016 iText Group NV + * Authors: Bruno Lowagie, Paulo Soares, et al. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License version 3 + * as published by the Free Software Foundation with the addition of the + * following permission added to Section 15 as permitted in Section 7(a): + * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + * OF THIRD PARTY RIGHTS + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU Affero General Public License for more details. + * You should have received a copy of the GNU Affero General Public License + * along with this program; if not, see http://www.gnu.org/licenses or write to + * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA, 02110-1301 USA, or download the license from the following URL: + * http://itextpdf.com/terms-of-use/ + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License. + * + * In accordance with Section 7(b) of the GNU Affero General Public License, + * a covered work must retain the producer line in every PDF that is created + * or manipulated using iText. + * + * You can be released from the requirements of the license by purchasing + * a commercial license. Buying such a license is mandatory as soon as you + * develop commercial activities involving the iText software without + * disclosing the source code of your own applications. + * These activities include: offering paid services to customers as an ASP, + * serving PDFs on the fly in a web application, shipping iText with a closed + * source product. + * + * For more information, please contact iText Software Corp. at this + * address: sales@itextpdf.com + */ +using System; +using System.IO; +using NUnit.Framework; +using iTextSharp.testutils; +using iTextSharp.text.pdf; +using iTextSharp.text; + +namespace itextsharp.tests.iTextSharp.text.pdf.table +{ + [TestFixture] + public class TableEventTest + { + private static readonly String CMP_FOLDER = @"..\..\resources\text\pdf\table\TableEventTest\"; + private static readonly String OUTPUT_FOLDER = @"table\TableEventTest\"; + + [TestFixtureSetUp] + public static void Init() + { + Directory.CreateDirectory(OUTPUT_FOLDER); + } + + [Test] + public virtual void TestTableEvent() + { + String file = "tableEventTest.pdf"; + + FileInfo fileE = new FileInfo(CMP_FOLDER + file); + + Document document = new Document(); + PdfWriter writer = PdfWriter.GetInstance(document, new FileStream(OUTPUT_FOLDER + file,FileMode.Create)); + document.Open(); + PdfPTable table = new PdfPTable(1); + + table.TableEvent = new DummyEvent(); + table.TotalWidth=400f; + for (int i = 0; i < 10; i++) + { + table.AddCell("Cell " + i); + } + table.WriteSelectedRows(4, 8, 100, 800, writer.DirectContent); + document.Close(); + + // compare + CompareTool compareTool = new CompareTool(); + String errorMessage = compareTool.CompareByContent(OUTPUT_FOLDER + file, CMP_FOLDER + file, OUTPUT_FOLDER, "diff"); + if (errorMessage != null) + { + Assert.Fail(errorMessage); + } + } + + + private class DummyEvent : IPdfPTableEvent + { + public void TableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases) + { + + } + } + } +} + diff --git a/src/extras/itextsharp.tests/resources/text/pdf/table/TableEventTest/tableEventTest.pdf b/src/extras/itextsharp.tests/resources/text/pdf/table/TableEventTest/tableEventTest.pdf new file mode 100644 index 0000000000000000000000000000000000000000..d7cc5b158652cc7f9bf6daf3cd3d5c030639f7ae GIT binary patch literal 988 zcmah|O=}ZD7`_zLMWi5j5Rvf^+aT%e?CxYY8W+>1X^L$clHvz#)$Q(VT#dVBcM?-U zyog}IUPKR451vX9Y{f4`da$At1f{J#N~J~o0TwSsaVEA#Qqgx0`_A(|^L{)t6Uru2 z5!9jxq2-nL3xWhh;0>M=;&IqT+yXrdkc?r>HLa$KK^?O2(e zTKqEqb?II1k@;%$o;`l;&jK@@kB6R8l=29M-Xf^0#b$3q*x}@F%8)6GBq8y0FOIv!VR2_wXSdE4;;_!4~JnJyB(DINp@wLlLy(R zC=%JHNScfeh*Fa%HicogXZ@2~w7paCMoR1buN#WNfQ4 xMrzDfY%8iE(-N_!h>B{(Oi9uI&){bqs!AWJI~yUOhEJ;^MKw_fh1z>k!cSocF|hyu literal 0 HcmV?d00001 From e5e594491a27b9fd8398869fc7da8dbbe2d3c2de Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Tue, 25 Oct 2016 11:16:00 +0200 Subject: [PATCH 05/32] Port bf9e89 Dev-1814 --- src/core/iTextSharp/text/pdf/PdfStamperImp.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs index 1315ab0fe..860221da8 100644 --- a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs +++ b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs @@ -1818,6 +1818,11 @@ virtual protected void ReadOCProperties() { return; } PdfArray ocgs = dict.GetAsArray(PdfName.OCGS); + if (ocgs == null) + { + ocgs = new PdfArray(); + dict.Put(PdfName.OCGS, ocgs); + } PdfIndirectReference refi; PdfLayer layer; Dictionary ocgmap = new Dictionary(); From 97b86a8dc29594f7cb4f123f129a2d4e86e51536 Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Tue, 25 Oct 2016 17:28:18 +0200 Subject: [PATCH 06/32] Fix handling of dangling page references SUP-1624 --- src/core/iTextSharp/text/pdf/PdfReader.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/core/iTextSharp/text/pdf/PdfReader.cs b/src/core/iTextSharp/text/pdf/PdfReader.cs index 76fb60e00..f5a9e6231 100644 --- a/src/core/iTextSharp/text/pdf/PdfReader.cs +++ b/src/core/iTextSharp/text/pdf/PdfReader.cs @@ -3704,11 +3704,12 @@ private void PopPageAttributes() { private void IteratePages(PRIndirectReference rpage) { - PdfDictionary page = (PdfDictionary)GetPdfObject(rpage); + PdfDictionary page = (PdfDictionary)GetPdfObject(rpage); + if (page == null) + return; if (!pagesNodes.AddAndCheck(page)) throw new InvalidPdfException(MessageLocalization.GetComposedMessage("illegal.pages.tree")); - if (page == null) - return; + PdfArray kidsPR = page.GetAsArray(PdfName.KIDS); if (kidsPR == null) { page.Put(PdfName.TYPE, PdfName.PAGE); From e1bbc7678010acf7d28eecfa2743e7c524cebaf9 Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Wed, 26 Oct 2016 13:31:41 +0200 Subject: [PATCH 07/32] Fix form field flattening rotation bug Fix matrix not being overwritten when no scaling is necessary Form fields flattened into XObject and placed in the same way as adobe flattening. DEV-1817, SUP-1612 --- src/core/iTextSharp/text/pdf/PdfStamperImp.cs | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs index 860221da8..15f10d2a2 100644 --- a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs +++ b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs @@ -941,17 +941,15 @@ virtual internal protected void FlatFields() { float widthCoef = Math.Abs(bboxWidth != 0 ? rectWidth / bboxWidth : float.MaxValue); float heightCoef = Math.Abs(bboxHeight != 0 ? rectHeight / bboxHeight : float.MaxValue); - - if (widthCoef != 1 || heightCoef != 1) - { - NumberArray array = new NumberArray(widthCoef, 0, 0, heightCoef, 0, 0); - stream.Put(PdfName.MATRIX, array); - MarkUsed(stream); - } + //Update matrix entry. Any field rotations present here will be overwritten and handled when adding the template to the canvas. + NumberArray array = new NumberArray(widthCoef, 0, 0, heightCoef, 0, 0); + stream.Put(PdfName.MATRIX, array); + MarkUsed(stream); } } - } else if (appDic != null && as_n != null) { - PdfArray bbox = ((PdfDictionary) as_n).GetAsArray(PdfName.BBOX); + } + else if (appDic != null && as_n != null) { + PdfArray bbox = ((PdfDictionary)as_n).GetAsArray(PdfName.BBOX); PdfArray rect = merged.GetAsArray(PdfName.RECT); if (bbox != null && rect != null) { float widthDiff = (bbox.GetAsNumber(2).FloatValue - bbox.GetAsNumber(0).FloatValue) - From 9e5aa474a43e3ad8791818e553f18d416dd7cb48 Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Thu, 17 Nov 2016 15:29:39 +0100 Subject: [PATCH 08/32] Port commits c5c53f1610 aabeddbc77 d84d0ede30 3b635b2030 0056b6089b 8b7dab0cf9 DEV-1831 --- .../iTextSharp/text/pdf/codec/PngImage.cs | 177 +++++++++--------- .../iTextSharp/text/pdf/ocg/OCGParser.cs | 11 +- .../iTextSharp/text/pdf/ocg/OcgRemovalTest.cs | 22 ++- .../resources/text/pdf/ocg/Example.pdf | Bin 0 -> 493512 bytes .../resources/text/pdf/ocg/cmp_Example.pdf | Bin 0 -> 493753 bytes 5 files changed, 117 insertions(+), 93 deletions(-) create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/ocg/Example.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/ocg/cmp_Example.pdf diff --git a/src/core/iTextSharp/text/pdf/codec/PngImage.cs b/src/core/iTextSharp/text/pdf/codec/PngImage.cs index cd09dacaa..ae052fff1 100644 --- a/src/core/iTextSharp/text/pdf/codec/PngImage.cs +++ b/src/core/iTextSharp/text/pdf/codec/PngImage.cs @@ -7,90 +7,91 @@ using iTextSharp.text; using iTextSharp.text.pdf; using iTextSharp.text.error_messages; +using iTextSharp.text.log; /* - * This file is part of the iText project. - * Copyright (c) 1998-2014 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - * - * This code is based on a series of source files originally released - * by SUN in the context of the JAI project. The original code was released - * under the BSD license in a specific wording. In a mail dating from - * January 23, 2008, Brian Burkhalter (@sun.com) gave us permission - * to use the code under the following version of the BSD license: - * - * Copyright (c) 2005 Sun Microsystems, 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: - * - * - Redistribution of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - Redistribution 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 Sun Microsystems, Inc. or the names of - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any - * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND - * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY - * EXCLUDED. SUN MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL - * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF - * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR - * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, - * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND - * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR - * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGES. - * - * You acknowledge that this software is not designed or intended for - * use in the design, construction, operation or maintenance of any - * nuclear facility. - */ +* This file is part of the iText project. +* Copyright (c) 1998-2014 iText Group NV +* Authors: Bruno Lowagie, Paulo Soares, et al. +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU Affero General Public License version 3 +* as published by the Free Software Foundation with the addition of the +* following permission added to Section 15 as permitted in Section 7(a): +* FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY +* ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT +* OF THIRD PARTY RIGHTS +* +* This program is distributed in the hope that it will be useful, but +* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +* or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU Affero General Public License for more details. +* You should have received a copy of the GNU Affero General Public License +* along with this program; if not, see http://www.gnu.org/licenses or write to +* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +* Boston, MA, 02110-1301 USA, or download the license from the following URL: +* http://itextpdf.com/terms-of-use/ +* +* The interactive user interfaces in modified source and object code versions +* of this program must display Appropriate Legal Notices, as required under +* Section 5 of the GNU Affero General Public License. +* +* In accordance with Section 7(b) of the GNU Affero General Public License, +* a covered work must retain the producer line in every PDF that is created +* or manipulated using iText. +* +* You can be released from the requirements of the license by purchasing +* a commercial license. Buying such a license is mandatory as soon as you +* develop commercial activities involving the iText software without +* disclosing the source code of your own applications. +* These activities include: offering paid services to customers as an ASP, +* serving PDFs on the fly in a web application, shipping iText with a closed +* source product. +* +* For more information, please contact iText Software Corp. at this +* address: sales@itextpdf.com +* +* This code is based on a series of source files originally released +* by SUN in the context of the JAI project. The original code was released +* under the BSD license in a specific wording. In a mail dating from +* January 23, 2008, Brian Burkhalter (@sun.com) gave us permission +* to use the code under the following version of the BSD license: +* +* Copyright (c) 2005 Sun Microsystems, 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: +* +* - Redistribution of source code must retain the above copyright +* notice, this list of conditions and the following disclaimer. +* +* - Redistribution 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 Sun Microsystems, Inc. or the names of +* contributors may be used to endorse or promote products derived +* from this software without specific prior written permission. +* +* This software is provided "AS IS," without a warranty of any +* kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND +* WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, +* FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY +* EXCLUDED. SUN MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL +* NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF +* USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS +* DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR +* ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, +* CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND +* REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR +* INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE +* POSSIBILITY OF SUCH DAMAGES. +* +* You acknowledge that this software is not designed or intended for +* use in the design, construction, operation or maintenance of any +* nuclear facility. +*/ namespace iTextSharp.text.pdf.codec { /** Reads a PNG image. All types of PNG can be read. @@ -132,7 +133,9 @@ public class PngImage { /** A PNG marker. */ public const String iCCP = "iCCP"; - + + private readonly ILogger LOGGER = LoggerFactory.GetLogger(typeof(PngImage)); + private const int TRANSFERSIZE = 4096; private const int PNG_FILTER_NONE = 0; private const int PNG_FILTER_SUB = 1; @@ -633,6 +636,12 @@ void DecodeIdat() { DecodePass(1, 0, 2, 2, width/2, (height + 1)/2); DecodePass(0, 1, 1, 2, width, height/2); } + + try { + dataStream.Close(); + }catch(IOException e) { + LOGGER.Warn("Datastream of PngImage#decodeIdat didn't close properly."); + } } diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs index 68a23150f..9ebbcbb20 100644 --- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs +++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs @@ -423,10 +423,13 @@ private class MarkedContentOperator : PdfOperator { /// virtual public void Process(OCGParser parser, PdfLiteral @operator, IList operands) { - if ("BDC".Equals(@operator.ToString()) && operands.Count > 1 && PdfName.OC.Equals(operands[0])) { - parser.CheckMarkedContentStart((PdfName) operands[1]); - } - else if ("BMC".Equals(@operator.ToString())) { + if ("BDC".Equals(@operator.ToString())) { + PdfName operand = null; + if (operands.Count > 1 && PdfName.OC.Equals(operands[0])) { + operand = (PdfName)operands[1]; + } + parser.CheckMarkedContentStart(operand); + }else if ("BMC".Equals(@operator.ToString())) { parser.CheckMarkedContentStart(null); } parser.Process(@operator, operands, true); diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs index 725a48dc8..e306bdf08 100644 --- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs +++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs @@ -47,20 +47,32 @@ using iTextSharp.text.pdf; using iTextSharp.text.pdf.ocg; using NUnit.Framework; +using System.IO; +using iTextSharp.testutils; namespace itextsharp.tests.iTextSharp.text.pdf.ocg { public class OcgRemovalTest { - private static readonly String INPUT = @"..\..\resources\text\pdf\ocg\peek-a-boo2.pdf"; + private static readonly String INPUT_DIR = @"..\..\resources\text\pdf\ocg\"; + private static readonly String INPUT = INPUT_DIR + "Example.pdf"; + private static readonly String CMP = INPUT_DIR + "cmp_Example.pdf"; + private static readonly String OUTPUT_DIR = @"..\..\com\itextpdf\text\pdf\ocg\"; + private static readonly String OUTPUT = OUTPUT_DIR + "Example.pdf"; [Test] public virtual void RemoveOcgLayer() { PdfReader reader = new PdfReader(INPUT); OCGRemover ocgRemover = new OCGRemover(); - ocgRemover.RemoveLayers(reader, "Do you see me?"); - PdfDictionary catalog = reader.Catalog; - Assert.IsNull(catalog.Get(PdfName.OCPROPERTIES)); - Assert.AreNotSame(PdfName.USEOC, catalog.Get(PdfName.PAGEMODE)); + ocgRemover.RemoveLayers(reader, "ecc.pricebutton"); + Directory.CreateDirectory(OUTPUT_DIR); + PdfStamper stamper = new PdfStamper(reader, new FileStream(OUTPUT,FileMode.Open)); + stamper.Close(); reader.Close(); + CompareTool cmpTool = new CompareTool(); + String errorMessage = cmpTool.CompareByContent(OUTPUT, CMP, OUTPUT_DIR, "diff"); + + if (errorMessage != null) { + Assert.Fail(errorMessage); + } } } } diff --git a/src/extras/itextsharp.tests/resources/text/pdf/ocg/Example.pdf b/src/extras/itextsharp.tests/resources/text/pdf/ocg/Example.pdf new file mode 100644 index 0000000000000000000000000000000000000000..73899436f580518b696f7845ae1b19080d4f5449 GIT binary patch literal 493512 zcmb@t1z40@*FOx>AOcb%ASp-=-67rG(lOxBFm%_@-QA6JNl16MfFPX$N(o4PgLn#YFm72I!2Up&1ZN%KDQ<)zuaV5P>ej z(#8y+4gxv@?G^2Tra*h3wehcIfb4zAfGmr$0Q7?nv^IHA;9=3f6_Ev6n>oBC zW#Q&z0jM|{IXqx$%E;$KVryt@0dycW0-AxW`N_Yww3Cy9 zO!&z)*yWhyY(;=?L6UCvKovK6Rbw{`V{Q|2K><`g7akWYTPvu|NL{Qft-(Al{N#qv zl>m95&kw@@a?+n94i^06LJt$9nsSPyA~yCwQg%jG24f~>W>O9gMrJm44i08|QWhp= z7623UF9!oN8xK1N4+|&h?+>{ED)foZ-o%tgSycSDIOrQc`CA7ETOI(w+1Z)VnU> z-VDIZ&CUG)!@|M^J82?L-t)so=PbntG0H7t%3TW*B1~4-+1O5dL<>fOm<}tOgw=#4PFtoL`1Q{Ft zbeFA(DIeg^sXqlh(1RU~%%N`mspr4M|5RAm(CqJ{4-y_$YzY#uwFiN$9e9jwpyuWS z{2u%h_<{20=-)AZuHxSW{-XPfQT~wmQ`BF^|2Jbnx5U4!WesNhxgi*#3k0|r+CnYG z^mj`^sd+@8o6rF$3jGQ|w*b`nObjd>s?01rY%Dyi+;mJVJWNb{fPbU>Q%SyunLqaQ z{{`i5wEvD{V*)aD{Xe1nN%?OWKlQP(SGBRR6!^96rL3U_1esZril}gqzLGOEhC0m# z{Fde~TK%T~4fX%h8*+00-5*v~fPdQbUwKvjlDf6zmG5wSD`gP{?@#>SNAXQ=sQw11ob z4}MXgJ;(`YB5rSE_48=k8rp+_502$0|HHF?jcpI!__;NBK!1AU!CIgPeT4oueg1>> z&-MI?Z1SIe5EuPVWNvm&5pFRdHZD;iAwIw_{xM+*`ae1s z%J9Ggc7PsQ9>bq?hJdk+wG*@o0-8K5|1aZzF8dePpN!B=1TB;tfc9Vk(}#`q*EHzD z0J1ju6%HM2{xR%=i{)XkrPn2I{{Bg3R7J=v!F{a4bUy-@6Ce8j#9@jO-2VT}hdl7?~KEe=6`N*`JQ%gDS?OY7gDn&|M;KXbA@XBK>3N zzv}i&V`wQ0t)c<{Dx;w<|0=|x;e(&t9$IEURQJE@bm-GVegDuW{I2swY#gl}NSOgL zAQP}Q_e1}n`>V$P*-`x28azz>W)ZTsws8PMwR@lj2-!Ob+qh^$RV97+vO|?-VdWr& zei>PqnRNlemO!A%f29zyv37WH4znNQs$rJ&}K@^#X&;F0a{H$X(S$K*nX}{;(_L8 z%LW}~A!YvAfQ6DiA2n>{pf09AXC z)ql0h&tmJruYbDrrxPFis?GA#5W0V~f%C>iojmh1CL}=^yQ-%WjOq-)Vece(FYyH26I>#5U+{r+!(88J zw9f5)0;{tDt%q2owzW#EjtH|TKh;N?#pW+6eavMq$T^|8PQDHGPJ%-nQ8eJ`n+!C2 z)q2-)Bi7Z~{|@Q2FQk*x&{DC!Yp0@=*06l|18e;=dX}r{-MIHz488E)NpTB53^`J4 zsJv}vR$0?nJ9X+fp0X2`L6}|hV8_j~H0sYy4xF#_&ULJ}_RIXd0n}(f9qasLnz*DB zq4RK^GTO>5Y3{6DDxHVxI?C6C<H3a0& zK3n%AQpb5@)w@~$jqrdEjz02CRvNxws3%DWt~Mc+?69^8V8TZ3(-{EhR1mC{Zy6zd#5?rLNW584WX_N$ z-dHpWiQjIpT=x`RQo{_jBs0Yt6WPt|cujNuX`h3v3@}VMUn1#>SCXfh7hSRxJZOi0 zFDR;eiwD!hklg_|G_LjRc^`I1agXH0pts{)JATJl0`$Z4;EfJjd#ag0~~zx=uX#!ue{&QOS#% zhG@-W#oo)a<7$*HeOy-GiPdv?@O1mtxXnt`p1f>OxXot+k86&Nk4WMAnPZo;gyH(> zBbPw~+FlI$8yd8OWsluoUwK8H+$NrIf8q2$*oF&y=k=^<1cd_MN*;t$%@?}FSodDf z@U3r+Pq!aZ5XE$|1x#~Ia{ns^HhIe(<|UWu3Bc&LmtK60ggAJG)vj;yiVN*;rrA8Y zHPz$JDLaxOGaOVXi$JFH^alUl{Ky>oXNy^bOwZT79^Ji=_8u`Mg#;~q=g2t2u*7Y2+Fn?EcV1GkZ`M}rvw%?SR<=j zWRV`Y2Co{{R|LoRr`*8(c!y26Mgofn<6ERH{h!(RX9)itYK0#HI4c(?BNHn#G`2&F zB@S*PK72EZcgY`7q>3p9|H2vTS92o{h6tLM`sRhfSjR&J;+5HdTa7CJ3nOT zzdY*#{(ElxpAsU=&xH6h>HKjwC=R`?`fDbba(=?0D9NbKvwZ%c`& z{7%>aDN@si;t3%0`(G7kCN#7LLmL3-g{SMUYUZbT{!Dv675EJ#B&9;?VDAV72+INF zAMV^N0U|;VRstv}{zg<#l!KN?Dnh^LROAf77En@a;4kcdl?wo4!=HRMw!irPl=ri= zc#x+JkP;CQHUtArNLhZ}{{E40f4=@+(m(k3w@X>MxH;K50rI45e>HY|yrb%j3}L^w zgG_LIu#B`6eT1LGtK~4{M=fjzk7W9%mS0Xa)k!9?NmKYu#Xj|WC5ejc+;nkgH}3k? zb>-A+oOS1FB*koukM(o}CIA*$3xQkA5*6n4ds5xaSu%y05r)_B8!)gPFsraSKEX`| zbi(Q~GUy$088Y(x$+qCTPj!O!r~GZ3g(R_ zj88yM`^OJ>{sLKyBmH)Mh)-9Fh1Rxa<-8U*&XJZ~pk0FP#i`{o_2$N=238erID8(&EdXC^tarCZjI!<} zF^Q-Eed2zMo`(ai3{C$_K#@W2ZXr&kPT^G9kE`R5=LtNOfvr@cXcfeTaRu6CoW<=X zww9uZhU|$RrB+7gBhzd{^rx-~u0g%-!@%7(+y?dp^s@5kjPwtY{v~SngwcQm`-;SF^U((`mEu)y*-C zF{;LVu4Wqu5K3;)%SxQ+q zPqzDfo|jy5oNyzSBavgXV?}^V&jw9Zy>;C}O#z)0Ei3KetMyvz_hfah#$b!GYm2^y z)5xJl-j(l8?(Idlwky*s_&=oXz}MLqOkW1hHO~X~HdoJ{#?76Q@(MySQgUK;aRJYheyq>Ijv^jDUPivf z>0Up??MvX5kv(-TdQFlXr1e9ScRqFD3zyz9-Hs?2*LLT4^PB0)_^Qm70#0zRsz|b8 zm2Eb%G|tPwrx?-5v7-Fnym#rg=nk(36cAq$QsUE+lwg)6=f_v1=fswz-f~???>FiY^d;VL0h&jeujJ#F zZ5b`eq=9VwN^BQ6Z++>}qi6!g;o)JY;+o?=a%~m&Qzf^VIy70|tc|ZMsRj81-b~Br zQJKM;@R$;qm2C!Z*X$_mY;2R@TH=i1pyM{?Sx8S5qyR&<)^LlZqi8SbzU=Q*Mp&Gg zvwxY{S0jvnj+=&)imM&}Ms4v$`{dh?drSu&bHD|wj~i28rtwcW_H~857hiujI98ms z-H_bb?U?Vmh8#y=Tx0K$91AMRG0TC+gGXscK;vnQ^WNXzJl2-h8hb;d$)H>IL%HSi z`^n~ow%PM~=j)BJAB}lm-wPIhe|_C5*o(1=!5&H4pGfUgB;USj_GD)Q&3^?o=|-dO z<3&_N5UanL|9vE87P9O+kw+AcWT&lbaz}D&a(iN1PS`?L;Nf`jAoUpe@XRow%Lbgh zkqimhSZ9b(>&QF$vv-@8?=9Qs+rjUa)7FUA_P4D!OIAleWR2jDeWmlk4Dcfp-tVd* z&&}mC8d+z1N*U|3dF;O&WTAXI6&Do<{9*EGD|OQXmlk(Y`f5mv7NDx~f|@TxB}_eP zDtIP*B6K2hCS)RFB5WdxDVQysB{Z<-dB30>o0M0gX=>yZe$6PD;e`G)2U0~&SLYZa zS7Mc-+vM3K0x^cDAhbSG+Sb`uK6n#60v>kq-iz5!*~Q%;KEmGo@@3};Lt+6j8RcAUv_pk&9^|?7I<%Q_i^^{MJ7yNsu#!uGq;3r?Gm)qa4Q!}CG-HZL^D{k{?B^| z>(hu*yR}2#xG$bB52&wvoI4!K7_nJv z`Sw*@Q1*M~5#fz0Z#2)QKrRoDKqgNKZ^SLouFu=aMGtIvo_6BAT<~LSDB(2gt2Z7s zUKFx^6pUE1c)Ws+Xsk@CES>|LkhOS@IE{F(N8IlAi}RUsj#QmRgXY(6f{2?|bmF(X zHL|VFAR(ByX|Aya8Mvc~9Y>?EABs9@I(x_DI&ag=(wu*Ik?5m)N4^fv#-D#9sjn#n zPd`L1P80dE4Ny(XeU<&y&>!aw&#h8?cox0Rn6RF{klJxhtPe{WYB_Dl{_KW7wYE9h z{>F0~cI~>-x>HAGX2;d?uWt=Zi>)Xzu$Z@9q|Jm)?7v&~J9JuZy0*9$h!p}UXRu9y z1!fFp6b8d45=PGE?MF;&^J}V46hz>;dEY;KKSbKJRJ=5{-0l+Y#^JW*5_H9N_54!m zx;Ae>F$nh5mtUx$vzm-CC(sb1O9;ya>r;$33>@;!#dv6KSaP^$gi)kK6hrjW=*yVT zu|096@i7T5i3Uj$$$*q+sj#X0X*22V8Ks$tS^n8}Ir_N@d4l;&1>}XeMaV_B#iu3v zrR!y%-p!UzR18=4SM^kP)pXW&)^*kQHVib5zMpRT)V$Gh*m~Ip-;UKm+R4=Qx?8!& zwAZaKs=sicZE$Yrc;xXY?U=;4@r2K0)>QlS>MYzG^+(xx@Iu;R&!?};&p(T=fLC+Y z#y1{q%59}=@9c8y1@6xu&>i|5ef-9J9DVZjOzyn&0{-&NRoRd4H$1oQcP;n#_b@)t zKU;O)qu#0`g5CvQ-8JFf@m`>0Z|_VmSjF7+xA7HAA1g6oPT81-x_u>yiLoevmYeIIp&VW`jL%4F59`81F=X7vfx>P5+f2 zd7dwmkk=(WiQ<_DH9cR(xK)mM%0#_LnDY#bKzEn-{20ckU+2Xc5+XG0)e+1<1n)f_ zjCI-WfuCEo>gR!7D2p$2d*b;xW?L`8(>Y4vb%W=91jF-i zub!~M3lw*W3dhfj?xH1beT441`91HZ+!M1+<1pR#)8Du(dT1xN=mvX?C&&plc`C<- z5%78TMSeSnxRo~RE^E1E)k*dgxz$#Lm3g>*E8&k>cbCnVcdl{o$ZFOJ^Waa55}5XA zO?G;Q@9`;G>Ws?`&}YAd?nc6IlaOuU>rvRQcOPOMW!wTAk=}sZ zA6GB&ExNmvyu{6P8;Hy}JPg71qMP#yhViU!8x2D6)F`YEWb$N$L;^#Zx!zf;v4|CcO7UOcR8&BagK3p#SBP~BFM+_Kaao;3-NahQ@2<1 z#}Ap+xc8e6_TZ)W`w|q78yw&sRJ^MU0cT!L)&%&c`8Ip|*Cg}i=J-EJ;0fjO%Z|;l zqw!OW7E!QE$y`rKd|ShXHUa)&9gCyy{L-8K8e)CN>fAEVd^svs z0(X6;ORB7yed6*DRdsxT+4G#sJ`S0hSgO8oVT~I!{*)sLBb9y}y}b3wzQ8t-OgNvR z#^FE|A5itOm9r1)y9kv&ALL?nPB|acJRQsmAImU_b$P#u`Ig~D-|Y$cx*lKb0mBS- zABRpHh`i6!W;e@O@0Gey6+Z9gDoKt>@74lLOj_@=(4%F(SVNEGev4=~50Ps1$QlpK z)c%O)9$5ZKVT~SA7MY=b9@WZ@A;F$39FZZ^Ua(j!VRPP}KZ(aM1P=EhLRLOhf(>eh17=BfXssngFO_bgNB2g*qnk~gAktl2vHAgnU{z{PK)hkj9^K2 zFZT@#Oh`(45sDpq>w_P>8{PI+C1^XcRY5xlJN%wCBd{x+_z6z%tB`=Xy-4Xo+|J2x zmt3lMl%X@3;Do7=w`r(e+rcbJ`(`ph0tpQAo`E*8BPGZEGJ*F&_hC#P97Hr$^=KvL`Sf; z6tu^NnKdAkoP=~$6~?s%YnSDFq6RS)ApZ!UqF(AnWyu@ zhx_{5YQx|zC)Huon?a{2t`0<%7EM)9<&Mwe9-pP zYPkKB#)s?Bs-fdz-4OKdwOHn$ybmhw8G&w%9ws1281z;cJ>Wxy8B=3`PWCr6wSdT= zl9B7Q6L;~80cjauwCx>2!uf=MIggBE$>jkSC_(x_2=}9I>&<18R6orQe zW}vV~NI-T6ij#MeBkML2`4h&ni{d`Sv4yq7*he2a!9@i|-s^iuOhqV5REL{}UDJOK z8wndlt_&xEtn_;%)8_`(_9X;l{>XBVLrZ%X8W25|T4L5zG(L$J=~JjIM6uU2iK^kCdNAIn`g2A|EOPmi;L@ns;#BbKh^_o6UF>kC9Bi@b z(7McNI-by{X#+TOK`JUJj}X5VWfzAd?VGDB+R|h4;b`J2(fDbqBUt*pk_IPGJ?fHv zL>3hdKXonRzW3p^u+M~8C?i@r5WnhhLBmdIGcc}p{lhJs7wgIh=gP>Ac%Gz`-mOk? zWzoCNh_BN*{@z>9(&@~pw0ge}8sYhy$jSCjzIfK_PEk_wV>jZ0M*K4GlTawHUCmbl zRi^N2{Z(|mcBDLRspb4sm$~MKzFaNww{hIFkiNH?c)Zf*HGP)vvNt;pt?A5rdvYpX zEnCsgwMu71MED=QQa8L%_eKJAKyMX#4CiCwUk@mGF>Z6|>sAkVr*i5Z&(4l?Z=4fH zESk-FOpDLbJbKKK1SoBmlT7j`4{g0vtiw*{N_n}9U?Yz0lCdgsU(R7PClS@m$}5&i|Fu9snQLbf}n%U;brMh)oT@(p|DNIwL}P`btdN7Zf{=wkex##&EE+ z@gmGS*fbjDGK;mxmg#kKhsr2}69+W5k1#2vK2lX|$p^oS@jT${Dn=e&C%p^!F^>|AMq5gOJ%4qA{iU3~;O#u5`y2Tt z7k_+hhWscxLC#Bm{#PNk`Rk7$N{-#!;7i%*IP6zPRNd>r&IbjHZRdj3eqze_k28cM zL5#|aUMMpG!yM>8|JOQo+4WrB}a25f%%4t zRbR)LbRliYVYMS^9_ZLfZ?uP{#*s${E;&HEeY^DDBpnYAk71~w)Dscn42pp1V1R=K z*EwQZKjmi%?fI|?V$ct!rBVC5u0I?cN4&ncVMK{VboSlakdAk}NcEDK7tVIaR)`b( z)AM3NJOqNaVvzwPHj=GzMhx0Usg;5>!yvBnD!GxT+g4H7jDB}#LL#7>I3Lay5*>37 zQ&4Ra@+@L{Q^HIc&D@3V=khA^@A*g_IYR;6lj~|Hx;dcs>r1#Os z=Zo~i?&HF4p58?eu0p2<99**@Goq}intT)OYcfsMH#>xH7%v;0EbE1;qT8P#o0Y>( zqPp{9sdN!pH5fRpAI-NLcnt`e6&Nz6qq1gphab2XmG^H4$`OyV$bWKb|GK8j`qt5wBa1W{Cvj1dBXy z_mM}G04VvKWcE(eZg^WPb3}&CLefUX<4kjE?t{WCXK;6C7LHBuZ87Z@Z4DhvRUl@< zGRx?BzW3WRgAb+ON(K8a(=9lb^UX4P_UP;6+*MRrXEqIdjR@E=6G}D3>M3ZS!mmyy zdd3pD6;g;40|1rNXbszAoaH;7SvTsuz1-N>s<^$M@rY;y`#uMU#s{%z!}=^l73+>! zpHm)sbrU1tUzd!*nQl#l(;o+!gny5>rN=AU6ov?qnAl5(oh0cR5MVjt!RNz`DTc+W z&tqCl7>cR;Icdp9PpYv4T>VW&8N-)zbV#q6i%By5Zk2`&DP%&6#e#X}JsLygwJk`h z`Fp6eb?FliJ|c!QQ|?u7M~}7bgb8OSAaycn5%|5DSqZfxhNrwp8`Q;~A#<0qVE;~n zr877cqA+ zE$zTU?xKTA3Na_RZI}F(bCzu}pU?1yVE!>}<)LM)dL*S!*Pzv5+MQX@O;GM<4vss6 zzRtq1gz-rFhC#Y(ihX)ef;VD1b7uejsu0V$Z#B&8ECkr^?LXev_m$pi;Llv*XILe~ z-AQ`SYf7ifE6&md(_rxQW|YhkqGyP^9f83d`+=GpT* z<3mc>PO7RM6I#ZEO}3}uI}5*q*=p*C^QQwc=I#cg9uVNa^tliz!RVV1ujk`#3>>|ACX3rO{BdXoN=-m{%0hNg6a|KiRC4ZAa-(%pVR(hYbYw3tj_DNw(zf`u1UPLzlYF~fvq(NK{7&ZFn3D3X zOzPIF1$u37-(sjo#9tut=nDnn8yN>1{z<396fD|yLa|!-gl5!xTSNNno`xU zmSn@mt{_mZJSrhR%Mg#f#EY4plIEIfV29th`fOE?O5|8qp}ek7uczL$szSA8s9fiz zXo}RcBrB^g>ij;FHZsgWXB3yAkXzRd>*&0qG6$`YX!)^k7k*;@S(EB}sY4E$djUrd z6wze^;Ak$OB{A29#I8Z>B}P8?+^3=RR^GDi0tKR|ePR=x;kF@fMFkjXu z9NmJZusy~@<$AtHHl;&jIaj*h6%pM9D|reZ+m96MB-bwwwHTqCPvx&;v3it#JY2UT zEe7Y#XB~Z-)2QOkEk3T_wt3^At85)NPSg$2`C#k~(fCe52eC%*PLP77IyW0f_<%RR z?D{@k2*VsaDIdnfffz3d5-qQOKS2HZzTn%rG#znasv*0&mk)`tacPt_AUkFaqiwYkg!%3$=505>^#sMf3nj}3fK@+av*V^Z^+U)NP_95#Y zDys+rs>_<&Y<^?nr%v2vp3zOr#i@D*v!Zq zWc>X4`$3-^D9gqT?+CGG(dO8jDVLBsjz8I}zOoBM&)Ur+$PiYtENFwPLcef+#=SOn z~f3R?qmzuOBAx3B2tL!{xp5*ib{wx@*OQz5Ga$v5F9H zvSjNgf!bI0!JvtX3<)y6$z}NB+o0ujZJGfWtH1~zV~qEST|m~L-?sHm1|B4Gu_Iq- zg&UQ3H~sO~?3}RjeS_jc$-qV7S=TMI*6hz{GQzjnm9!RLH>#3YOrPM32k=v5Wh=;S z5I2(U0aXQ2t;$bSt$gwJiK6v$w(#RN6ofy8s*}LvyyqJX6n{mXWX<}>5jju7D{!EK zqK|VT^gDL~NvC#1_d5V1 z{@?o;Rx^&Oht3URj{~2=eW;Z0g5T9xQOJT<&?pmr;$J#sS!r68q@Co9I6T6L!eb>@T6)F8(qj6cV2^cyE@je<2Mt;(y;4frofC*=Hd?q{cs{;7b;qO zK-2!Ka4hq>1i$)6`Vb^<{*}Pfn9$tqEI0AQxHsyyl8$FpXb3TOY*!KELe8@7`Vg3cV^a>`E88&Lw2Bm|)rZX75mN ze>_Ha)DEH$>^B_ME9T;=hWPDS+5~~|I#Y9l!?@g;?%+p9)`{&K95e!R(iR(X;QR@HWXp}5f;Ja@?EU+H0W?62DJxJY3L}9W%v6IRNg6H1heGO<&X$ir`x^@Do=NpK& zGj*qBC7tTF#XK6oSH`1}y&@x^w!YaWA0y>+^1{qD3A{O&dUUww4)NicwNO z7G5L2C+R-F{W$Xh(e@^rly;78zSIX#Otdn4fHs>nry;lm-}e<>@el$*jSUK>uphO% zZEX6%2WQFoz@a)?>B&+nAqMMr#Tw?g5@O|tS8$&zcU--GcnR7sNa+!2C=hSWyuK*Q zs%y2R8C&jasMh#;Vg}M|OCx$mzAaKoF=BypyJ{^I61x5VanW!~zWtGR!6}W=09mfu z?P85obgaJ-zi+KTKa=-H=1N_3$ws6r^e0rpG=!3y7}~qvu`-vxi9Z4();+GlIZ@A{ z%c>?g8L6bxdL`u@nvn9Uxi+T5g=%q)TiRPl>R^0>+CkGQ%9Su(qK7|SQ=4l~Ri>7v zkR|=FB#xM`pGZ|j`G&x$z$Fi3!^d(UPC_ByW6I1AaN#~Lu<@iBc9Mu~?g|iVHmtm} z7Al@N&~Ug)wJkKw9-r#Vvh>(-qLNma?-Yc0@}&(XnQ6+b-kwfj6n{(TeH%Sf*5OeK zLzYpmW4@U-!B-uxVumwK%P5yX7ZL^NzLH(JNMI|YYd#$3qSIsoSCG;gP zXb*7&tvd`}pitW>Nx5|hAErzjl?VPO8(0$I+C4T^dao z*qeJ~T*7jPhE`YdM5!u#nKz3%v%0F|iC?s(n}0L8_IVB`VJ?lEu;fuJy$IJt=-&J3 zO>S5c+UJ_jrW~gqk^xSt$F?H@jz%w17tmWFirF8mgw-g_%D!v~mzWJV#?r*#eq^A1 zI)f*M`pD2ekT7yvU|FEA-rl-Gd$4>{9A=t9DtqW$*md%~;#NHW>|IZT%(|Kgx-$gs z1W5wzN_4N&)BALOJ^%1H9fQ2R-buc4mC-gq7x_e2Y3QEIafm>x{?L7n!me^pq#JR~ z$rEfya?@DoqK|7+ed5{$l25V!ya<<$yPnqZstnzP%di*QIfX^!yV8!QdMeknnuY?l zPK_CU1q8B>8n4OiN}{exxKpMpE0FDeeUNJ`o;G}Awf?X9{1%ue9jz;KQXEEa}>wxyB$dD z&R2|&rIY6ryReY*PE2=2jsQ9g(ZOLmR!J#P!X&36ez8PG#bh&cGZx0k z>_Jp&DDX5qniZ5wkpzj&!P<{128=>j@`-6*cPLsIPbd4COxvhFFA>(4Wma4N9N~{(p|}c5ww1!?rq5R1R}ctNeJy~z%lppA8oqtv@_DY0DDl9ZqNB(yLfMxz zxKJWfi$#PzTurMT5!g~>6 zsVuuv9!H5xB6=R?gsgR^s>E^QE$Zs;qi!|#$<*~FA^l~ds#1h z7Ib?$AmjJNZKqTafqK;)rehZd_V^SV&0>5igm}epW8bg{*1dTbKy#4ldeS>NDuD0|k7$82g3z=5@GmUaY~M4Mdxiv4jgL&I%yik`8O7(uvelk_ zF%&HOvAc2&0pU&bN4Er!k{*2R35K7!WmFJC=jeCBHpO#Fc>(@vl5_s*3A?K*HvC?< zC_wQ%o*(im-w=|<>!t>dM;kNh)u`WSaM=?z44@G^7;4SOMj@fZF9XAybty`d ztl75%hqQKCVX~e5eGH0?{ZqsTZ8DfV)U?gnEhZ6m!Wk3TYo&K`R;iFm1Gg@#fT5}> z12!@CC^(Sf?%=Mvs5(z66w7kkRdbQ@wZv-#F5~Fqpb_>(X@0Yvmuj&UHmCU>vg|uM zyj%)>|oiqp?tVq&r{L8j)cbGxrsC9`jubBjU-gdT7d=cu5(7s+T(aR&O2xX% zNQf}1m@0Q}J{-nEjd;{&jdvZ!7%lz;8%=9glt1eE$t6%dWtMJrC?O63-gKAO|vm;$te4;$30$T>|BAw^*XPGAMJas&gW=;)~bNZ~NBD|gxeQ}TB zU=*|bVQ%HUeINM`+a^g?z6d)s3032E9OLcktm7u6aA6d60^;EPmxsZb@J{DDN} zuBCD2an|t>zVTyf$t|3wh5)_JVW_c(#m#P6_+`BgJ=5&{gtJBt6rxe=GXINR_XSP zOTy)JVGGn{k?{(yT6ATbrt-ACtq$lV8k3ZF#Tq&vSiV-xT)}*h)8GGKto_Ao_VW0? zG{fBd`%4W+HFx)Ndi~-m+kK7nMC+HHitnWKpnM*1)?LB8#$;`_RggVg$5wpfq2dvF zG7E}=x-A-ufP+e~Nmf0(^<`J&HHVTrrX({{$Hy;f2k5BjM3paggBbG2-Pf~&RNqLD zo&_t<(+7?Y20b@l&1-;tK?kc|2Oo>7ggEVn$7F(%xd|%FPJ`{qMG( zb(a;yny0eD%y=4YN@19y}*gtjtXVAZ;>wh z);K-;US^E&UcD)4;9f$G*Y@qmY@?Mg>2{Elz;4HL24`5a`SX%5IpXpJw~xbNhm56` zFct482<(DRG!n8SCx)fa5|iq)g(hfvkum*0OL{#*%;5xmBE@hxc?)mp z?{(V=@6}&hqcw~!a(%Zo=90xCKx<4um1PxTlonFH>CSDMi@=PbNn0bEj1YmcLLsn9 z^yKgdDmpTf`jgiekbE=z-Pl%LPHPr6ZhpDmkyEOk3 ztBr%f+WEa<*G$&;xgjF?2y*b$t>$th`*{qY@QK1ntNkUk76NN_K@@@!73l>rL^?Gu z(ldD8#^A%0UOPsI22GQT{LfzL$(Y`wUbeJK6F`;9{FjZ4F_9Bt&(q<_`>LA13nPGY zN+EB?IT&`1E_?72IJ9+4c=Pq#*kTQMIoNiS-e3L5-^LxSc5YbpK8qmcy~+s3T=qDi zqpA=pF?}biwi?O$4q>ZsD@*f4wPnSsYU?bqjm8pTL;R5168%)&7jAp7x!cTGVnM-Z z#b_{{yOh@nO{ZC;4*!XoI{d+|CwaA!*H=nx0@hha_K;cVah!*mJ0?bqeg#YpcE~RIRETp1orKjl z^iIlnig@d!Y@2|wZ6ueCM>q11(&KBJ=@8peZ$0G*Zn&rAjK&J`^?Uy5D0!Pdl6i+7Ci%WaWcIeeGs3wqIwj7JjVWyuwn6=_Q{m&hBi*#KIz-e`i?!sa z1$YAeO^*qmbK2@yzHz=6Jmz@hUPtc!@e^W~%C4Lf3X{BSGuG^|-sx{%yBA%D=XxIUe|!DjddjX)u4(vLO7?V+S{ zD4v3_yhDBiTpr3pOe&oe>lt}*FtuMqKDEQDrR5qSFy)+%$ii{XeRzamFo`?83;Whs z%wiQsRR^!p>cu`C3dbp=k?I2p|D$<~>$*cE;Yx0rJebw}+HkDwrUH^nbe)ygk$Pz6 z7EQi}6Md;spA_Fl@lBrbt7gq`^vLMR$;^(1@$W8&rc)wrC^eVwJ~?G5Qp4$>$`Fu} zwdK2D$13QEDfjQ8{x&fcl8?E2w)&Y;U}=tvVn4uaQ+AT2!YUP|bNhvH*|*B2{bJ=_c*hEkw}mVr>BtU5;E7TVzMHL}non;;yOzMZ~AVS+Co+Y;q){4aj>xAmrci+_)u%%@OM-#3=F6i%tnpPeTw(kf${i<7!Uhi%1z4 zhVI)8+FiErG+>i^SgY|o$T-d+C@rXY>=*&tS7>6Eu<6?5pXr%~P=NC%^$XexZYLol zOx|!_mOs?+qZRVgp3_}T!!LfJa>+ZWu)tQtxvDYta2#Bqw76qT5nO)au4GG2j$<)+ zcyZc2WS`1$?+XH}Kfg8%>lx?w@_QYjafqy6fy&4?%vp;1w7i#PnBuLVu~&f=wSCpB zSeJgO3mEc+Bj}_J=koceVM|EC^1@AZgG4>uC1GlV3>tIp9UE3SLFs0Qte%CM?IoO^ z-c^Er;xP<@)wGJ9Nz6nsq^O6wx%_IiUZ5Vc<&$UODtkj)IY!bqN}llmvKM05&yL2m z%Zz?VyHL$qr;$1|znVhcvFhM`b3YEw5NCHRw1bJ#tYgfX^~)2sLz2N&gzwDuA*Dsm z^UH;MpKa+E81T~l{X(33E%n8=DK&2z{c}}S`dp*V(Dk>(U)t2{2$odn+=GEv+ z3gh{m!sKz$x@MNhCKDCaovjyWo$H+_BFfAy5K3aqTOa# zZ&w^8IQ6|quC3>PPGo*oE07eu6#P#6CIU`Dkfzm;9se4&BIQ}y#j)UCWuM0B^n@C? zl|T&&dHx>Gvc&t@Ji0~7`Q7*JB}wCDgjB8D=$g)B z%cIl#Py2{AhPVXlMiI?2{phKCBQp4>;K=eWzV3Td&zyX3 zP8=cF8Wj`oo3SghH=Q9w7wM@~;(ntQLupTToIkbCVa2EQW+I2NgfF#3U9ZgTsk_>w z3O~_-BC5ruCgDrgIhP;jrsl;*q1G>PG4+COiyO;cfWFn$w`7$e*MSL=a7WJ~s#!Og zZj)B+Lf`gLzQbNNuvn^`AbJ8zAW8*u>qj;!mtA#Iu+NNH_etZ*^Dr%(*}m@k(Fs3` z{9)yaib=mS>YlyAl?&E`k)H;^ zA$5xF%gl?x!*N{`T7kZxI3~GCol?rj*?V}>9=G1m6;XRvv-KiYIQu8Pb5C-8S$ri< zN{Llc&P8;AUHJO2PTt=wV_#2#(JV8!;E;h?-PGcarV{IiMECajaHnpj<1mK|`Qb;n zB$>jpFy>w)+rZJWG^9(#)RT~U`h(eEE=5n zWcWTrGq84{;D<;g_WuVpK+3?srH_nLs5^2-P$Tt8%58*8qenc0 z!)Px9+{jhhEi6MEfYVR13u{kHo>^J7JLnTlNG-l}mi{ICUQVix&c2*NfQ#5SA_}zQ z*-rzqVQTHyScYE#I5f>xC{B~$Eqg>MwCP5nFsmdJy&>Rl1&~Vq!(@$iFMnV79rY;x z$AIzLRoF;4-a-JUW7jd2x5de3reZa9t-&ViDz4JKmu}lK2y>vBt4A~pFgm(UjBw}fl132WmwN2k7(wRDSbc#-Y7tSf_(?w{qwnS);s${DfYNIkSe6lK3>F2Lj z`^&KIz!|_)sx`>25KT8Nv|geF=u^!2qBsOJRArmB0ccXvsA>f1TkKWtM+E-6Rk5<4 zF_jMB-~mf}lTK(hcGYLrsL?CV4~0h%Kil=}U=3{Dlq6DdE#EHQrWi8b^N&;VWz9Go za1T?}mICi_6jd;@k6|+cJ0`GNxFPc^m@H=;g(P+%rV;7UL6)9lR;nTp9oe8XG^z zdCX;=3>kiZu;Vo3%}=T;067~Z<_!|b3Yp=w_(h0TzeGHWPcY<(R$^)RQw)O*pt*ZSgf-diLO6Q zP30l>y@u4hb(T-)^mLo?4w4u5P#+EpLt=D0w72kS=oInD7nRO?oLl8L9i<4{OPtqx;KA_dB`|l|Zb4L;!>B%k)}@+4I5|DvKgXH{<`o%i-tOZTYSEY(BVU~@xFK}t=-gqqh& zpSwdS)xl?7kref~*{(U%bN^NB4@ciHKa+@utxWTtHLbF8kE#*rN{EXNnsc;qL(n&f+k#A_?)ZCS~ElhxlC%PmUob0b{;rDTVb^E%jR zFW^r54@>p_&*Z`Y09-h!NWGn-n~rmIQ6t6SEv-&Or749jb1I5j#@O|Fo^8)=&t{t$ zvyIJMhB0i|#lqy0d!>#jMd>~DR!3K*+c}-;bKW}d=aWC+`}23Uy^_bDoKgE)x^qLw z)i$d1LGm&4_Uy)khwC;=%n?A1IP3LKfmH=rsHC`yLgxDg`+d7qB*tnG1;|oQL#Pg zV#8%kaa@iJEbj|8lcO*$z-&>myce+-f zp9)u0nXCE(RTc7zcV1B0WmU0@uJnRv-B(4mUf7d<4_DJ;%4m-NzHvsDrj(ivM?owrAvX4h{_{fHkA42Iv48*WYaea^le)&cGPvja>|ep$pGKU^hx; zN?ma$I$b1#*q+v1S#}I~)+oM%jf%wI60 zV!J;o@wljtALPGc&)WCr9m1s8jIx#J9p?1hM3k}KJ6E)LZC!j$=BzhW&-pPkDxf>2 z=msvdJ-P5c*3!aL&%>N*94U~YLrseOK9s#Kq`+nINu$5q+cC1TnJ=AD-*(;5oy7gz zHdMYGYik}WoyMGQTwH=iqZ>wx?Wk5Gr-->&WQdld9c8*Ee*0HN`P>B=H{l}MVrr_e z9nBH?br^z`UP(ajYC!2?QP&Jtw7V7?YvuAd$M%YM{M%pEL<@zVUVp)zdW*Q(+6{P; zT8m3T48>nyf(TT7+7w+1c*cFh(1C(YFjEKhEOLaIkoi_C2}{4%PbUAyh_qm+I~c7+ zdueiJFdqO$nO&)uAa^)6W{MsRkN+Fb@MdjaILzpS&0`NUgqh#>R+BshDW(>3F~6^H zi0Z({AS-Bz$a8!Fa2C-Xm;fIkQNig@C-2pQ9{LX6%A3mw&-0?X$1?JA74_4kWzyGb zG+C1kavQ1clE4%!4a#!fKLj+39tI&GRrnwGaqwMcz$l!iDkgPpO%E#^symc1t_m%% zkP?++oH+7Bx$4XsYNAXTJxr_4G5%BoL`s*sy8}1H#_K+*((1C#DMCo)Dx+iiNLhV; z67hIREPDm%sm2#KkAhc)?)#l;SJnpJr-jOg=i_LC4H#M*h{8Fln(~fQ#7Rtw-hQLJ1 zyVHJ3u1$|_KFQ3;xMLYfHjwajucC&@mfDzr<>aY~X*V~@Uy?Ofjxr|+IjtP{bjDtN zFZ`G|C3j@u$pG^(Ynt*YxrNQ9@uEgK9>Da*2b^n=m+KbZX=wA{Gx}3#n;pwgLX%b1 zOn-W&>;-dxv62xECorxgS>Z2C7&F1Df|qajlZ}BD^9URpY`lbne38j!3-lPts$4-= zBkOZ%j0oOS=q=+O;EwclXweLgD15I@c5g8~eY(j9* zk<0_gUiuQ^BP5)D_ZKn}!>A1}Kp4!U>oy>NGY6dq1#a+Y+X|jL_o|_f`;ptKF5>=| zs}-!~-sXxkM!3ImGvk@u4_w)fcHUZU{#qh0kIQyWMwHzA)=rK}GFE$>BhH#uxpUa! z&&XvCU+j^t;8ckAVUsvR!lJMt&X>&hK1S}&Ori5!-X8u=-~osH!BAHlP`q?bZJv;W9etog!Onmya8i@Q-EX*tYFE_2hrVOqRM}+hHkdMClc}n>|+!uEDbx$Q_)xoE?JW%^+NE!06}0Wz{~4PPkY% z#*xB?GD)fqzF7hu8fGohbZQX2opaKF#3Mz_#f(q!g0-^;4Wf3VvL`m2Z5(3$CbF3{M}mQ|sF4*ihdziFy8Xp00B3Xz$<7e&SSF=F**|3;C7cQp{hYXsh&@1n z#z|<#bEt?Mvf(KdND&4dh2B-CPi0tMZOFklQa8$e%PjHx>MZFC@my*Y?G&`J2D`sX zgw%{?%o5G4?cMOD@Ena6I3X&fU6@KzI_84*SK?CEUDHj7$(oc5i%|BQTC4C5JE*uy z7{gB95iU5%rmoKrklDt-EWum0aw-%3&XKlV6-|ipj7=hUVUJiTOcY{jWCD?3=RP|B zKm5M!`FuJ*b)ADB2R>fX&qu+j`vD{ZnAT=tpW-fx3LeU(5MSVf1XGLnC9)GmMDUih zIK2#{O18#50;9y0OQOI7;;DOsw-Ug#92DF(atwO@2LngM<45Z9tBD|>iQWtI##NDN z?L3i!7MH|Jl4k}S=j9^zrnX)nfN_ip{2HV57x_sxv9J@Yv35|Vwvp*q+<9Is8k&Xy z26eAvF90>#(*YSkxjM(WD;-<;icYNlEAVXFX~BEmAC6G+BVMQ-#(4sU`t0v^0_!Zp zv9a6-=HveFxh>kwPSyOFAJMZ&*979aqXh*#)}d$Qc%ZG_R>%T8951)s<{oZhtR3X$ zHqia+xbw8LoT|>D3m~K`ZfHWwzT&=6(aUdC4k)KrmgXb!BgBbRcf?v%9eoS&Aa^Z< zR|(CiPcvVijzA19qG*)30N4k%t^5w`_ ztn#TB<^dSXLS>I&Is8#Ehu_VbKsfw0<)6bI;K|(|q_@D_SaLULT(mFy=z3yrMaE%t$S_#6@UL%B|6 z%9Pvm8M2MYOfAZcm2uSPOV>!fl&^9N#5WbmNfpoyWIXZ`6pp0%q(U9=XHI2oLSEK` zQV7noMl$HqLDO*pLsEbybUjIqQ^sz=OC%XX{$m{lG#HLI9Qol1V$Gyo<5YP6Dfw@RRo;L-OgwexwQJDBQN z;NOYMl-bbtAX=|+4gvfVfmRtCqRi`=)t9a7f> zfTtM}I?uEFv~Sx-DphJzOKSnB%x+Sp9h2{|XKc6(_uJluEs-5I2f6#nCZ(}X#h0|r z$H&&hH%|~A;ukaql+kiWZM5=FTV!=#RFctRx$OL?}uCY4a{ zH{GgADd}wZgS;Y_SN}D|drPF{Am!8A5>sFGrQqeJ6lwq#FjrGoI~AyR=xKQB#zryC zUJ`86(4OSHv|ghpq#QBtqTAMDj3x9>LC??u#saL>Si)#=DNOS>z>aFAeLa9VP*|VN zJ&}`cfw^FcpUIa?SR+HjxrIRu1}Zlfd&nT;YMhE!+_Y4jLV48?0@3y#uZtITX4jkP z!trE1`azh#X0gFt=oXZx|3>JA?bSWtUv(;AsBxRJkb<|RD;DlwY2Axl%3feXVMX$M z)Keyoxu~Bd9S>Tr3y~FJ2edfh8<(oED^ZC2XT4GXTk%OttIjRUYP_RKOL7=8RIg)d zb@8e_K?}42%BR>-%@-m!m-4cE*{+lO>KE6YD&|;xEEQQ9#ucWxq#b%4>WJ~t%F(@n z{TiZm)7xZ`k+JVw$z=zJv>QBfEda6C*6?TB>B$AE-)_ z6uQeQyd-4w{qnbx^9x?8eMKL>D%PaIK0k-BsfnEj#2M=!=f;GesNv?s_^+)bWUJjz zl%ul==wEcEY>6eN)FfUvuZmlfOZ@Ru`in(FakP4jA|xDL-6|XN`?W${_{x2o&R6yg zdQ@9d5NjE&B8h|N6|Uv3ZUMeszeVF4=T(@?#XL!U}Br zs)#T9{Apge;WImF_ppDOg6Z0j-5oH4=5yTW!Suv{tp}J|+it^C#uN&ryTEasS2xd2 zvy*T-^C(-0z1=m;HitO3y@Xcz9BGw72u9wV1sUvqXt@SCqfpvxWW&5_>;(`q?qp92 zvKA}t#POd6zc#}BF`q3h4*cISMf%tLcXs%u3I074N<&DinpeCto{}`&k0y+G6dT>~ zy*Mnm%it!u>*LVWBT{3E8#6@Zc6$9bkpYELQ-r8_b?CHTPA_h4_Yc{F*wA)V*2CcP z)}>j?yg%yYQUylWuuFQuZmOX<^RMHT$^KEU<}~?doI}@M*)?on8@f;&T->s{fa3i} zqbC0mrlH=eVE3{O^|3k6P^i-Jf7H^R*|J#N%Fc4t6gJcttBeX(G#@Pa)_byHpxA`b z*8N;`V_9HbY|h8O)V{wJVXmjJat4R#w6EBYJ!0tAA;HQfjn>KgS;Jxt4bxs*T)JUd zbgd+J2@0j^_*>n?Qm84Rr>AM#2<*CB^m`^Ej2rI>FEjMMUyqF9F+f^Z7E7QlM8 zLVEDd(gBVqXu2Lxe8r43$B?H1d@Yq~0^!06I-Zrueay6Bs}chMB~%x75}boI+uB(V zIZ;cdAQt>&FbhA3B$(vHhe&+&Bl30RM1eE43=weT^k}5%)N;lbWb8mJKo?kT?FZci zR!baNuMo*VZ}Nl`+jWVsC=*+?nzT40Ax}+yoi2qpQ*TOcB|M<#Nw)5fWLk^!J)SYk zL^F#aP$M+=qm%Y1d^%lI5Lsk}gpgm5nrlarc}XrE_fmZ*riTQN9BorRvTeB1V)fV%3xPDl&eqqdLmG_ljxt1+H6& zw5hzSiwMkg>B7sVlb;&x+kQ<7s#WPWr$klGW%Uvwb!1RaI;ytEU88s_zw8;Hwiidb z|3ba4m|e7haXRzLrI#oDIv2JrO-wUf(MBZaH-$?d;4|tT07Jy|Ds%i7GPT@#&qm5~ z^(Xhkl>4Re3ylni%)Cpagx+(XjTxur%+s2Vq<5V~Qm2#&!y#ZLVN?&s<4Bk40(R$8 zwpRzZ^;1yV#)VYI^2`%`Mpi*`LaP;9jPFxZASUsDnSF2^`4eEr38sFCkK?-2U+s?I z*)eAaed-F3eh3Q)s$6^DF3=W-7wT5LjfAWuW9C|M>Jb2`$04BgQscr#k-uv`G(8Ld>Ut|sQOX5P=ll&JUAan=u za*crxA%QkL?j3}3#+8OkA8J(7JJP+Co{Sd~rT8weTKt*D0S}9Xu`Vo**fuzWO%qjY zlCyh69yWHI456plKp81?ZE&G^*!C7tSwSs zmoZjoCfB+PPLfc1IAmp+y6z3-i;7xQNIO`95r)v^ic!io#(kObm@BZNpeJYow9jAe z5&(S2i?+r?W0D4wn53z7sQpO!wrZn7L5(c8PTNmYtEb3&=`*VL(FshClIWlSU|rD; z=d;W)1;*M1J|IE5uM@`&s@ec@c+<4}Dn(xZE)}8<*VvF?`i6>=Q8f&jc6(qw6IV9t zyr1!0Ibrn%u9C!dM-xw--dJNM4R-a&G33w2cY=QE*5&}>FpXFLI?9fIwFV!EW*DlL zIt?(sFUz$Wf~O_^Z4Bf~QcLAQ!5aLU!tVr;#AAq3pe5r8p9OzVlOsb@qv;U=-=*GW z+HFLoH3QBTZ$)^Pg)xFRLaVIs=DRTL^T+u-CV|i9-v;#fS!5UZI3fZuvK{<)2;8AH zm=M7rRAFICGjN!OHJsZVx$ZaaLGG%&KCX!?=Y{c{d8m|0o|Xq4P2sQOz4T-7b^P!R zT4Vt~(n65xh8$}#!^^~YEeMy2opQHxR)~f%q0?Qmc=DoG39mCj&OID*U%y9PLOnQo5z zIZrcgSgcP)3okbvW)YQM>V<5}VoufwTdq(-wGc+8PppD27Th_kfD`k#?^*?q=e}Qm z9xlx_p+2QX37ho{kW;y}%!##9*C&0>s?n@qUu6GSntbX8d$eTY&;v+V)V?zZno(?8 ze*^+$H&ElLQlYAG2)Nj^vlIkRHLQ@jflq5%{?Brqcr|rkVF1U1I)bAJDqz@DmMNR4 zECH+m3IRk=QOd5e2C}eZ-;XPO=bn%F8xikFs#-_#wR-1Al7`Jx_#!!~)iY>{MAyx_471O3q3&{g z#>HaeH2%eT38W;H^;8i{36Hwrl>{RBB#_rh+SYy^&Ln|$D2PJr)+1dmvhQ(e9UQ@p z8b7T=u(?hQ8u^y`uki?e7W&??%X|;)?cBHEOk+<1zz=TD_OBIGe)zN8{p9|36L=X1 zYP!J8rZqe+@5g3bOFYlsGH~=d4?}Rv_2HEgQ{o4CED{_x0ydHAK70pypF;|alOL$- z01-tBQ~)W|$Yw9Vl{#24$bCvH+z01AqP>h?$^C_X0G0@t=}{jPJK0{x_2Y)Bc5^1U z+qgcQF0N~nH;2Y~TKjiYkd9Nm`Noadb7#$iigpBJ-~A#9fDE@w6S zpzt@`OLn9%pzI+#5ZafmX73WT?(Su$3;w(%iCrRC>r~bZmP#|J2w~N#^=x-mvT8kc zhUKTAl+Ll%$=+o>V);og?Dl7cNGAM-nG2FSr?Rk^XDldr2@^6mus&fHnPRYE%sBna z(l};}_EuIL6RvUJ)ya%hhxxTIh85#Z)%J?9(D{q(6648ej-S;wWM)jpr>Fz1lR%@UcxwZB!Wm-n74@TLgVs!XtFv%6{rcXbSMBtvs zkR=~CWqFUt+L|{0kyonDQyz__Ly^*X+!AG-?_VD57pim)liy`u!MH%mb6DgZ)#t34m3#% z@^%$*sAlJenkeyQ)&k!{)XNSb&IrF^$Je}uUa(URpN3-CS!pqX)9k{iI|4HMh*uxv zU@tcgb*yMVGzzX49)^kt?;(ufdi9(@BM2y% zET9^F@B+SApHzhcPiv8faJ(6{1X0MVRi#HZ0Sl^t4X=2CGQVXNEV$Y}0IcDU+YK#0 zfzPe5%2D2|S$gmRFVR%Gw-4ww%tlND$p++xUSNZC-l-G=g3L4XTqD1>yQrlatm@3H zMDVIQwjL}7jCRxB&j5E@ZA2Sa(H6goIxB3F=_%TKdz2v6c4DQV7mZkA-!BXsNS)aI3oUSl!w~2ZcH{EZF0)#nE z#k-(b;i3btKEVPo-Jd}Su~8j17D1tw5Aib z9j*B=tXffDy3cJKY|}0oc3_#n|aaR1Y%uFDsbk8ZdH z@CKq&>veJ5cROk{Q`{%8FEn%9@7)y2MXuGUC{SC!_!;`wR)QE_p*6;eNC%SjYlLSJ zFSOf)t9SUR`=ARjrP?ao?AEOygJH{RgLy*z2+cLwR6`Y;48=+)zh4)r$VT8asq*}o zA=Pc!EDTcB%1*is%RdHFoQnLpIkWW*I@h$y1eQnoxF%oL_Y0sC9FvN+1^L!4~N)M465R}@D!kbRYI%{D+45s+!H(`bK1{Bv0m9Itw zt3AsPIhoWgVm%Bdzw=FPFfFZiM8z8rCtk;DwA(ASp)WNkWpcn?^(#fU=S&SoG2|qu zF-wZ(mDg8Ad}h?wPoom`Momksx}m1_ZRqVfgE}!_yV|8@!t;ZQSpCqcP1P!CfH}y@ z3T!_sOm{yQElzmV!_A0|)OX3VTthIH^V#Q-gJucNbB)p*itD#cJ88s`V6e(0==K-2 zwNHV&lQ4Sv2*D~+*}0q;6hb-aK*Ay)v}=K^HP71ZfdSj+9d^L{ew8k4@Uucc?sWiX z6WCqD6lG+(1)_$99OyVovq9c!{THp-&AD|EZOksM)kK?5mi%5`!57tbI*WNb!LxG} zYh}bA<|`~r$ilXE)&R1t#hvZo=F+^4z1Xg$nZpi(!DPey6<-v->oxaU{EVf8I~;MY zBb{pwKGW*Q)gYx!Ra}GHN|ThUwtH+U&7Z%L(vhz-L~rT*x#)TP=*hw&RYYU^hN8{E zb=6m?7bQ<33k9>71Li8>W@<&%AMnT%oSz%5jAaa@lbGi(><{* zGTrD~+Uw?RxGQ$I&o&$?E}d7~zp2Sn$CTmmT^-{JUPMi6gq#&DGW{+SBcmGk$+F#C z^|R6;d#)Z{;sS$7G~d*S*h$iv(cp<p zpEqaAqIL6%&s<7RC|}s(j&>1GRdr=FmG%e-*?%ihfw8!ZVrjBJK`v_E|B$ppczKhU zv{Jar))`6`?CGba{!rE3bmO?Pa_|HdgH-es`eqtry<{ZTy5dGs2tH8awtp32x=gq6 z0f8s(v>AaOh<5j-rR3@|O_$OW>l-SGsMoav1-=m$*4--KV?^94GMc$c&GC_x zgcUo5@?qh&JUg0G=RW`+Lc2bXJVBDkVU!qhOg@Qv7W|WN9&)E@6PD0(pl!R~F?94= z&tuG`j2!EGxe#;glrN!&{z`k9#AEy_%_F-r`}5v_W|jocp>AcP58i+vV0lQ%&!ly{Eu1P~l(z{N1QK{#V<#z3dBMBZ&|G*S z>#tGo@f@vFIdMF1vtzcl^q{62S5s164iE^%1G!sB?xK6xWx!R@@}vI-0U<6VilQtU zUB8vGxG2sV!7&#K+HYmKD)Z|KuyFZ@vVFMsvgDj4gy9NH_97BTvMS~cc}1Be_yo99 zTWBb$DjHIkn_bwnu9;vlBaI3d^{FH|ULr-xCit^zL{< zI;45O?g*i*T4bfot1P@=GP0K+KVQvZTQCE~emQAb3`TRVGxq$a z@;oegc6Hk+8DqhOO(5lf0OR!zoRUZyag{)eah?8&eFol5+W<0@5KRrcc2%gnX7-Jjh9A! zRt;oQfqI!N1h}X=$af|`t=dC=MscY0N_|S*qVS8Dq6NxI{gP=Hq_ov?YI;S|XI1|r zvD$E5T1J}I9pfdD7u74s{-9g!P-*~We~ov%*PcT)TnoG&V#@VrAM zwI%Iph4M#$c+(3&MMfD&DJC#q8~qo{_2CuOmB#^mSapaBM5VakQchSMLC^tQ6fjCt ziUFjfNQZ&xGcf(VH|5QnH@!0qLzNO&V*@Le#Z@E5auN|0BLoX!QBO=X1Vs?D(V0Ks zbAG>j@9*Aoze%U)s@4S&dGtS?e@Wf=QE~QKv!PYhjmjNR6tP?21XYsdL?hHfP0N1? zjnh6P&I#ifdVG}dKg{c1k)jjK^BWdCZolnrqx`k=Tt&QtA^&^?^@+H8*~j!^CR zIT%TGe`OTuCKkTs25Tv+t%+AL$^NX-J!_baTBc$Di#Kw42dI zeJPD+judm@soL4JNAP*p(wGNuFKZTe0)ESuyS7OuS-;skRAj&&+-HJW$yJ_}(kJ2Z zgNqPJIR8KzM&c^)iwTrC3naJ@Nx0yUD?u_SD6%VgsyI)q=Ff{)iMz;`MUTV{d)1=- zV%k^LB0!uHeLw_>L)VOobmC>MS)vc3XLg0wh@6!f{7B&g#Sr;#!e&Ka;bmd5Ja4B~ zxCymJ%?m@&#cMK!|CIgc>M9f6Y@;6mW<6_~s#Sqp5c_ z4E)cO>T(mrDI61p^ns$TUM>qP?Kn)_0J^tt-u(u+(9)Z7ACNa4-pm2Ww#Td204~-* z7Zp&VaJ&G*1mn9R0`sB4Sn5+r)HBQX=bqC^tDLv@Yp+yCZS>dH5?A@((dCg=V$*dt zlE+5{-h=@Cv#JBkU|mo3zKY{o8&Q<&t?4EwY>!lrQYIo!sUg~Sf1L(LdyFNi-_Txt zRH8BPsCJk-$cWZlr3aS(tiHe~&q-I^X6h2vD%aYsi1o^Yb*O)&DzNSrmaA-Mt+RIs zTvxwjKc^?Ee&u{qHl}>X&B>N2-MOz5h80CTAiPWdhBxW=lVS(&B^H#M_!sR;@LZKD zTtwq33xtVf-U_m?GOI_f6Os}#(VIeQcqCdag0=N2`v|Fj$%xUzwn2o08%*DZZMwofS z%hNQkI-^$n~e`RmNi?5Y&4QO{WsZ8H>d4g^i;FL4)pjv0RB z9Km#I$oxdRq7BzK1BQx~W*6XT9@7YezR9-@i@}8G6}lh5>L9i*3;pRf=o^sH5U%EAS)Q}9%CCBJ)z#UPD7KQVI@S1*jlP5=83D;mAD{*40T~QC4 zGSs-TX~R8LM{bUOyYlCx6WWVP&nT>hqu{LlLEWmz^kl2Y6$_mf$RCLv6Ge?Ts?AHv zdJQX0|H@sV;~Sllh?*gN@8%0?mTqV*L)E5V=;^JxrrGD@gAR)O?TYf7VW!!wtV9pl zW^&GI?>3esEz<-v^lq+I^;!nkMk%jaa31fK*L8R&9J)aKon2Lx@6Rvn*|VbCzt}VF zRcBynRqUaCh2`3?-`f{e)&xwpyH}}}&UKux^7$+4)l=`-Rpp89TNSw7`#W`&uhY!? zsDz$aN*hp<7j~!RPvXUZsg`>rl}kq3EO8!#QP0)ha;SBk&q(auF8lh(eQDlp^_17! zW?GtPeqo~K<#eBb+fA3~78j_6LdRk-DuCN*R~4-t&dfsvy{ zn+{uUOJ->U42@%~D=xYwZ&oe_qx1kK9LlYo#(S0jq&1sguyd?AhJR%1xNRH%7yL=< zK>;ox%^E5QbI~g`Jkx9uF4HzDzW{a1&Y$w|`BTn85TBpQ5`2X`<-)~Ky zYZ$;o1zI@ZDJl^MpaKE4fMNheML?ye7$`Er%+5D^lS#-T2_zw`gfIeOg*_{F09C14 z#erZgc(g^mpo&UW9LKr}77ywl@cHF_uIqm9H@Q4c_IiVlsZsXQ$yDwkcL9O&zWwkU z#X>Cp`9mpds@?KMhrBBv=e-Q~E1%3G1im%}tMnW#Y) zZ-tMTV~VO{eyv4vWL{i6L3te2~?6N4o!JJ|j`E*%8Y+-1)%sZ`cCM2sYMuzMP}F3PKuf*%N$ zwFeNwe8XCg6Va}-ZDT~%vMVh^q{VfeU(fG*uRiNBkVvsHUH>ANL|$&!Qoaq|*}9WD z>g(3rMKgmPTe4_5w!5s)=)%PeiP<-nR7y`*D>Dpss{_KEk4$N8V+}y>HYc;`kXzPc z><3`SrZ{$|t*RlD^Y>yJky71zmC!NIUk}r@x>5)(1eWRb){k&U5}eGo%ESF!`VuD(J7wtZVO zCtX}nO5{g1*jBIdhiz_Ip#nz?Sb54}Xk^1DN*aV)2UUIvcCYhS=G%o=Z_Hi1S8n%5 zrEa}auphRvIY>7j(b1^X5urhK3)(RVqIRS9g6rE_7j1}LY*nXn@g2_ve^l63s6h&I zYRWcjifC;ZEKP<6)OnROL5P;Xk}5Ey=C8urc9cq%vK<6c$Ums>Aeh9oKI;PR7sN6{ z2q6$1D$66WaWLvlN*y6O#gEoQ_KDoWz*5J2|783|zhOVXwKC2e-GUg!V;b3LGohqc9_LE7VZ!C8?<;?j>WZR$G^M_Dn& zv1lb*pK}!l;f#_QKo{3J=?!s#w|`$a`A0q+a+nMV9PL;0z7uZh<)+*bDQa(IfJKvq zdZa`4E^!+AN_GWl6;39$NgM}e#nkXPVw?D9p9;ba@t<}ReD54{_labo@~I^{byUgI z+h+Wc`v#ArmZfpra{}*^zs4Jj<>guI82n$AEuH>{$0{exv&pID z-)k?YmX;|67cwdhY4|y$yd>$cH)d6lde3HTf1#7tWAr(Fqg}KBtSs$_k5^ek%pOVW z>i26MQ_?M=0;hDmc{e^3kyIg%7owh+Ja*S$bVj&W5sFs&zz!mSDaGw4zpm`&RT&bY z?e!WVoYp+R7p1WpUgEyVMAlZt+ah0ApV{q)mYMCmHX#p|d)PS(1WHQVYSQm%Usd8L z?U}v#V>BvihVR4h#6HFW%nQKe*D^MW)Ec&l(@Wj5;U4D+ZNvs98Dl(aQ2-j8paM#4 z25#paC!0yzdHz&B1&5W>qiB-2ql_mE*)A?CoON(R2I~_x%qBo;lQrCQ6RV*YnPm9u z%;oA(!W)(_tDp3iJ&xH)nahI2mecyVc0YwaRM7J z+@>tYmkEbCC_=yJFlvExNi+%5Q#!J7p`Fy3>@knm6ifCLXkMC>LuhD2$P^L-8ofq= z$o0qOC?Ko_e7}4ed54|z~YT)8`FR?3r&*W)ru3dE&bkx{yG zg#)@@Yhd2TIcSuK86YA*H|9JsIL{igpOmV8>Hdh&ss0UgU0NzP)}hi~nYblEna7MH z^0lb&(l<7#Ee-9OzNKn4-xJZOt}{WI|}rm5ow!TS8GZAu?|z5m7%G5 zAxlF#n==?OXj;WkW;(Xtg!zhuA25=GLxDa+sCyXRwj=~}QaUKlt#wbi)*ezco8H{w zBt4DrYHX$Vp~Q7@8J96X*QEaEIqsDCQ|M`YW96Oo7je!;A*f$^UY=7O!s<(Xp`T!n zWTGWR&J$D#?HG3*R-Zn_I{@InJjo}LRt7y4kSORiNWmp)`nv|;xK~Zl^Ra~mR>mXX z-#Ob^kwh}p%GQ$`((Z76p`M7I;eJXV4BE+k&P2Oi;htwszEk{jm1;@@ZG&zfErLEQ zcA+0BbJim7wyJApT*r?#cAf|xZyYuuJN79p02PZ+3~70C&?H2QjwBM z6hxE5Xb%LhQcf^vLhC^=^OPuZ+b~Nj`eF42<^z%boszOm^}t!#@_Zt(MYcz{gN&3# z6JJtZ$#%id(loL!4(y^ol=*F2%czxktWIFqOCK*aTbUR)t1;xkfLj_z0fg9+4=21J zC+6vsuTmbWNA}BTaq6vs8roge5cocgqxxw{8H=%4!wNNkCzM>{M-xJd351QrhlSJ0 z&SZmL5_OgGzXEumE0v<_0$ZqF+TkT-xQPj<)~fn&yQ>;_MZoe39>5@+Hiac2Np$1h zs6g_S(!KyAC7{#?45zpjzTX=L0y?(onJNH_Xe4sq;5XN)@YjK>H8qLXh}q`Vkta#l zD-#1Yk=-iLu6M|=qR}N)lq0;GdPLzXO2~BJ{2-b_`C%8bRoImYHsbC0@qHHY91*#7 zPtF-~#^*Ps@nrP>@8wXKz?;Gh{zG+rMn!ezVE{LyQUn=R%>p7zQ<18If>e>B(isRc zFbqW)hUw)_pL?hGUYHpM5X2g6YXj`-#+4*?SB;t|s4SvJH^PtWhX z?|J|CzV|#LUzW2elh(;DYwl>6;J{mMAc8qp@jqwW=h}!jqPlq-$eF$>zMS;-)4YOp zK|mnBPjH&yN#s)bj1h8B{V4M!Wm{=H%SfA-v5<|XqocgoFMwR%bgnP`;ztGbX>L)i zz+s3$`6xVvZ<=svu;^mk2mUJGOPra0b7#=G?>ehBl%YCpb`r3z*6Z?dj= z9EPZDFPDNuY&EZd`kv#(yVt1WaQS%^F`OUy&fKHiwfu*xwA@}WFf@RB77X#&!|ws@ zE(IEyw=!$e?NQlxC){W@xiFQ?2nW-^qNXUY4_pg;b#vYFJy9cSG`7sVcY!opVQCF|Aet zW!9JEE5HZKg9d;Bn1$u@8MjQcvbQsn4VU6CGI@sR;CqY*hPfV%>?`uUF2y@T=X8SP zN+6WKP|wX0PBZ48Wkqt3@f1_(9pF>k*3RkHx=|51T;45TWsZmi{q(z&@D z^+Xxh)KxUDxZ8X_qgS!F<#?^^x0?g+|D z_LR_E6fWx_zE2;QamY=v?y?>V6fi^Xq-=#1%jeS)T|1;xrE4j}%{@{NT0qrX$+z@1 zh4~U4kdeMhLS=-{2vHoW*{CIW7+3n5%q5&$wX)Xwd+- zEzK#ia(|D0BI@O3`EL|W^5(B6uns^-mDI5k7(Gg{Ot%E=74ONLG0@H3(9agOyhWbCv1&(a;4&YbqV;PsFiXt|MInG4M@VDt8XefqSNUqMh;AGHHS=+gX5 z{G(bFtQ*3M2VIIh0hYHFG~&T}N7kkrV2tf=d8zy#TEkKte7$vE6pEi`ne;>Om_{Sa z1a1|daw*)*R$=8F^fl|os&|M3mWrD5IS8|@Zu4rcc}c^;#dPzw#tL{ztFAF(s!4g` zK7Eyfn=L_>@Y=7@!R7_^69`XJXycmfOGX5yc(tG55;k~ohH+5~3XU_Auv7C@gpr$E zYhe+_{^q2b%&E*oX{mk;w?BK4K9G>UO0P2$ZQ+k}-;l`gT7!i6bgJFd0=r$RS)iwp zPN8abUF6A<&D!s&QCS%6Y+72vbB%}|5>C;y(YL^pv{&gqQ;p*kr`@G6f7L?F!fLzb z6zj|44)rV6H|x68aqQBBW>q))yYQK+ZR`oSx4N9&I@LIe!RfzV(>wJe@MYD%)hnQa z;u$I|#9!yB?1uF5L&{l@GwiP760{xerJM)#P2~gs-&2~ZRVtabs!aJ<#x816hRBv@ zvJ_uQuf!q{c6o zVbur25@l|hFMLL&Ta~XrQ=sBdYXEY;BGd{NUX&ME%GW-Wm6+XDjz|F$ISeLwVT$tk zNrKjR{ZZ9C=z3K#T$Z(^3faB>Y^Mh*H~D@02lTOMbvsmdW?^2(<@#f8vd;X5SyK&h zJ1K8kxpm%02O;)#RMl0iPjddJftze=JKIQ)Mzk%!crPq<{t0u`ZMf||W@PH*ed#M* z3RTxGZ^|zH)ftHSJ-6F&8oModwq1r>8uiR}9=~bfQo9o0=k90g#Q$q5?_e)*sp|f= zOhR?(8v7WrE9bh+LAtUA-`YSPiNagEDTe~?wL*!zO)j=^Na143~_39q3M}8Jn@CmA$lGe zXV@va5)fkO75(g9s#_#_@R?FsYE<>b%grgO)T}Y%W92^*O$LQBaoIh+Kx`V4FGT;l*9Oph`&6%au@6+{p*U=;@-C{#c|2rH1i zlQ(<4*#rV)uu0f~2njPPIEv*GoYgu&Ee8kf5pAjBakMJ#%H=q64&Vp<{`@{X_jTR> z|J}LcT$P7uWQ)jHZTxM`-Ac6atk>I0$IA8vlCrEKr_WXTo*rrzVkd216Y6>-V(%jC zwslYJ_wXFwV*5?P6s&PyC(#iCX>+9H&AbOcO(Sh^Up;xw#m zqD=YXI|Vd2Y{>otZ2<&gjYkNL3$Jf1m z0Sg7Y)-l0yhCp`z!Ff7+twqhL)S)gH_TIS84lL)7h_1GNoUjrL# zi{`I^K$?^y_-y-6e^SXEE+Q}v-o_KBMr^cQ09`}i))cVIr?SNkzJZ;w-ULmM&1Q)F zi)kQkv~d-b*vqz2#q;oc)-}rP;K$82WsMJJ_YGwWY^=FkNrHfNx71l*C~2#^COfvk zs@HUc?{B`M=?xy(9j3AQthNv}m9T4;`~Tnl-dd;pkuQ|L4Qjx~?rM=5z;NyEenV)m z#p0;H?c?0!roRX4X;SKQAxEk$g}I-rlo!^ZimKQ(&Gi+<;S9^w3di8$rp4tZA9wSs z^6z0c8&{OZLB^|Ch33yy_XzG0vfFZyIE2nCeMKq8Z&s$$gGs}TeZX;AZ2AP-189gm z%Nb{Pt_t9Yxqm?)=CJrb?>&p^B>6Ti!QP>KEGZ#8r4K3=k;j-SdLgZqvpDVFfFIAe zb(Hx~aMce0#zcJR#hez9W&b^Mm~AvCpt8BrqW9Rn{1jOOVNm!_S}6I1=yqy9jRaOl z+-G=6Jyss39hNPF9?ZF{pmn}YLrTW$)kt6IEkhKlUG|IA2m3;PkupJCqBw!DkgqED zML1CNRH~KEl&@58p$$1N)qi({ro?EzslAh)sEO14i2R^ogWsbCnqu;KT%V>V#YQaE zjD>F{ugrJwRTD4ee*@L3m*n4W>rLt^!PZnD#*2HkH5tc>rp4Cm)S^_^u{L|mlr^L4<#*0({$>h(H!t0DocDX&%~k5(@#w544!m59zG3yjXhDb$OKp5#F6 zSh*t18y{0v<&f;7)3^`MJnDW4eAn5uII7+q%ny z;aA_@(u_S;)$5aujWPWSMX3q89oD;XWP5Sd*NM+Nk_xgBPOToo=Jb)4rG&>>NQ-3G zW^{C8;+7Z;$Lzb}BPOnP8j4W!bWzq4+G=E>sfz)iG5K$p4fy%Ot?U6(DS^tpKz)#u z!S4n9wcdy`i^Lf%@qRdF59HuZdx9EZN&4L|3KJWlS4HlZS+S0^c=_I)at5gA3Z()? zN`*HZh*b8^=C;{l}izLBhqMWt23S(I5H?>#w_JM7F`IA;M+kDcQ+vs{CYOG`zi-We~N?!NGe-= zL;R7xUlKrV2L`2>^pC7_GF9|)4qaXd2RV-w@ou&J1jWMH`!Jy*p0H4LRP&N_B!?q9 zNcGM6K%vmFYI*u%fUkbAJ%Qz!o3ZvPi=AtA+r(Apisq(K?uu>GIp$p_aCHlW9i*4q z+hl;cQ`?pnNM~so+pK_#HgYWj@Ye>rK44F2Bj;4vGPI>4E%zZ#Q*IMnAbORZB$>$t zr595f)I%kcQSa!5m-gXQc)M(jcqy4ApQ1dBXjH=J zCjuwE{6CmSQsb3(C3;Zt5vQj<7_KOMdbBnfT)I`E|E z2NyuD6P3^QY@rs$+9>Fii8%{JVJrx@U)+vq;KzV36Hf^aN&Uh!!eJTQ-%~gt``IN` zN|N=>{j1w%EvcpIS30Wt5kCV;G9wcECKvCS@Yt>%8 z_qx!wiq&!*^{Qy4(jscbeJhA`@Wy&`MuMbO|^rtL|w&SLrPJ1 zk_IWk>MzQRo(P1EB$I38y;|v;%_*{i6p```zh31 zQj3j|xt+4Kz9{(y;AhF!28QRs>X{4LEcrkFMbSI(I8nc`MXDq} zTrQMl1EV1(xfk^ntVNKRaItjyYzRJP1S+}#4%4BWkN$ymRf+yQi9M`Tt*3LYD7Pkha7&cEK|ga$ z%5Pv!FioX#D}E|%rS2`Ihkiykf?mk<(>3OUtVmrL@+5nn_Iv`HEz-6JIawy{Jy<8W zR-<(*UK6m-mPPTPZLa^a3Z%DLFXxRgj##cBW0=hr@AyIHkoja#9An)4Uswm2stuV| zpHg_OHnNTy)MBrEL*q7w<&o*y#_qIUMrA`?yoI4}z%9N;KV~<&7Bf? ztwwVh^$3-td0iEs-LFllMy|c3?ZM58zM}(c;{#qBPSv))ze%N%54ra1BSxEAhc3W3 zsK3UBmQm_vve#IZ6ZGh)QI&-O1hlBljPwun9GUwIX)Gy)Hc?X`gE4waie-9M zLS~-q4coc;tencZ5|uB%%k2qBQ8>6cAL@luZbc=EZ}R?!Et53x$BMCFq+l$g7~CoR zes#EXj>r~yQHmFT1Rs-5h`L?pcG#@|fpCYkubL|YWrQM=c&Y5>=1%c8dE_d!_??^- zsgx{}H^B!aC**k7T$s-1ltcWB&{0gkpclGZI4)#BeVgY9??d&;k3}gEG2)E~0g>Pb zL_a|0nYot|z}sT(#3b`SH=_y(f?1~CO&WpF7 zVm(kXiQH;!MUNnYtOHo`QXgAv&2PSSb~-NhLp_b=`a3SpVJ@khLdBWkm{VK+Zn{^4 zN*gns$DdB@F+C?-SaQkymN?_A_G4q&?`GKg`j>I-$haF8VhPym;g^%@G{=~J!Hr+iNQS5UMdAq0Tz0-|p% zbYI|_3yOnog?X*|R(!tLr1q2Ovykd#U`Wc3>P4VEK3u&391e+8$AGVV(duK;j+twS zNmIO3A&Ul-g{r2^4kbr*EG1h>QvD~c>;03H!QU$*ROfwd%IoTtGZp%vT&nLc63XA| zuViK^g7sjExBQiEGL9qvx9(i9O^((F`<5uGwL^bV>twk$W|5a{z!sNrNA|9swRWHE zvb8BLS|+mQ1QVoptVzE4^1m6j%v5E2+6Ie|x%I8DN>SWTa%tM*dWCN>-`*039J>j9Y#`0_=w{$*%;8(xSMSE^tSZ_ zfGe$yOe+ujCh~?HZ`(!6D`bo zIK_IAiOSBf(pYV249gq#zm^Lv4o-L2eT#*Qgil$|a2|Rlm_R<-)n~ljsz_u0hoCO2 z!wd+k*IhSFiu@6yrh1VhjAo*W2H?ZyWg?SjrU3=!&RoO7VdJpuK-OI2ae2bJN@JN^ zgs3yzl(&b$49)Vr@co7da;qm-r%_h?Md1xZ=zONhPy)S7y{#XI1`u=gTxeftmmUu7 zg(LKV&^gaqEgTZfR0R|IWb?{Qv_8wcA@zjrS5q%yo^GvaLFhBB))WLE(JnDYcn(0v zprNnF|_0j{=YIbKDAvI0c!66Q= z7c(z+0JKxw@;ljA9z0(%=g#|cUp6+Oj7%C>M!elY@bVyT~X6k$=DFN zzx6uPZ_)2<`OG{YQR^qn!yX>S3x85w=Rr+ac^trvbpxWP3<$a$UZ{h}siJ_K;SA&? z_kG_XlzLB4=T0cva&s8qJf}Fj<0lot!j>Z>jtR43E{aTRIR?1&Pnwz6R4$EKmL0K`p%uD zuTK%XUhAL6C%Rzzw~?ducD*MgyI!sz^F`J@H>iI}$=u)8e^f@-GRw7;t@Sr8ui{?R zCtCUkN2Q4 zvZ{Oo4k~}XYYbmizB}vy!J`BMPUw>~HHZANl9X!u^*le-KFtVNqnhVmfI8J(xF3-u z4JEG~&8t|mD+I%-=nM11O=))kdi0TcdlNV9l+j=lW=|VM>cjapMiOtdXvSECeFnQ` zOwWCTylVs{x=M~3aiL#gql{kwhV((ke>M80G*?Tl;LOzyyQ(J_Xg|pV6gq6v*i=Y^ zZEY?I-fh(;#v=AuH-&Q1<5oA|vfkGe@1EZWY|N-)r(JR@l?&NV>#uN2^IM#IFoQ+I zb$4=RpwqSI5=LR`YC}U4P^W9I1IBdkO}pK@l2&*0TSijn4*MvjS=lXC?y|h)%|#dy zIHQr7(+R=5|C!)`P~7l8zbTn;J_p>;&71Z$m zYk~X@l*SFAJL6!yOjb{D7r&f?TI}1CE)BXB+iJdz8z%f*9z#4w0kaQK>gY<;ae4wv zoo!?axZv197MXuO7|NjuJijX08D|^(A-%A2DN4-zi@X&($bqw#5+-=3OEBb4!CV%T z`a--W<`%7^)U&pS`48_TrDD{L7dHrIjrnl7=%jQW1t`TZ`mspK95RZ4m#Q-bq|>rT zF@a=1#k#fo=mQG*V&7KQh829Ruo|uw|E*kG=7x7GnRFUzr)oc9H{@eF^&n-c<8L+I8ei^+I$EGQav-&<^sf zaVJzrg9h+&*v*c zuo_`DuZf@#uOI}G<4cFY8Pua?;N&1WTH3#Lfi@<);6K1u%O)1@Yl|rnE|l37T_vyN zUEC~elwuG!O;}ytTSy{(s_fWTOes=Hw{pp5^>Tj$KS7=1t;T^_$R_Pcxe$P+l1ImdrL|Cl-OqYBKQuj`af7W>tXvbtdBYI-p$*t7$+>5#FVEAw4kJ*yEN?)0`v6(9^0GBk*u{J;h8j{d25kyx--Vka< zeMnLQ8sD?}; zG@2H;VOshXBiUz{>Kt>;V$NDC`dGafS7|%vJbs35=A9z1D8UKzw6&lIqD_n^iIZYB zo3|lH4CDIwY*0MmUR=!CZcR8Xml`b&VVt0UM=NA`SWx6%j)!wP`vtF+_b_n{e_U`g zVu%kBzVY!_tQB=G<}6a>CdG26gl!ZLe}wXoo+CVjNM*{zxa<&iQR!@gn8Pm1jli+* zN&!Br6oJy4-g7Cp;A~}T0fi`$ULc>PESEinFQuUrfUFosR{4_nHfC!1o$vw1J7pU1 zkpiuypN->dz9pR@Mpr;#0p#Y2Z!%F-hjw$k4-Ka^hr?(N?J)3;LZ*A- zRr2>pmuZkkLr<8l5%1%AOedglVxmc&ag@Bx1dA&tUojPhucR1EcHoZ+iHZMFrNKef z$=uT=#~p*jB+L=}TSy;%hkbj74>8zgjlE0M*|NeqNDpmSfl~^#rNgUaeb6#@8#e~= z)b$zR3~Ii<2oi^_Joq5J1y8S=jIG8u)@i~riAU zT7CnK2Hz?N;_jy2P{xop?s%jEQT`g-p^m2oFF9%WH)HWfs`f}$i)PU?%;8c2J`hWl z%>1A2G68DpTH|;~B3gnXvMKu>c1VCk_I(Y4K-d$qkbMscS;$H@2sDUPC{SPBC@QE! zU7n7jZE3Cc=~JFcako!e(Pym>LFMTv4{n@!IDL1{y)*aD|2OxX?>qB9--nATcp^j* z{F2r-vPctQWujUN#5GI&31td&MLkIO1G*Ihx0kUW|C(IJk`cF8qBsE!j`=saf1xrH zgL(JpZJ`7FT}-sg1%Zlr81#$U#0dkc-!V=+t##v6J~a?>-B~KAVus zHgLCu{F~#*)4AZeJl;XjoSG`^wXTabO$y-U5>7SH_=DwVs1(7o+`rM?8eKQ66w~m8FH_5F=w8FlXap0PTePWgx{hL z%Vo|-7z1*;%?5RhV%|zI?$%+{Blu_dY4v=W2hm4kpMxU3(7@0h4dEImcpmw_CfZp@ zJENi51gf1h9~_$zR0A=6i_fk*W7<|KuZNl3vUd}vjb@aYw8j`3e4I!!20PnQvBqqh z7}b02huus6vMRFkN8I^ZP-pDc*SLBMD%-yv`Kdq3myp)M3Z~bSI?PU^l+ETj8wYi~ z_LP;POgGzasja!&d}`}L@oGgIR+j-$QmXDD#j2v(JAOOVTKro3%i7&|*|MGr>?psFce_VNpoU*KEMn;aUZV%{`8qE7g>NMv+xd!;;s?!K(&S6XLC9OX_@kd+?% zQd(T$sNi#kS1MX~i1{GKyHU-q@tJHq#!0h}kyLYhm-XU*SSf;mg=0UifN-E(Lct)H z$s0?F;C1llqGkLN!GC-(d@o@e?7e70$OC-lsFkXh&~rscv9`=j;=%lLtes8bWET5^ z#6RjPM=Tljfw1pL-ofUD{Zb#mXRcc*d>`dAg{&My>ru?*doW^^iAmR(1SL5tmibuO z;oZ#iQXYa$@yAsuE9+j|47pH`EE}Y7^%;38nxB4kQWm{PcPw&*eoWWy^*ilfx|6VW z9!{tDh$0iY?Z1}=lZV^C%3Y-J%r6r!Q+v#jkr?XDw#!}zsKMqiSPeJTG`y0kp3~!s zh{YrN-jaJ+1_QJ_6>Vo2s3e7q8MQTFx5`#?Eer^%6vs_?Xe=P(g&ZOp-}!r z7>-X>5lB<;ay7VNyDMA$mJ$tZ*Z!3XY=p?CVv|6nMNyB9xRLyj1*)w@`Yzo4I)b85OR;$Rzwd%i&I2TT~>)(Mc1KZ zc~;Ydl`$+U|n|df>&~P#7kkXoE^AF_=S9z^WMf_xfa?bD^!S9Ql zxJI1!oO@YwDy5qDTJtsH0N<>!1XB5B8nbhzAW<_4#mV++;U7^!tTfY$JU++9^d$K% zH^U@DByg`7=K>wM6yqJ|^}IpjDQKzegzo7|s_408ci~hP(ZVW5ZJxB~OPLX8EsNM} z?}}}N$|`&9_Is7Dmb%e)T->srbJ$8@J~Lk`-I2N3{0Q5DKGE)0wKe>FyQb!xSAR!e z9mhVw;!^kXQeRn21fn7Av{Hpe2&tN+s}jf2$f2a9~bqlb{utTgA#4<}Sz)Vth(Zb7YfOEUx)d z(|-6P#VQHJy|H;l;$(M2iIQ*t56t_BDv?YmILS|C5XA)YtZYoN0LROoDM6dw$P9|N zcHCyZ5{R}&wvx)ZF2181OKz29>wZD z7()f2h!{%MJxI+Fw|^ z=zv&X@7S^7q|-wem@Cq)YNLEppZf`qYo5=&gM4ayTm6pu-ws#|3JA`I(?U$4`@=4T zKaN}z6%w5v!$g>oL$Tv=_v7E9H*StkC{5%hnUlXt8Be{RwvgeN8Jd-ujmv4u-IjMS z|Gxkf2yLY+h|=ZgFpVaD#D-a+GtNbfa~ucCmN2c)fYUddPdt ze9nE%e$0Q%fXRW!g2jWvgujKmhPQ{ah^~pLilmF4jF^p)j)sqWkZ_S?l30^Wlt7g; zmL``Om<*Wznev+Co7SAjox7f`pP!(Pp?sohqgSLwr8A}=rw*t5sOqWLs>Q3btf8%s zu6?g-uvxK3vNp3Mv=X%dwe7arx5&7)xud#}yMDZDy;;6Tzcs)j!4Sdz!tBG^#K*<8 z#-qoP$bQLe%2~@q%r4Cs&H>Kr&(+Yr(Wlao(|Ock)k)Sd*BICU*yh>I+Opf2+T&Bx>>cdz?ZfVt?{@H2@iX!d^6K-$ z^qlo`_DT01_w)G1`IY)%`zibD{HOg~{tN!J|62e50005#1E&Qn280K{2g8r~b>9N`_`9@`(*AkiVqBE%!UB)BEB zCax!{D5fc*DxfQ#ES)WyE|o8lFpV*ZGKMpQG=VjLHh(vNIDk2VI)6KUJbXQTK72oY zKz~7kLWM(#M2$s~MwmyMNSjHWN}o%kOr}k$POne2P`XjTQpZ!yRMl12R@qnESl(IS zTH{;iTFAZs>32aN%*@a@up& zbj@|ccDZ-2c%^xpdXRgCe0qIveq?`GfK7oxf;EFFgdBwsh5m-^huetCiMWcUiaoLZeoo;IH)pcJ75q4lEXqu8X% zrM;%Hr>3ZzsgbIOtADI_t#7VpuVAoRu~f28vrM!}wMMo@w?w!_xkkE3yGp!Hy;8nc zzg@s%!D_;C!+XSp#frv|$Ck*Q$)(Dz%eKtF&B)Hu&)m@F(ecvz)CScO)*ja?*f-fk z+ELqH+-u!=-iF_l;GE&2;;7@TeTDy?Dg&h?-KAJ@htK<^F#Db z^;z~~_iFfV`EUAc`(*r9{Y3sR{}=!N000671K0&<2F3^m2{H;&3uO#)4R{WE4|))K z5qT1I6L1u065%oCgUgAD9kCr zDz+=DET1itE{89CFmN$sGFdZCG(j~sHY+zFI2JhzIsiKMJMBEw;raj0^obE9;ib)9yZ zca?aNd5n68dxCs?eRh6te`$bWfm(u5gGhuvg*ApNhard;i42MYiua4{jN*;hj?It5 zkhzhslBJWJl#-Q+mVlRdm~feDnq!+@oLQY!o>HGspiiMsqEMq!q*bL^reCLKsBWov zs)DPItemZ@uDh?yu-~!svk9~ywK%p>w`{nFxum+nyWzb7z9GLuz-7UQ!m7j0#PP-z z$2rJe$%4wJ%gW5{&JfQs&{WZM(v;J()X&xH*9O=g**4lt+hN>v-G|2ZS;lAR> zALEy>znL{?QiZ_?_BU(@mBIo^F8z`^%C{=_SW~a_>K8u`Y-zQ z`?36H{Sp1M{!RYj|8f8S0005m1C0d<22=-s2$l(<3Zx6443iCl4sZ`&5KIv_5+M@_ z6Yvz)6}uLn7lRmq8GRab8)h6;9YG!}9~U41AnGC0BE2J~B#Kz%`PLSjQz zL`g+FMleSsNEb;9N&iaoOXy78P0&uoPq|R7QK3?mQ;1Z0Rc%&ZS5a6)Sv6WFTNqpk zT>4$>Uff^IV7+0iVw+=$WO!v}W>jZFXfSCWY71)kYvpXxZN6@*Zc(!?-dWL&$d{%uvekFemfAoOcfx?2QgN=l8g;$0oWGr_o|d13pmCvJqEDkg zq%fr-rWL0Mr~Rn&sp_iYtJ|#At&vBI*!v%$2&wZ*o`x6QcIx!bzqyY0OA zz68G!z#zde!a&1P#Ad~M#*fFQ$iB(e%JIw$%_`1E&tuSl(Vx=4)8N$u)+g6Y*mK#N z+Qi%M-5TCT-*e!h;m_j&4xgq>?`en?$_`!@sRTG^iB1u_XPM_`K$W& z{5t)6{=5JG{{VmhfB@!Cf6jkc&6$6we$BMnf0=%HoD_efer1D9f5v`=YK4FPe!x+` zfMb6>IRJqYfDin|ete5GHLI#io_;GC@Dk-Ins9gs(EjYcfWb_=FL6RR8uqEcS-jl z9i~Jnib}GoCA+PJ-%mnz|BLT;{RJORJZa+F!u@dl3<>$Q(O?rRttH*;$<9fHY zxuiEu6GiV?JF2GS3t6?L8$e4SDAz6Q0JvQ9yZ2S_5BazQpZ%V?^(H>4a`@!%pGm4- zySDF>GW7DI)k)(`7iBwHVU-tw1mN2ux6oGLu1@K_6f9HOJGioM2&!KlB_DH~9^phg zyY*%U-o}nDpt0xd<5E9t3p*Y#L~*u0v>ln@IC_haM9xb`De^OK!IUe(Cht5n{ii@~ z&6h9)8_y3#8_*WXPpCQaG^rnvBi85AkhQSzpcHO{S2+yAVyNX07QSB=-XDh@5)U_h zLa#EhdCQP?`h@5&#Dz*o?1H<B(cb=8{UX{JJ`d9$koZmn6GC3{%`1+l(e8PQ~~Y*-HW zXVhm0!Op32ArER*DgIjzCCVB?zJ^>x6~DwoW`c104Uh#6JYRs!TtC=rjw~*zuj__) zs*H%G| zcjO4B!nn$7=LY zK;2QD7q9u+9M#J^Ti6hHiD#1)e0np_FjaA2A(UQEVIuq(&Jmd1r*kSHi{*qHQTz&fI{YBhfh5z;u?nmm;=nBagSl;~iBIhO{Q$1!$n1__F5H=sE#gXC)gfnEFuw{Z z{SMuwaS{X|K?K8}fUAGKPm-`}@K(Ye8uYBgUP77M@1U8GW;jd4h!uJlVLlUZEk^K! z{!iLUDu9Z{6UkX}D7u%ZA}$0Sz!R`fo(7mFnz8*Dx(0C=+QX!#sM-hVX4U0#LxG|E zQc5QumSkgoq>E_n)gi)w&OeD@gVe@-SJ8SxWIKgu(XvOcgwL|&Z3Mkk3zgPWL20RK z5jmPXf$kuL3g4*L_$A3eU=QZSICxB=u2hh%1aZWdJ**NQEKO?-79+Fo;S)~iDz(qv7G#qoZCfAg!*}mrOq<*-Xda*rwQGwk$gIX3=T{w#yzRzm;=%+a6*MckHev<$Lsg9i-ZY+{j%bSHS~P2dO2z zfny?i0F^`z3zMPH<9b0LwB7v^-xzYXnZ|P=)}1|SV`g2ghjJfnll?)ap-xI{B+ldj z+me|h*pUnAKHTg0cT^5$;T}guqeeD4xH&x6wJ!N56;rcX5h}0Cx+A?U{Yq>u4iM4c zTE<#<2O>QFyD3CqTIzraPzx7LFwO*H6jl#80yTo0G|RJUu_iEoyJw3LY~^hlhi zJ+qC&`ILvI-tQ9Wq*}GR5O)_Zv#v$GN%1XAQKtX3qFef@`Ns^tIHpD~m}l0OCnN%b zj|D%6Tk_|16@F&KXZ6(XXxv!RYMp_a@!gs&vk6v7@onuKOPIpdfGj0xnqt8kjE_-{ z0{-VJWjWwChqs7>z?ZJi=vN#|tBd@d+y_mWS!qag(OAYC7*zM9#X?m?l-dINcib(- zH1Ga7BWVY()R!+3@p4_GXh+_N)i0z93T#9&3uvdpk&Go&RPt0RM&85eWOpJy_O0Sa z{P0;n=_2f~&s$~)4RSRSh!M=niZp=R8(`fN`BXt~x`#AKHI#B!^Z`?-IKtLg6M2}R zJ0w|hjQ`vxf^i_`c2!Ux@#R(~1d1Bh=jhBdZTT-XOiH-&Manvr1FBOF%QwdCk`+jH zpLs4W_?sa30Bhn<00695thhmJg`(nM$P@tu<)sS95U4C=s*ySZ6bwbdBtSxvOLEEO zvMwQekU<6{LBbRTEXYIUSzARxJA8@@R7z`AKCu0NxHRoC8)4PPoMfJ3R0S^3*8~6Q z?p1RPQsXB1LSwOLy983ADZh!5rNjz`AW&pGk;dK1pGd1>uZN$+Yz03tI|EvzoChl#{CF_NC206BpU#fn3yo`gDtxUZS`29#{P`&ZQW_;cSHR?73jrv4;%viVt{sq z)gSMxVwy(rE--$mM*Un^ci+L+81+#v0a-oi;C33mL>EUk~W zRyUV2RZ6F(_l)=KOs#@Ws7X{+(h^J8$&LX@c`q9dQY(`^1uH1lsHd=uvUbNC@HUy( z;;_j0w-q5x5!@1}vhfMLi$GAeLXjnfQY{mkmo4Hm29oT2G~F%A#{LA9@0bGhI0* z<|6GL*@%8YmC0J6vCAZQPX$%HtazK`3Bq3@@7AveeYj zhLQfD-`q06^ibb0euoQ_E47<3*VU8UUifa-D+!FqDQ~(so_6hKyKcHuuDW=rR zr=&T$5yuPAp}t@RF5Z);84qAS7bi5jjT)uBAU|eB3#Y z8x}0SbPK1Y#I%@kU6mJ%BE0Lj5^XKMIjc{ZM4-ech<~f0MII7()jszlLgT~^&C|}{ zdN#kh^##dJ9&7F;t*mry(h`l|1~x)OdRDID7*QGbN5dR(EHa26Pdeh)3whLgX}<1A z0AqO%TV3dO@?pyZTH5zi!!;nf$f&VW3p1zWG>SD&-w;4?kNkp1AshW>Sy*zBy0iUz z?lWGz9R=&_O%^vuSTU`iWeyg3tDl3xnf0>k^wv1EsDidP(wRF>o$%kn{FTB`2RVkt zbZ)1OFGT7+%*FiiiUNHq_wY%BI-LD7bDPYIC5!VD{tw(A@qrshd+MLWJV|A%WR6(1 z4|k94GdYf=HH}G}uy1rd!rqhdDjgrpxF@aS9EtrXjDp-FUUT{w1OCO}d!Squ($>>t z=ZsnL+Wn+tQ>tnSR<4Vb&Y~AoKB6}n8mSZiVeA-Ufz1(e*jd|LY19ug*Fck z+q%*;N?L9FN$0>G*S4xg(btrE>0CyIL@IKP?M1SA&JmOF8`gxs49uh5R;INr?>Nhe zX|dWPh&PRu=ABr7ZI12~TCPl2Ix-3*N#eJ$4rHxhRm3Z}gYD+u0(#Rkgwq2HI3j)5 zxiTtRe>l8 zxZcGV;HtwfF}bfWl4d+C$oDbiLZ?$csQsAPs8UHYBPQ%7|Npdb-(l7@YOLVtl?BBy zfY3Q3c~teT^|45XIb-=rz|Z?z-_F&ijHznb1E>>{Rm`8me&HXXKlA;>$^_O6z$+Bp zH^AObjCxJgU~7haE#_;>0dY#+1AQpcm@=rG=l+4p6;s&3Vbi=v;Ay`g<~!iJAnnRx z%Q|3n$E0C-Rg-;GlYj{__sRS6Ms#iB%#co4Lv;9T^o2iS=ar}G0SOpK;fVL}T^y+wJgf@;Wed zWFz}30lapW)l~N4G8ep!E^#mz`?EH;6w>ArcIsz<`_b=}LDZp;Zjm$P7oV@#Y>Fqi z?Z2@|I)OYu;z`S%^{6-@=o4*Hwo}%|<`R~3!d|@_7_iq>fu?7Kyb)#qLZ1uJ0(BAS zGE9{|AQ1XH8mh}?x<`>y=nI!dc*3kuiw=ICkgiLElJ|znZJ;G|Gty1>_8EWx>JVf4 z`eRKfp{jqmVnf+Nx2Gf<4PV+IoXASCEaLymK%My2oFD)IABL6q!DRPTPj`+oP?`8r?st8_@WPD!Oy*bY;Kkz<6`&ZITj{r(YO*fXK< zn!;kgPxdy+En9D`3&S`6B>k3*V}@?}mHG&iI=FgHf^id;vlwouMKT9|j5l0P?eH^%n&NrCN@#O6!bHoFiI$) zS4Tbt!bs{A2mn_=sJ{l|%TA{t9d`J&5!XRy_pdA5Tj_5)7I`t+iLyuhZK?%T27gxJ zCvX$AN_!#}gr(x`-c3L=?d4bnt;hd-70dA|@xO1znbCjVp3Eh4W=gp{x6I#^r}T$Y2GUVD{-RZPEbbXyj;cB)F$5T;8;|CdHrk7P|0}7KCYtRj>49g zko}CegCCpz=LHu5pni2SOjswoPU6ZeGPN(YD2KsOUJH^<8EOB$_VTXf8~ny|Z@ghl%}SgoZj zoSRg>$kFj|{gtoQ?)Y081pDvtap;xsCkJn(WuLoMOjyekx4h>}*1$ zdhVv0E$sI^%TgvRjvt&WKmI{bt6j2h1DwU^<4od9p4pHLCwaW4uka1LS^Yn;3VxJy zEfykJ&u+tZ2qwc2^sTVxgg^Qi_{{;pRzd7XvzQz!za4^^qR$#PqF2$w1-sE`q)Yq) zwM61s`RH22B{T(DMz$Siqg#+2_K(mYAn5taG&;l{R$XRyXS_$K8j|B1$)a9 zl4&?ZVi(c~!^{(}O>i&8vYSR6@ycI3V0XP+-&N>wuCOi(%Fi0hSpy;ICuuhb(@ZCc zAcIm9{04d?`-i6xb`f2&W5F%t-l-)>S=oM*1=*FYs*MEa3(x7EfOm6yDOd1e*73`^ z(E8MoU>E4D%K6xPs9So#&J6aYPk? zKy}taP%b!|YI+QXLgb@+N1zXM&!jP!-j#794cy=IxEcmt*Kf@-0*0zi6DnY?M3?9S zTIY=iZ3pR$o@3uYe^FWP)j-wE@WfBx$-()ad0_sA#g$$lqs=MP14yhtfIkA5%5w=N z!2P1|z)J8y_GXW};4O{o-bjcgsv3JEeZ`sVP)h)AK*e>jHFr8aj9KOZSULTSfArEQ zH6w5g{2MtV^z;xC?|_26LBw__ev~cIB3S}k%a$LW50Ak~rTpfre%93k=ecfy2L!u3ZjaW2+jE5q)gW5dHDcWrTNJ-w*jS7tⅅ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 z zT64yod#~m_W=pYcm0-Pztp(`;W}^q|IS4Ph565Hc06egYLc8U6xUHRm7HuMKXy@a) zHVsYMWoXo{z!mLUT-I*FCG9p`)Rv%Ly9XC6524obG-|AxaLW1tSN%m7cl-;+AM4Ke zs?V@~W?+5gV0NZp_A0t+@ur^*o_zTg?)7#?yv32+UCe=0tf6P@(fHOSIY9;(9+PT<+(Idc8l+=_7H*ZUX+Yo5oe! z&E$^jlelC06z-@#ojan><`3(0`9t~*`~m$|{ttbLpwg~Fu-ERWpu+CFpxnMySZ4oB zSn9w;B@Rry^D}G!#doHk>0lnuhKSKINQO2?6&m|nq0Z3`XPsPe(%A>coP%-1c`SFx zc_O#pc?MtUl)&$En#Wf-Ef(x?$`F)0Ef?%|Tq7)V%omnA7Kuunc8hj89TXKioe>u~ z-w+o%cbaT*W|D$|OtP8ef8uR?+Ds&fyYg}H-R=YA;?q}Fw+S({~%LtnJMgp}XIh-CY#t9E44h`>#eIxo~ z&j@#vjqv44Mg()k!(;gEo)ZLxo>PTehQ*6E51TE{_gEm_=#gfU=aD5@=doJ4);(Xg z+Pzr5%KhK+l^#{5IUWtBzYV*m$QstA$Q;K0&ve-*m@93+6u*(S_gW)RO^*8UI5^4_ z6+YG|^VMUgp8-X_-rQE-0DiMiIKOdJtRQdHMA5pD)5UANe>TbWo-0}Dl_JgY%8)Jh z%8_S#<(X!BZBs1u+HLl$*I{M4*Lh`{_Z{Ug-Y=D@-b|S~l9_$#l?NR^J~VR%(5w?g zeLl^f`^QkPZIJ@M)$@H@)yaO()${zA>OJKL52*&% zXzk}H_Axr<_S2EOhmM)jAQ6g!)F=qH!G@3lSQ|2w%MBjIp6GwmJi-5|Cc&Sn z69V2+eQ=MCw#&5cQxyNtXkc#)&0BQc5yqh)T#3Ah9#|b=j};LHWQTik%fi3re+>%} zriDg}7Ke-%FAA9?Sr8m2O%6_!Cj~7~%n3?2n-!R&N(kJbo*B5qJU+0(;>W;hi@2a> z^29tYh-uzaf6(Sf-$Mv+A__P#4k)MDub8e|=yhI{0=d!F$cgEP%$PyQi1FmoqJ8|8%REs}wo@!7Pp(!X&+YOFiA zD0UQ|JT5>mcWjt&c1(;oA!dTf%;+i7_~>|fT+|%J^r#f&)Tm7LKplVgc+j$5@bAONc0L zj8Q;MTpKAzPt+}zXtJ(r!Ln|QQMvn*9OF6p<2m=Xn(wz8tGIN~HCNnNho*tXjBQ-WdX^P2pSQJz2XpE_LPK@55)<^Hu z#z!A;iH$zdGdB8f(hU(dDTy)inojN_3PBp z@!PcvBK zHT6YaiW_oL#vvS^ny8KC^9oWkd`@FFlG2kk}~E>4H@%g`t&He}g=veGk*WC( z;i)Se7o@Cpo|j@#hoI5NULFgiTa-tZk&(s0cTw z+s)6)wGYiIRRu3z80!f7u=!;c|E9ryi(xHed^FU*J=rE&bx5~TdFgd64F1(}iUiMt&y;SUGdckkB zat$^!-o|CX=0ffTQcSXo=`Um7u@Z=?P$Iliiv?8!F|TSQLaQerxY}C?tezesDs*Ez9s!ZD%mHF~%mF0>lmFw&#SL{@JRU9H`lwRdODZN(ytn^wT+Iua3 z#}Tf9{fu`9eRZYW3p^Gq=QE&NUkyaEJqlf8i@+Ku1l0D$oZ4ZSRp)`3b(7&&=L4U* zIl}vO^MvVjI?1%U1j&@TROzJJT-n6hDMYivDhx68-YG|N3|z9P5e9&4T{JXVVe zk5%3Dc*8;F+)D4(3hqZzQpp_9olJL34STQk!0b(c?^b)v*s8_!`T>|$?~bV!PfW2) z#UzU#yexs3XbBU>TVe!H%Ob(UVwQ}y6iG%|R!K)%EYcB{CYihCq|B}UhSY7#Q<>Z5 z*EVjO#NXM+*tgTWo^4nKz4>d{`_(cB8-R!{z+ASfK0AO(4Kj?|t%B$7UKrar2xA&Y zVszs;jIvI}pRE2EX$`^%YXsb_dJMOwVVE^v7-Fpy23t1^1OL2N7+^gvxLU6Yu8ofb z*M^r8*InZ8G*kgw=v_^3$vVKik?UY9*TBa>$S%O&3QXP$jQs>~KOo1@W+x13?u9|k zgD~*m2n;yr3D<*D(f^Pi`W*_!dxv!Bd&q!3EoSs?DMingI=HknK-+QznwD>&IdmVI z<`>W$5QVo`)^Z&%-xZ8`3ER17Gw0?#fbmoA z1O6?5-f8rXrFS^J{Z9ifyw$M-u=^H}U6Qcqup^GZ_gdg`U*O7M;Oa;gL=%92yeUvw z9A4u~_&Q&}*GmW=^z}yI1_Qgn!EW3jx4S88;QMeNu!uR=ea~3T_yybW91Zvxd+JVhIx z;5;7T8ai+=&1c| z9?HQG6{8`_rZ6wF`Huy>GmdT(<22J*z}QOZs$@*7=~_p_X1ccF4tCMCm#$`xeH1tG z6|UnVm(U&jo!Pm{C@xDxeE$aNJH*}^&cg|!`u|Lqc~nzp8pfY{liVaEH*TOKRuQX) zY6YuCdRUHZfv_Ydga8SIKoWM5h@yy!q9|^Fpi=h*il`_qxYV_HY;mpI=uA7+8TC}B z&e8UCTD$k$d7Tqa{o{A;d+tBa`#sakOj3cTl4^V#*V*jV;9q`(5tPU9f%w^f7`_=i7EgUA$I}exq7NO6t4xjj~#zntoTo}9wy@Pk+{NPTU9da0FhMdKzA=hy7FOShP z^uNpze}OqPOkldb9P}cLB7G_^!Wb66kCx)6Kqa129*_Lr!sq_uaBJB6xHepiOT&%0 zIKqbB5l);RQG&Apvv4|~3a0{Ua57*yP6VvQv4HjH3E09M8QIPp9(jQ29(j^E5ZK3b z1wLRpM}5n7jQWFZf1BPYFT1@6V@N-Ut~HgoC*!H~1W9l|P=PyvzPK`aG%k*rg!5yk z;j}slC)H^7H1~& z=$SGU-BZ=r7dizUp;2fHO~TGlGqZiFjoCUikJ&u6i2XoQ&TiCHiZ*B#idr;v;&qw^ zag(N1(xBNTS)=LVR%=diD>YZ8^;4fnmrwmsS{Euvmw8$0<%daB>ZzpOi6;Fxn)zaB z-k~SwNVpvP!+p^aF$%jPCt`bKI5tOW(Hd!BHbkT|EfIEhU4)Bm3@;I_4WA`m9bP3~ z8MZ`HAGVTP9@fGw3)?2G4cjYQ5_Vi(6W%9Z6#huQAmV#MkXJ_tvN!oAl%6xvzZMUC zoCusCx+&flEk=9v0BnyLflaaFu`xCj&9TvFj7ehF#-uWtxmddTBEFb+Gcsxv<{znQAd3$qb@4uL_JWqVL?^{XK24wmTLb{l*S9M@OjM> zYB_Gw+AmB8j;8`$#BPeW(sQ>VNr|T9Ay|_#8uck5s7nb$ZAvUtlbp;fNKR$vCuNG} zB{{^Ei3O6`iDlfZ#7b#-VvVd!w^ClJTdye5?Nk=&4)TSG=lFueyQ=)e7kqxw@5=ln zLGdOJ=?q-c(>WmRqcnT&vCzy(@ka8a(ICgF>AqNQ9En=vyQndSVu3M=sWR%A%IVYD z*#?VfmLXeQZg5G;^d(%WzCv28Umz>gFZapUH!IvJ+m%jz7oVp;qsrCaCY}?&@ws|I zNhn@(KLNO81Wu8DH??1FnbhY~yv_uyO69Q3JOGQ$!?7Uk9aN=FL1kJbQ(@LJ9&-v? zmTG28Q>~)n)Le0)sgTPzl}lZwDw)%?%qQ2>q{uOD zN-v66{Ea-nXr{AB`d!)7=TqCWp5irW)aRy)P?O#t)fxVnn=ux%Gv9+JBMfC3F-%ED zB3qPhWDC+WMDFw)vD1<-$+eV8b1ZXZc1x{KmZd>qP20j}rgf^)Eg$tuw_GQlQTz*^ zZV~v5G(q{A+q4h8wC*0#@5}+V*nuXBSCAizDVO;+9&@sWU{==Kn3)xf(yUMvWkoUh zSqY5GW?=Jd7Lmi2Ew}9SHE`ud zGIM{bcn?8Re{RT2Vg$@|DC ziDE1z35>bKz?w=dqUptUvA)qn8Htq$I6(3 zm&(`zK@pq(Cm)jsM@VlEjRCF2bQg$4#4Mta{yAqbu$S?$&K!)4@<3QT<6-t_VDd!5 z=+QC;PYRRbF|$b?n@HzzisQ>mC2{4ITuk{=Y1IG7F7vP`uPYA!zS)FfX4nS=1qRds z)L~IU5TfE9*Sb8|R2#K5+Nc->0Yw3g0;55;38KJ^MMZ{jK?No*R75apT~joPR&APC z*IHvVL{0MbC*iR^=^yVi%)))|IrrZ4-IG+{I5f$uj8EE6T9k1~|4;x^K&-#UFL|nr zUo0x)7m3QZx;Vld?4@se5>UkJ_j-~}7W4hw57_rDXWx;c#MBjTn3CEPlhX8r$SFW!#G-lO)r-Fd3MY3QT9KHYr1nx7RphY^FCxX9ZzY zRzHl$9)yJKcnr@Tg`wFKg!t^~LR|JNNo>}9$>6M|(x|M}vVmC}WszCiHEA99A>D~|Pu$G-i-FiuAaW}ZTH%P`N>}u$ z?2g`*f#_upMUXiXf#z7~%n1lEkB7fy2K+2@(8IC>zLwSSvE;+sVu6?CAheb<(3+S(9!)<(diHU{psBj9eE2shhIxZ38!#g+n%Er)D{+O`KO+X<*@Z$V{!0(H%g zMC_z=BhMpqy(*t)p$M4sG56s%u7L#@O7EcE^w-kA5Adx6JPrwPZcswq=mJ%v7EX=+ zP&Vq}*cb+f#u#+7kAT8H88Z9tAho{_iJgmUXF~0N=0mBT{FU5hQTmp2bW%X?S`)B* z3oxHC&*V=hFy7%dAbLO0?;!mRfX^p@`%ysC1UNR!Aw8kyrNfnY0WE%{4+-M~Fa~Jl zg`kxW<5oU^+IZ;NxVhRGTw4t}#?LR4f00L>e;Bb>*1&f~n67vi404E5s0oR{R!1_SM!M>{VfS6J|`@StDi zLSHQ>dx6h6;1?IjjZQMS)=7+e4!@d4_bA3YnBKnpnT}qsQ-I4EKzR<3T%x<3d``X~ z*W|!;Ctk`mz)g2HC*6Usbi5?LYF46vJG>y@;lT zn4Wpe`3%NAhVGbV#@`AAFkUUa8hX3E@_tD;ZG1((Cf^XI6L$oT&73??0S{e(N1niA z=Hxp)@I9NB4$k8TJ{X^~7(VCWf5E-+f{B00q`$1|M0E0n*sVK6yrKu`O(MxqGM*%o zd1Mhu#!tw=ORU2Si2~qIiJN}J8Vjx4v7&49C-_yB(zNK`fakNZ4!FoJ~k*)%|OmuCd%R<*K zj=P7}dZy|)Q+AH2`zLPk*Ec!)n;h{*7k}?Uba98Mc7>>Lfhgfz;73A86iJ|a665pgmw(38SZGjJVixlM9#6(4b{ z7SmNmkC~2YM!yedxgMv{ic{RgZ5-t!GugtCPY5EKCI3V8aAGbL#F1z?AFheg56=`K zcp!_y*U|*sl1{>PSt72==HPF#g}5YJiVN~ooRhD{S@}Agk>}x4`DUDwo6ssRM~i$1 zniV$uMbUsJMGKBPwBv~5J=mRoK!Zv|{jU(cWSj>eYNdSTJX|$+qVdFCl@2$R23&O- zf=j9~IH&pz&ZyqODfK+Gs^3S8dKsG4X*jN4gC@;~IHuW%Bbp){)|A1n*^Wky74^>b zIOu!=2VB~*&-DRpZZBYU6H((XV)q+}KJ@$Y*pLT2-nTszxXpZgsqw-^*FHGyHW01u z!*JYVJdSxx$6?ReuzUUy4W5fo@3{;IJ=1YOn~D9}4cMps2z#_9*t{xW^{U2h?>ba_ zH({suMO69RfyJi-mA;}-(M5R|B9C$h%gSArxEsA$f^-5d`a0mOmn&L)0&uKHf7pA* z;*j4c)cH-uUcW@x{N9Dt|2@?BFGjV0GIsf|#18*#RQcy(dq4p!0cEHRs6u(b9$}mA zuu!HuE0hL)Bbb7o3B^I8P(%vfKn!I3A@mzqYFX|-WvM-(m!c_9jm97!)b$R=o<0Ln z(`OiV>Bpf;KNZ{c@4&2|iwgY$li&VKGK9fw zh()A-rN&)kX^H7S_WXz;v7kJB0}A{q(PnrcjH+{{T$19Kv?l^M_MX2Y2wb~H204rfkt zLz(m3pynbU(p={UGj|AE@THN%u}M^+2SYQAGOW=Pdb{ zHmWdTOhDMQ4a26r7&K=hWX?yQ*^C~O$aI@3nV`wRbeKGBo3WW~HFk1-V?W<)98)wI zBSM4mMZs&lqO3Q)rt+A6L42U9Gyg|fXO1d8=BVH?t?|xb`VUr`hov+J$|&!ZQ2pd* zhJ2hTnzotCKZh~JojH>m!bbmdttrykH1EJA)J zs2`(642~AZp-|L~Ni1O+#7f31I@x-$o~;x8oLlVXYsF&< zr+7+mh;zznaam;(Z>p-qpT|^*?-QTXb5yyCO^gbw+^0G4I_ci1qW?fwjaj<(Op=!| z>c>&?(pwgbVA%$=OWP5UQqU}Api#<$PcoujDq`xSa>gau*;=WNbxO^gLkjZM(osc~ zG$F{+tg=G7s4ADf7b8h;5q~27N$*i*dD%mRRqj#W?~v}*YT%rW?)l{91bI0|zIw?^ zup$Pnl?iB(x1v#g4qjOek9-hr`7ml_3*(f_7>8_Qs$~~zlN&i%?%*rr0Y$kyE|ke< zm8J3pl_=jJ-i#@h{}?06pQ*&ksB)E(%BZl)bdNc)NtSai@lv{MhrPe1txlAnN0 zKvQ)*yw#iGvG0P*o`xDnHXIHesvQNeIZ7DWAv2YZ8n)cwW6SJqT&cZ}7wut1k^Qt_ zwZEja*srS!?LQ{oBR*9XR!5bVHH1}uLbcu`?d4j^oHdlUh#~UROngOWOp7a-6oW~iy6sX!IZiktmv+1i(LWE>gwSOU84%KD6hT_0+Vu0S;$x|bZb@bioiA8n& zQ>gN8Lxpz_%6)2-`3|DgcNn72f?{78WA)jXLZ6#8`JE@6ApQzUvr0Qy-E>aiI^rvh#taE)Oi61UCZUB7?d}!M``nB zh%LKN>`#T&p9PEm5DEfjm;)k=0huubY8k!1kv-(^Wb^!kT&{nTKj>dniU3g3#>3hXhr*7HFn4Z; zDYzGg-~k*CYN78kK-XnOepfm2x*UwQ%gf|+wXs>j0ag>7;4*@9+=1YCd3EqMpC0@* zukQRCukQGgSGPxbb=w*@NcWN_bi+b99h?7f?Vk$Fo)lZP!wO`L#36HZBQnOe zrUze>eweVLejA7JMr#VPDvZlyC#~go8*9k1)H#r1xJ+8J#BrjJXzQjPkhYDq#bbbR6v#aeWK005lTRRJYCZN&C*ry3 zBqUF#VE2p~yJikz=ZpbKks|Df$k-lnt1j)+5nP&y68k2c#{LcELE1Hwk1?OiVok?4D)u>|89i&L?2Y{AN6} zkc7<(DM(y6fTtI=*tBTG#>EnBShVA*#RhzH@d(y0jw60?o_Gaui*F!q;XOP#|0&|< z9w7dO=tJg)XkR4F0it!7*1{OA1FE@b3ecYhvSvwt0Z3i~ww(tyUEq*#DHid|2}B~E zT;74WmA!---&oNicEyZ!D-xbqsYT360Lqm?2+Q9FzkCtw@-1+eeo1@)?&4>}mk)_h zpGU$#7uDQw60lRvC1+_4&I385yPx7|@+H#0O!_Ya>#qW_*OgHIpX;&#t1(UE`2T(1 zQ_;s!Q9@rsic(62Q%>pI=^B%dXsW5CrlOQcMN$nRgnZUyLcTK5IX)VqqGiakT4u+Z zv4b_5HOnxJ&&9m+uWfhjTwTA;+x4EF|Np+9=eeKz(V9TgnnTnMfS_eltYuTG8%5ZN z>3HbscmU|Q!F8Nq9YwSZMEf~81vGp^?vtn8tYEJ58T0J5KpbP9TnU6QUSI0E?**Lr zZ?+A9{k5(Rrtvm!;xzSrW$*l~o zbvxf3;pcgBlh60NDcZojuo;-in5Xe88pf+;tfRERFlyRT)1nDbHUqsGg7^o3*Ecr6 z3g8@loTHEP=0Lj@n^HUAk4|jN*c4x;kIQUKI#>idxcNFb(H#u3gMoD%C+*}$H+kED zw4L0G`+yG^Zvb_@j#2*vVABHhJq?&pQ=is(f#kU4&*TcZDgs~i0=_l|u9*VgSg=91 z=0$;*mD_BV@6gBhJecpY@ZZhi1&VXh$wYVVCk(FhOg9;fJK+H5;4l!(c)c0#FzQ-U z*PK?3F9K2r^}Zt4$=}GW9{x_gCwDnFKhVoP6W~WP-~n^;kQbN7ytMp6A5YngJmbOh zoW<@17u}00;3b7$>bjAo{*YnOgB2MD)AUK_!+zL5cT*8M{pl4_$Myn9?kxPZ-3wjogC@z?~o1p^0!$JT|VrH3mHR# z@hc+mFT~&llBktVt$Ea0h({=*&NAw(qRu+%Y@*Jm)Y!ps_u&q-xQ!;<#5tz!TmC#? z8eicWNA2RTJ?j~m#+F}LAs?BdkbbICMv`Ly8@pDxnj1!k?CqyHY+*ch^YFUX=H|LW77i#M>R z?g%BR9O5IV6&!4%|Fp{a%isfiY^gf#z zo=crv>J(6?1gEhAty~+;oRgExMHAP>F*Gm}On2uJxI5g`eUPt+$hgfa>7OSk~ZpwOi zYQqvUlqHBq&Ut5+dq?*A_Q25rMraslfja9U*ljZsJ8gYXV;hWW+xJmr8;PxUvDj>v zh)s5>*kCsY6?QpTXTKP0?U!MVeK}UyZ$;UAwOH|91C|eNLFwQt!Y4!S3ndP(g<=O; zD0+tn)W6}%_&xr8+#F(QtEZoR4tm%%#0)hKHu!X?GqyN-W22)#DjdVG&M^Yzj?=N) z=_8am&BRKlSy=9rg;J+HEOjbEiBp+SJZz(|WLS+*IJ{mc7~Ui-8vZ9C-}#=9=kiL( zb&Kcxv zu9H#X_92Sh;<3an8HH}?C~%uEEOaXn^4&^>T(@;X&d6$E{>VBpd*m15T=xrNmV2j| z>G49G<01baw|L}VQ1R&X0}iO!-}9K$}_llKh|L#*-WhZUpjvCPv2C7#|W^7KQY zXDA9hCt{&zB=S6Ckn5R<9M4o?o>!KT?Ug5Fd6fv6UTee*uS#*Y_a1SU_Yo=0`<#?I z`i_(``WcbMcezfzv(#@41oj31)&A@+dCZhECo4xAVA&Wm6pyjS;;~LxG}Z%oDjzIR z1!BHRgKX6#%vD7pQx%5{RkDz-N*89Sa)dP15-~+pCMK&kOG!Sp(oCO2QlifpX@>7@ zMS|}yQi8AiAH*)M_yVV?uM1%gf*F4h^~dwh$DDlPE27X>iG|~=us}To^VP1Hs~(L^ zwLdb{p-5Lx#4Pnxq^e_(qD~Z&)oDVKI$KEeD-aX>mW%Oz8>Nr@c1W@QT1AY18~IKV z?f-6o;KxE-V5S%wm@mczE|WeCTrWih)+nY29aKyUI;DsV`j$K< zze#WIl39cCaDl1e;@ahz(LhoRA#ij+r52F(bqu z2_a#K3z>-6kVwRY#tPA)NkUX;hA=%eSBwlTk*0>Om8OJkQ%nl0CoPJIuxok|VUPIv zmdH{UlgL@lK_gp?U1an7yz9_Q5xwLyAKCPh5oUn238qM%Fc66v2P9}*5vTD+tVWG! zO)#P~;h3(OjA`M~LS%TNFeQAJFgZL&j0i81J_uhUP5h1PGLMV8%;WgyH#3T&DBzJo zYJw|@HztCDiV7mf0D~|iG9FASj0ZTWiKDF;u&H_QGS^hRGDWP+^(3=gvqN;r5lf>M^BSmzu^~SDBNon=Iop_F9rMj>84GV@b092tM<; zCf>yN{WfYLi#$LXJcUhj`TI=lDZnmgW`OcC+smHSRXJG^%FY_7EL)5+Z6js1B`MvO zuC(kNrDQve@!8Xj?GDK{(NEUAK&9n%Qp%+6O3shexcn$3<`2_YXM)B!lQr6zsZmac zMmnb%@y=OBoO7XRn6umz>s)V&aqcn?bsjNCJI|S;^S?9?&Hvs!bdt{;(@37rd=Tv& zdD2?OfHGJBvtTNJ%bi5O?Ud3co0L2?K#5b^YwWbH8ePy+qYCxJD@6m8dvZ zx`w-Q6ziI-7+0YY?V4{4ag`Z^T~($i*G|(Q*C9A#8dPx8G-%p);4?){eaL=V|1IdO zge6b{Ga!F5{!c}}fVqoNDPe}cM$8OSTw#cY7ltXesE=ZbqBPV!OwsNH4RMdx<8GS< zyC-Rod%6a?ON{>Rr;UE@HAY|ecB7B`fD!3_&xkC#ZbTOT)6{3C?-yzr2{)is4o|^s zz88SQ#mqB98doTdnk5aJ+f32LZS;6a2MsRis;GHAHE>>k4VX7X{XOyO=SfswPrCYe z?27bEQ*X~4MR>gG=~<;7o@yi9vmZ_y;q$H;;Ux`5c(Kn2pZk!V__*c?&IIs4A>SvX zJ)wxXZ?-g=@o2b**=vE+f04iXlm;oXw3B)-?yiW%z0`B@K>f-aqaNN-3il=}%xhD3 zZ@wP$7OLBlh3c}TQjdCHP^fpGLcAy8vO-GlD|FFM3Vq6FG_nb;XQ344fQ!*^BH9^f zCo&erGp-Ibhp0<=m>#W&RA|K@g;d0eQs;v8u{??vD&k+RVq zkM^h~($Hnn0LH`!MzroLrI6Ll)nRRb+O2D+;B_Gorl56^3apBP;c8noR&6-!0;=-W zy2`CqRg2|cwOTFKZI|D=L-Jc&4>#nura>)M{|NMR=y{jZ z%Yg^C?1PguD1U|9@GXtfcUoS`-2{ciJO63+;&LeopW~jBqR{P)Zg)o1&ReD69q8|p zTJC8kb4_b5ItGIpn&Q2WLOAr1YH7-9xo~T_cxu_?wG?$Ni`U{v?M{Ak1kUl?7jPH8 z(NbbvjL*|BHD?7m;HM*=rv}lD+=l*(=S;BoT=%s?_n39R)_Q%VO}eA)x~)CB#k~8a>U2Zz>N>`L&VR14!ZlX= z?Emm75ZXWh1VbqFg2&NK;Hfk;bJ3fE)(qX%95m*mu~>iCuXR%u=&VF%Ejk-mbBnI( zMP1fDln)cG-|J(2sEb(i5i4C_Q1b=7?9nlTr*8|WUj(_9uAPc=bbPDjJ z2#sPi7U*x-@rjm^nhH|13Y{v}->46?jnwVYIlZQO9oPH3zRQ#E5Vg~I_BJY~;O!=S z=H|Q_(D>e(SO?*67yU!M@i7|T5=eI{K21O;A75N(xX~yj3w;!VA*H*{35qkar)kK)Z?{Q$oI!AB|i^fS$ga{&H!#LqDOnOIyP7U!vpv$CRN zXSK;_Jb{KAjS{x%0zCDiQ-;oObcEVCL{1J8ivy~mDh}!ue!Y*C_L7giM7Rc}M)ow} zV~hKmQMzogFB{8Se)t=RZYVK~z^}oqFaoV)bh7Zpf$dXRc{&p=qy() zHCjVXb`y(TdPzI6Vh7RKW}Men(+yQy8nngY)8=Lm*#the(>=D+7i{fI95sLB$T?$f zMV{K}gsGd3{fFs#k81Kh;{g8srCz8O1XNIN0RsU-gak;)g#;3kKte8%Kms8FLc%Qx z7a<5Dib6qAL{t>({ZgHEw$8fN*3PwO>zUo@dbYFE{j>Y&nca4Fx}9#T-KAajh@PGO z@i}ku{_}kE<~`5vd7cyE?y53;Yqb`yt})@}8ar;RZN~MrZMe3!6Ia)Ua3y93F2#)E zV$5EgkD0;Q=NEA1`DL75cNwSF-NMQB_iUO{TU& zt@a_cx$jcjeVg*!TNjHv>yvRSHXAqMM7S2G#FaQ5E^aX6{00ZkZgAtwhIX8e@4|9? z7$@V0a3X#ej>qrEV*DW-O<2N_go`+wa1)0T-@?Jf4>7y(Q_O7o64RTbE2f_LECu*w z7PX-q;2moBceu3o(Y;qTt--a#1YFvbfpeP$cxkf)r;^lIN~*^3Br6t^8nKYvg85`0 z4kveGF1Zf}lOvejGJ%;bvzXqxi2Ym7VqeNPus7um>`8ryiL_5Jp8f@PrAIOLe;!fY zpHO>$S4exWfQ~V0ZI|c>JWpB9q{QK5+7=v3&&EPV5#}@Gn9I=M0N02aZXKq%PE2t< z*vIX_B)1oPG6yk{Ifn7f{n(W?kI}4UjBI-uk!`PInD>1Q@qUBB?7v|kJG!F(nO{-; z4@C6ri|I(E>xDvKnX;UqEQ`E#nCET8!E7#G%n@KJrxg46D(vCwFu||IINy#jeiKId ztr+2VB9a@%P;LY}a`#{$?;!f~mJrUnj8Oh<7R-N-^$LE$x&@!J?t&=mdP4Bj$3=AH zNrBtsGPU+obj&PLmP6Zt1A;Y}&X32WAO#ZzIoMTDgi)akBf?4y3#+k1Xu+Vc0sTTZ z`h-4&w)Y^oeGom{$I)FlgU-TZEKqoXbrjuVzM==rC;Ay{7yX5`iM}S$|M`e&en(0F zzk)^_vM8f{i?U49bD0z|>@JGKs3-{$Q5JTH3osxqMW47FA#oLgViS6b>(E{7LT9lT zf#Obd6!*bbGK#j6Db`xDz`UjBSWD?m=9auee#)99pOLRvlO(#LnS4Ms@2P>8$te|Z zxSZ-!mOW*_80CwUuE(HcBl;xi2ugC%BNd@bDnme80l(A$pVWeOsRONLZg|T&;3*5j zEsL;b*(7tx=9yFe5^I#-;55kJ<~S5TCVwLTW)4M^Ipj~hPc>iH(0fQ@&v7zKW7uBG zGDbOuDPO-l20?iOy5%VdD6-L^5TadCidIEAyvi!HC{1uH>(Hch!KG}2v%DJ(de2vD8b7X-`(daWyS%xV`ALZ*& ztwul<2cJ3_t?Ddz)cJ6$#b{E?;Zj$kvBH3c3JV++jj&gGP*>RrTjc<=YQ~vGbAZ)q zPBD|_8po)8gM3K-K>o=wYNAiDCmvAUn|k0hIYcJOPP#WhIeLg+!_cOQg-5dq&DwOh zw0tyb3*pd8QLk0OrmcdlsutENJ1jak%sM|zx;|#qkFgs446D{JF}?mOM{oExM`!pU z`8`Lc{|AY3^iQ$-G~!&RQGAKalHJv`Z_&LVJr6%+Y1PrJsb3GLJ`oLuRMZ=Iuo((q zHI%?ytw3$H2BvBwj5T$rscAxWjSmK62s-0VR%M)KTH|r1F<#+R8t-x{Ob^K;PKEJH z`X1#})~sM}8i6Y&;24=Eqokkib<*=_r991)tI-&PdQ&`XrY$g=vS6yshp|?S>RK5L z<_hS|2I$OIR9T$RTH2to^q|rbVQR~Mrm`%ua?2&AwBF$;tUn;X<0vhUNt7wgQC3dw zTBt9Xfg@y+L`aadQBy9ed=E-36nklQDj%)Y?N>=&5Sew#_`?~_mH^A}87A7#?IC@Ukc*=W@vb7VIe zBwfTqt3d-@Z8Vyj>u$>;ykBi=4nRvIDPx z7kGeefuDot{~WxIuUWP)y5by-{c~iT>h%*pal7dq@BlTffTo@5`)T* zwhLSY1q9g=R1hv|I$D`iIx6Oh2nM2}f(x>$Ad4$p+zc=)Sm@>MjJYKp5mmA`SK zY8ju|1p63}KIehF1&@Hu5zT2ZHj}$Ry#Fwpdw|bfF})MIflDRt6_SZH)n%1rSSz)t zVG&qwFKu8T-{8ih%TT-#J2o+t)-wFm^6=Nu=<9|+5|GR~0$95ScJjI7a1FlWdykZr zOHU%+qw}ShVse1buP&Ct%cY8`{#_+Ch`Ax? z`tWggG@a_DRt@Ox0Yb?_C4C47Y`{)B=*UpcLU7n59brlMn4$O>b{uC2InLvAg3Eq_ zM4v?HB*8q%fhP~c8MvYp3q29@2IBMU?@7(y=dD1Avzu2AGx%A~6}conCv9%QjNp+w4c z=sNl_KEFzgJE7~3pB{(Mr-WM^Z_@h=&cYXPp^1xd3BH7@aGj;`2Ko7lh3zJ}`KP~h z7d!4TDBk1YxzFW$Kz%--upe#!;_+}V8>bPRn{WeP2!*cD2V(R;#p)+^%pWyTk2Ou- zD_f5=TmMp#9%_N^vt!=Va(&0Hdq?lFx7O+wMRQYo^|g+&!(Px0{__t#(cd}o1=pLf z$_Wf$4=&&ZLFh)J+Z)~fXbwXw9-VRMr0TZP^{sNy$U~z@Uuhv4Wt>;8YpT{2)#x%? z??vrG{UD(`t-tWevz&B>(|?OqcF-JJf}{Q`lYWpNes5wRmE97gHaSV`jxo~RY^ zH4?S9Xa*CzNYdO(e^WoShTzL6G!oHBp&ZlDn8E2eXyg&`Vl)IXeVhJkBlCdQ}pM z8m;9MtNC^{5v!tFR+8aLDyxCIl?NkeCbRw);qLe5^Kie}4I-fWGQ*=*Jln?@~eepHs0msDzd zPo=G%s>F`>vWW*=#>qvio!e-obFfypL}JP1ZcuNh)@ot|HeQ6}T2^j$5hn+*WFq+eXcFZ%~f= zN6I!`RF=nmWwd?<)}NUH*ZgR?Ja>Cx3vGTKEw&n)DzIgR$w5m^CRsfEw5WBc=C?L$ zu4gY5d-heK=K#&|9HKnWSk3ktqnTdglJy zDb42#rTX60?sXkyzsTvd~c(QeA;S`Z;R8 zo|+QeM`^+RG&wj%6N5)6B{*IaLXtHuBvr{FnM!)4K#8xE>D>;iln}Z_@uB+^A9h-! z!@gBq*pFa+$*D-{z)b$392P|}=VQxkY{|iv%nk;ncW~2`P;aG%25VASXQhO7)%dX9 z8W+}AW5Wh0spAkOb{wTK9TSz%X`)7VN>^OxJdNsHqS){%jR>#P@QA(esfI<|gdf2A zl4IQ%Nni~uhPjMlv#})$+tRURO1P~icQ$H5xR=I-x7XN+FeOGrYD`2AB}BZT(GhPe zE+R&wx(rurmjsQ79IxS#Q#CAVriMl>&^zV|4K{C5jJZ)U(WjaXivAiNYf!ZH7tB^2 zV%*sZRZs$RAe&KadNi{>wxmSaC^^bWiBTqvF}G8^IYe>haK)OtYGiaT4Ug`tVbKFL zGEodf%%h?@&oKUsD=H%3juJ&s6qH3228Ll7 z28Lx=1_e|WH^wLmE)~a`92H`;6s4LbT7jCRabFT+jm8*^HP)q#G0}Le@mS5$sL@)D zP158%Ka4SzP%3yc_RU>Q`y9R4?hIHr)3 zVva>|9vWxzmc!IfIi|s~n}#dP6t0Z;XxZY;U{#tqOR45@vL=)$C1HjviSw1raGaF5 zMu|zyN=VvcFee>_EAS1t4GD=q^EzXABh)2R2bd2t`8}0<6cbA!G36(8R8FFo?1{aV zk?1d5(om%(jg&PhN-0TkvLsuSoSdPgWQP(hlayeYE_2FU#iu+gQ%b$!tWAow?lQz$ zj~I;B%N*|+VpAT1yOo_5o=L{=m9QA9zzLsB)wb+81T zN|=sCn*XCzO_mCV?s*!*@HJI+&4<9!u5zP}<00u)v-T%!uYHL@^9p)^iNVVXu1 z=4yD+LYgo|&4K1osP|*ttEZVFgMF-(5+*V-Wj|wbca)tHitjM7bFbgK5$ui1D zH#MLAk3+u@-!VZ7pX8y?;vNbq?ycb^{t7M$(y)?H4K0aMP-&b3OH(wY)UJTiLJcmP zszGH{da7)x{L6l)fn~31K-qrzm42WBr8hO8NlsS`c(RRJY=GsjCSmFDH6LHGD`}= zF8a@v`Yw=stGlR&tB1T?yveCTWV*w*rLujR#3OH)7EVC_uc#@aQUe}$o7Kj3wj zU8f1YfgiMxJkNwO7)QP{&`v}H@DA601mvReo+>KI0d;ne?=%)!%22+I0eL&a=uYC;#Q?I4kIil#{@oONH;LU%E_OHZ z|2KeK?7GCYH&jlYizrvtQfk1S$NZLOfN%$`N1w~RUzWPOCK+faj0S^0>}}&s*w|jyXC(kDMeYr>V`~F$y0N$43liAM*h^ zM@`PrXy-}t`3=D0=iY|nDj?q(zvo@h$a{bs58W>Lq3c8Yc6qG%Nar}50$N&U+Bgf8 zRp;On_y>GSeXh_a*Loupq~i|r^*>F*mrld6&eA>nEz>Qn&`mt%4XxEzILj~bnV;iyKhqn! zs>8ZM;FmdbN#7HuyOoP=eA4Q9J)lDykK*aAhYHY-8p$0-{THu$7mxXG73gb~>N@`N zOZ?^M_{(d=@lWEoLL8U%JR0@7pmjR0jry48Jxc?f(OX1tT&KC}6w#kV;lvZ1Y>h!r z(3SoAaOFVu7tG#96TKNd8!P0YF#(Oqq~1vhD)b?7d_Ww3BaYL=agsRxs@1f|iu@?+*e0*y~tr7_7#BMDE1SBRx&!7Xymh_i8@9c zM~UMIalA`i4r?Lpx`g$Yv*s%8R|9Rl0rgjSjCN`dXLgZ=9r{As^{uv{_?WG2F+7BO z@GrPXF3ymPljPzUees?m(J`?PD=XPqe;n&i9NSdGx^>!2 zP5z`NqS&HM-0?>;)1*(;_5&5_#AKzqA8vCSiSo5CL%{;GgdWFmS)qR@bUhUQe z-H`Lz>2o^q^V0s3e?-CW6n1|pUWrzSSq(k6NYkh_rAx0!Iu+8X)d{<$(JqakW*?Bo zs5B19i+M6+3?R-y#>ogtilD9JnF`SAwa(q(;E5;%Y8!a3(IyjKvVt+y#%L#t=CiJp9VTjuk z##v09W>?})783WeBk3sHlg=`ibcNZ?*O^Ja!F2MgOsBlZwv3g=Io^!gX)#0fng zE>_AVKYQh6cUCNmSqUs;Ww0Z=kojygv)R?mzK=rXQm*9Z3Vf63rmul0^O#E=rTP^p!8+&HvZDTiHQ0)xlsYvzDU26`WzPr)L+urPI;S^mzk0^giGQW zFG*soB$E+S5ksbO22D2lO-}ks-Sn3F=qc?cSUNy=**INgv-rzzr?dPB9p-biTdv}> zJcGC52jVy4L-Ah`!E1@|oYI}EHr)fI8%M+*v7oV8d709_OlV(5&9MxbjSQI6=riZh zYc>(IRMKs6&}C`FZ)v5|;-{k`M0>?3zRDTARl8`dIz)^0EFS9vcx+GMwtb&w+poo6 z)&E>XR(VF6SCnR)76+9QFRGmr+vICp`!XyBs@4;#iYHi=OqVqqzqObStC@DI4WHFX zo7GLLt(_KI51#5_+|^Sw*DTOvzXO;342_N}G&r6VFH!G!OZ-Ls&qQREC!~9+R(DZp z#y+tiX7oIv@nQMvuTjlYvz9Y?FF>jOYzt%aoZgU9oEg|~~a`lA}_ zmye+Q`1KoK-3Hp6Mm)|`nw_~cIk(X0w9rsrLw$V%&W0B18vN8Y^y6q8$F2gU#m=1pm$5Z{3v1JN#jnJl#J{n*BCA}J=D9}wAH||edA=AIgL)3iOQ*i~s_${d(Bz7z z(UnYnQx?vqLTa1Ja5P)7H`h_q?55h?fz92E)jdX)XO>FO9x7UnV`;fhJchaD1;lL(&Ad5^8WS>SUZeVcBD|znS;5rnDS0DWu4WO`s*?I zTPX1d*b*3|I50&~U>AjfBNPNKkl*#Nc%Hnj*T@UJPk!K23jC2(F1G3}NM}jhDy=cm zC;Za%v}^q;m1;Y|7J!QG7|Mh3lm?S1>B(SAPd>#xCW?BhDD17JptqU)-VXA5`^XJV zkQ3TTcIY5kp}WZpJw!(6+oXqnCVo#w?A$KT;oS`DJhsBB+NhDS*qnIm~*ADc(c zh^r(GKTG29kHxzr4Sme!!N@9iN^4oE|D5#3MZXA0w@oElV-MI>wpI?P_8NksQPqE2 zW5}2=kT#J>>O?vzlX)ahmauuUf~3h>5+~gxg#7?#K$yQ`5My|nP2t_dhfiV%UlC6e zH~F%78^gp$7{)&%emug8v=+6_X)z+r9?_vSyH%dmNxMqrQQ4UERi5OAA$@ucNwcve z%x%Irx0y|InZ(Z*V3;ozHsaogAB5W95t>8A}GkF2q-9svI!_SDhiG(qK?a{ z;)1CjF>a71(L{_@^pC#>Ienl5dsNquNa#7K6H3jOuFf zldC02E|!6EwnV9mg+tcDX0i}m3k$H6!7^ZwU3dT(9BUZZs_CGszkz465aSZahb$gR zMmrAe5v)17STdKRk8VIU`WDG+iR7`&MXvQ8a;on^G0}J}r_os6pJs#k(#ng*$^mDk z$gKp_iXkfxS{vb)aE#wxlDf5gY!sV~h1oD><6&D9e{bct z=inC4J%VplhGqd|5${RFJGPR2$eP0$O@q-5;8CBok|)dPW|O)QQkrKDc$)BS?$UPr zXu^*j_^}f|cHzhFaH*M>O~>K0heF#!ESfRc%&gno!r#fqZt}6~bNE_wN!N7Zol3mp zYuE>@IdVDrYtUaW88=G?G~ITfyBi264L;2$>?a;A3Tb=BNlC|03)rhNJrlVCYq!7G>dpoA>N5g*$1q7aDx=WdIQik?j-jw68rt= z9fTv$2EPK#FkFctOFB+WUMD6eh)Fw5`I|K9Z{f#j8lf}1bk4Bh&ywh~i-1_1B^GDf zxldi3xuG0NHf1F_SSQhL$V|%mqU*!Y42LD>m(h3)UI#+RK*{qCNGs!$7|a+@;JmAJ zftXw(H@{_2_z*uX)0BP0i{}dUd4*(OwE{uCdK6Bm72_F}!>h%pgaN-s7e41)J~wd|<&3 z_5k&H{{)kkJGg=yc!3`T!(bT2JesIy%$VOPSKp|R*|bDoGuJ&~u6x9s`z3Sk117fn zOmz2{^8Utj`59B~UFOU`k*q(mh(F-?C)~ZIZ*>!^zjtsQE`wc8AjhWxeDs|8?%x`u ze`y$+apzZ z!hRX{tFXTi`?c7&Vt*}mH&PzkD3d*Un?gQAEKc+PDOP+EtL^$;9npWo!HNI#;VC>) z7b0dLcD}49h_wttYbZLgXiUU@hTc&&<&jTG7Gb$mZ;_W%s=J zW975aDMh0SyNk7qt6EmRgvcx+9~L58!!D?Hx~=LiUul8!bFg=EjU(+0$7>r${XRZ- zaJ`k|WwVE~Y_0~ack)$(Q=nFN3DrvHXjz>{sNN-3buNio>YAcj*Gw&O&Cw#)d|BLz zRO42zYPTBA?^>^_u8peb)}(pvEh=+Arc(EJRMP!pm3TZ+vEez`JGsP>dYt3Eg;z}z z*tl-s6}Sq2R(iQG_$E!g_UfWdIW4{W#U(+n_cQw=dw(^btfFHr$$=iK-jRo;a>?du4 z)qJn#UM>DC;;3C@bk{;}qZW7vsM6b{dBzBp8;7dYI9esfcoiEbYK~8uihQzE=#!@c zpCZlltx&%2V$JBeO4EC8RZg$H%I@`wrum&ymfuZf_5KQe1bZhZd955U(F#CA2yG3Y z7LND@_*025^ZZ>@-pflRe!Vo;ub+zi%qsL7tb*RdHM93v<@Zido`15Y`)4TEKS$aA z1)3I6s;qz-P3dD*X5UT9;3b$A*rwFLvq}xRuE{}<;RmpDZP&4Zv;?8VfHrJJ80+S< zitBRxDaMyM_%b`tL$mt&C_k`|W(1m)8yK#fz!+r*jZ{|9I86;o)Rdr9W%SEZdcQoS z^`EQB{pTxXK%J5YY|y0O-AXbYh0{tjT~T7lm+&0yT-()#?k?Jm#t3N{R6`lpbGToC zFZuW~Be<(_gL`ONu%D&|_fuwYs4`4ZN;eHts%f+)o5m}}G)c)J8JZZ9tE7Rml{m0c z6GE42ytz^F=ADWQI|8RPF6^?#4SERA_-^N(U5C-!Mys)Au(TK|U~Uxp+{>di%popW zW*23KdMZ8CSE=ScN->+1Y!25%^AIJOM<_8YRtaH=8XuOX_(9o<3op>P@N&gQEY{eF z291eq(&)%T8WnX?Bcpx?_xb)k*gI)KZwqb43fkd?F~k50`JTtUZ2XvtkLfTu!b6iH zj7o~=tqBqRl@JlC_=qUQMGn)r$kB?89IvraDH;LaZt5B^x&>$@Gd6O-Gbqx&WW^ z{=SlojzPAg^(nz;h{XIon9D{5k{wg#30c+F*Hm<=n zyp}^DSRs@DrCIPD7B?kjc`3naP`ouzan^9fS|?~ic9LSU(=|RjThTcsipr^0WbRBw zuJ8(P%|u4%TQIR6+^lg4rsWxE3d4 zR}%7^6_@X!n0#N2FYs4XL5Ly?q7_jPukb>n!U`=4Ei6<>QI*COH7K~KSwTe|3M_g~ z0mVDub@>;+r?ExXEphEJ)+ZA{1N}tDy2^1(ur?P@X6M@(PWun5HomO&VR%CPT$D@~e1J zqbl~pN%>ZMs!`>4)FRejg7?HaMq*V$DqR#b z#Z&&(z8YISR%5C|G`c!khU$3vG03B8tn#fXfm-?0G|IbnvAk-#|$zADkYWUJ0?p}Q>4%uDX>m5OdlcNdN29d{2)Ny zwlH~dpn2MoAyXc<0=e6&G}1OhZnhS=+B)T8>y@)@uZG*+((wBCeE8itci88&BNukz+FxYxa_p}0T23?PzIZWy_Ey4m5tU)fmugvI zJ%HbB!Kk*J;(>gPA^bD^UGw?c45)!}$fMrosqBM#W?-fiJ_mht4bAAc-~q8}u1lOW zY$+ahDIT|ti&q<$o@IdyHxJr&9y0A5Z0!tt2SsgX5$*G#6E?$ZeD`gBa}{nAiYT3hdZ)7HIJ*>qMGZpNut@TLQgUA=xh&_>OE|4?0WPB}sl_TTU8}k9baCP6 z<^s~g1Ez<=t%pJHVPQQKu%`{^N6#L<)6aJ?t6g94yRS71&8bjEpK~Z%+FbS_YmQuq zKDq{4>Gd6H#7fDj8*S_=7jtPX7xA^^v5q{}Q;!V;7g6%)4SIAT>f>S9M^E|~xISvp z$71@rU^|~5k~W4}ICo#bY0{v5%hYW61W=)O{WNzZbp_$GO0L05?=ey-P?j zi?K;z%`wz@9P2fp>$#EIZyC~h33kI?cohhP`Qb7O`{4kF;2<;dBWiM(OZt%j3!Maf)t4rvZ(9T+k| zZ^F?b-h!XNF*pJ5z)AY^9yK}5jGQBn3+$B(JOnSYS1(fZOAOVe4bo)-Unbb)lPX3# z6YWH59l@H%lA<>syAG`H;E?8k*71S(aB9Gm!C7FN>jGSYpADK-=?eUU{#<2FK4C_# z(U;#cqu1%lXKeTz4BJhH>*iMJ7R9`E7^n5vpzn3a2|U0L#=!(Vlo5BDjVCSDT~+Ij z>h&l5)NTCKAMka*$Jc#wWy)WgOx~eCByv>scKlgST;cS198j^{yV!GRJ>8_CGm1gnJs!8a?$p8T6S#^&7nI zuc*bxvZ7H${7TARNBJ9cjy%qg$0_poDS5n$vwVji z&p6#Aqx-bj@qY~He*>JF)KmH;UiS)K_Y$=@kJmk;1avac$YCT(7{Mwc*69d&yh&dU zYaX#%h`m^^lg9zApaW|d;|+R^4fQHRy_aviLWJGAs$D4UM0J3dhj=)oe|>1A&d8a{ zd9n@zYY5RBiXnb7`DU^O^N3x_wyY#}9kFf1o~=DxB`~>2gh-zW#@`+zU{7T~2Qu%t~&mw*kF=RU@LyO4j2_m&p!4~?lfN7mi$D7&J&FuJQ z^anW2k#>mVbr+AnK3L29HSRppT!(4ZFn6?k(eg(p9GzG+lF>*Aag*3-Qs>gdO`40-Hoc`tOtHuKDEj4PT)T-suN-dVUwad_~c|*JA3_aRuh-%gl z*Nh>l9mbTVjcH99mo;HLsO=k0YRts0F7J6N*OV~7r4jSH@R3F=S=y{#M)$gd zdasiBtI((2%YBApevz>(Y+9!UbFt=3W~I&LnlU>yZEnz%xkZ!a4yDXtZMXDk+%lvw z%a}$j(@Jh!(8$JB4P!pGZhBI2>s1X}?`pvIb@khRr2eu$!UM=YoIGF=%*b%J9 zK3L{@9($N(EHjL8+Lo^=t5GTICXL%18ne}D)aF&v)~19lsFAXWhRO!CwJf1{`Gf|_ zcdCE$ZuM<`Owo$R)oZ_^i2ZZg;&@eI#}D8S3Rm8z&CTrkDUf-uceM0_*NwqcXQmbdbS{hHu*LYFQjkna~{hGYq z@4|1m{yTg^e^yt}Ifv#N7Bu5y4?qe=xgTo6XYzX#ws>;X<0(K3nJST7Ssv3PK%nrJuZk z&S^9cU_TdI@%b{;kT+te)n-j|BK0+F6GVYEBq|e(oa>1V8tLsiw{xdAdsE z4w~c&T2&jgtERhF&TfyYyW3RN9aLpcOpcxr*+WyR2rX%I=&;H|PpB+>4Zb8>_*=4u zeM(q+E_j zwd}oaRrLC_xwk`Qy%E`>L$XFw+7w-YL)sWSCrj+A%&~j$O_^dpkvaNTS)%`vr8lcH zXz#~*&!aPeP67rX0zvSj+k_=k@lf8*T*FcLm!0EWqZqqcKxvAOiK1`l8q9@JV^~UovY&6V&%^ol`~7SPm|oz zB%ZYU(E*cY6Q%j1G%xMk3DkILiq|wnRGQ*x7S}lYD-yzc@IWif?+&!KK^&qGB<5CP z_7HRJIQoQRn?`?@8kD~*+O=M}i`14&7@j2z$TEq3ndFw?P|tACXZWx)ENq59%JAX} zMQ!FJP{3wB&$ASV%RlAazrcO%BF+i)60`#lN=N~Q?Hu1M?m zuH!(#`0c}R?Z@mKz-S!Ah#a!>k&$55ypKM%H70p&40w5s^;mm`XDDJ1;hYb?1%Kk* z4>gP47z`70FOPSoq~|YBlC62 z#-U5XKSLrs%bJ{J!=Gg?&hDUZA1&)~<}*Bldp=Fkdg^U>UsGs~LO=7}&9t?q*#irF zgBkSEHKAKV2zkfQJq2fhzrwDP>~f?hnUANaZ_l$X&oGW>nU711<1%~WIS#<**x;85 z@-ln#GJkT3^|*w4zxW3Hoag_n35Gbtd~adC13cy-=4!T(4PDc5srZbP^Ei5JYYaW_ zKQ!GKAGiWn;nSG$>xGzd4Dt>3$Ibs6ME2+%_QoC7v4$*KXET>!o$BwqEL#TBohOxLMh{Ue-Cgy1KTmXX|up*Xg!%x>~0- z`(d*k59fFIzAwr1|G&@syzloujMs#2_*!zmF{t+gcpP@X6StZW(Ey2NOSCZGG$wmP zrTygOS?1=))M+0+`lyXQ=A@6s)yE+F2!5FLap(ZBJ`Vj#wX-EZ`OZPxxk9o&i2i!? z2gbN1s5zju2lm}+!uVZ~=imq&g=4`+=>+xqGIes2xjDr_y`Mv2KQG~a>a(9hJB`?B z2KO3+INb*)Rk?&YK-=|g)&OIU!s4*)LEUG9ntYW;SF|X^hgabw{0v@$e)vVOVS6*! zxSk;=@8aWq@^PLT{XH**4_JU7QfwdH3ncdfNxX1~E=RW!4kobbCjH$F<mmB^|5#kX{!!W zu+MV0pI`0MN7_qP_oDbrkf(zlz65qGbO)w#2vck17Z%2l#27LdLms|M^}MQx)~7K55coe=(Y**~ z;q*XRYY^jzK*x-R74Ht>yYcH|8J1}meeRR^*vY(Xr#`l6BC#hEYq}nzN>Rl$0c-s9W3*KWwsx7D~v6`Ncaa3U^u_iO}Y0N?|6|sWrFJN|-3%zMr};I^r)lA$^XH?S|;Z!o+ zLuL2qPw<7h(I4PATiR0`1vc~gTL<^E)h_4RQeFXz*)JApI64+I67cLqBMXf@G>XtD zN25wJ@G*^fnM!^1P^aBoP3D`Ew1m6WRLu8q_avD*qzBgP&;1-;KfU20nmsrIEfYF%=-AOnL&MEz^Ux?}g_fgJt%-NktMiT)O&HXn z_CZrLKIATq3t6Pr!K>6V_+gC=-Kpl#gK7#rsm3Aa)EIUdu0cS1(A>mvY&BczJunw$ zvCU88HQX~?>NbR`JKUg2L!xwNm{px&$(j)6QhQjo#t-#r+|UxW4Xspb_-M6+H>x>& zoSKGpsd3m0HAE~>eZ)%DMQ+sS$Q`PQJg92JN%$RHf$I>^6KHN2IC_j={2a$-LO0i4 zJnO_u2VOdiL)C6DYMdcPt%i7wH8|94$WW6ZM~#L8jWLv}-dLqNW4&sPtr~5dsOsU< zRb`s5k*51pY1*g?^A44n55h^6n%{?isx<0r?%5;ITVo>!96Ne>)%L)hT(@&9YvZ#P zyfjCLsM#E$Mw3Ym<~Y@v?W#4WYP2~^)n>1%%*7fNRiTklqg4^rtn%m%l|}c+A2UZK zG0RkJ`HqS#+f)#H0A7(V_C2`5^$iGU6I%D9yO3AxOpc_JpdDK5oH2RcfWJDt)W(LX z#$r^JC0ZjbHdR`ZRbg?d%#y9rSfBi{r7DT7QgPfE6~>KI!HCK7S!XNX%1W}WRjzHT za^m+XJN_j&3xDVSIt27ES}V|;%TaVHuh>p#<+?EiZJyWgc@;iK+Co%ei&UA_EWb5Y z#kNEh*_Fg7@;VI4ahT>s7!}b8O|)ZoOw!5 zEm2xpl~U6hY-S&27_&+$oC7ougRqeX@8T zQH*yt996XU4YAG8Zm~@5)rT3!ay;@Ru51a8ag$ ze?ve^(4UFkMB0(DPz#k%0zSxvOxnlPeDr^UbW9cjzN|!3KbUo};g#WOH`A@^gT>ndvB{#H?u}wvz9gRjbs-X;u zAdhFB|59D%K~djl7=O4I*j;y#MbN4!Dgp|~EiAjZhpW2_h#(3=1i=uD0v>G>s>FlD zL=!V<)JB83rd4S>F(%EVn#4{WYmy#L$77nzwCPMWHfgof)}yUsv;8dYWYRyLS(g3% z-sio(@ArN9%toe6D}%p+-5;r7tBO}jwNVy_1=wVEd;?_3l?-b{_4*sQHI99^3gw@*zoM1jE0r?=O9Nhu;lqzYW z9sT8G|6dR*vpY#fk6B5c@k;b$$l%FTf+t(?o&v>rDiq^&DcXyG^{xbnCoclgi*WFK zA0QAs=seF~XujL(CcfqH1mST5J17V9KprvAggdhuek4ko3w~sq*%zzi#feJrn-m+c zDk{K04=~^Z9P|K<8z86vIx~o#2qGkd2&o|YDuAX4AeI7%A^&;s1-PwMmC{mp7J(X2 z2}%I%t!&IpUx4;;!@m%IOq!8w$#pSGSYl9g0~dS)7w=Low?+nfBg3qbL)=J#8wsG% z3zmXTfS79B#j_&-Vb<_V@MmyKE%4LNieJXU zwVXv~1xrs0%SJ1gYb!c;C6`MZgSCyr)JqhdCA*h8l}jr$JgxF1qle8$Z@ilLx~W zaCrE0pnJ$g55{_y0qW5+$nVeb90GC;TV(gA;P0yE5g(`_ZRNyVK+LmneQJZ0&Z{Z# zn%X2ohZNlfH>OzA7;NBS{8)z{>+z!>KL%KaHcns>;KJQZO*V6|Hj|6Z^ya2jd{U21 zyLpD5*zi+uiFd9m2&WfRQRgBa&7pjm#LU&J6kaoRO9^4lhe1EU3=6qfS6Mv4qtsz#pdRhY4^PqdReYC-vBIkfnv5*!B_lOn!Ks)VY*==h4E` zi8*66{5_J962@(aa6SsQg6)yT`*HAu?l0m`fj#8p8FKP03+i|2(|!1HfJ^xRL+}7i zet^R6Cz<-kZ5%Tsq`jzoBF(iV0aflPIG2Y z(;KH5IHxK2`<&DF=*@Qt;uJ5RI;nEF^We^eJB^r4z>mu;Vwb7OB@X>13VyMVPYQX7z%Kp>g`uw@4w!*W z_t1C$LC@S#iTTnkbHuoyNm+6NYnh5;+>~SenkR5 zB8YPYa2AKp=+|hv>$n<1<%DoM#D7DiE%bjr+*OorqBC!x?>^TgeTJU7s(k%X75Z2; zx`56-uR82E5o!zeAHaSW_It3u9{ZcHJxFS{lcGJOYd;F}Rd|k*!ZUhZSHN9T8lrUQ zD{$m%KKv701AkBgTxR`7X{0j~t{l=^1V^P%C)i$u|8;tse7uFiI)UnX0~Piy1UW_-6{e+oxp7WVV8U5afxR$bWkVLOQJ z25c|GZmV|V$5Z&Ri@H3{5F4g9cEGZYw;v;dtz>cw9kfNaLFg-dG8Vh=^8S$<89Vwh z*f(O^itTjlW`fz+F2HsfBg&5L1=wDQ?EtpxvDHKcTItFTJwjc+r2$6UAeDJS8}NF7 z%=Ob9ePp|j$oupq2#w(^oX5kXB{FuNj*P$UU(Kk_vm5lY(>g7Uth^HRJ(=}wPi;S+OqMh_+C!OA@e}m8%eiGq-F2X$& z8Oz@!7aKSu{jy*?4cn8kJp<%ozYzOn*ssEVjk@up3qLyXqeIPFMW43wOB-*ul8YA3 z>Iw$xa(c6wQ`1cKn>q2#@P~0MiumIg$E*W`U?Zb;9izXO|Mzf4*hsN&#eO>Wr(%C5 zCo&I?LLx4MqY921IJ|HKu-QO&tl-pi(y?o`gsRlj8Fkd7mTCv-_8_M&sK0`{fHT5K z-NSg_!c{W>9x~lu3083pw#P@QEh-TnGgimLkpV|09JAoagJT|yW$;wNvj83+JhgbT zjI6Y4F;V#Fh=tU{ONV*rbT_BX&53t23EcFi8z1(=xpN#>J0rE1Yqul367hF4*KiZR zH73QXF+N!hF&5QF*;E%bNx`UT3PfegA3aBlql>gCx?H}PYI$Sa^2GS%j%|=DwpBH8 z-Ezha$PquJ>iE5~C%mkxgcGVvI0vqPo2oS2(_Z+tuzK{R62I;KO4h{ROIQ(W@h5;U z0aLvENk%O;SmiUM$!nM_k0DDg!)z@`%vVifv7CwX#%& zRc0Jgsd2ALOfRe0bV5a@55N_03w)_3;rcebyoaK$YH^}x^d@8kboes^1<a%*-bN4Wy;ljQ=ux%Rb@?5rNyEO zi%sR0Nh-BYQ;9WO#n!nhvKFh*TB(8*m-15rnmfKpdE-|pH+7wIQop0wsZT50_L64V z-q1|jIdB!+;d@9!@b|&l!3x;S`c(^jz{PjulPdA00$!5$2B$MEcg?D z-vS{G!oL>I_OLWy_3{HGlN@~iAJb(6)Z~4~@o$Ancnc691Y!aSNr3PYRol+a+q#=|)wa7`@3y&@o?W+_ z*XeHE);abGWW62ty(f9X^ZWi@|IhE+!2NoBslk^je67rlSA`{6WtMb#Em*C?m8MGk9+3MMU9zO7$&+ZNeuyEMsuP*(f*m1n;Meycp&ZCP!j z+5*RFI2R!cI-F=7Fbzxr_1vrGw@Ume=l@DUvCSZl%_z6cq(WPc95x$psle`4zP(EJ z{07!&&?`Q+|?}e|6m2VbkDx&|m)`7|RQw~b_ z-2*0vPsG)FI0ND7gQ+?v1+VnQEEje=v9huK*_#ACHaPw=sT*!igPklT;=+y zk}5t|KlT@4JA&=zQmGNtgUNiyq)LDb6mZXqe6v(Y*}iz0CMPMq%BZxeOc`m|)T#nd zq?9V3lB@kns%}zZbwq~h#hO^NMt9e2Rebec#Z|wk3DvKGD}4S$@m06A0{h*pylvQT z0u7)B__$XJJiy6!n-A@SOvpyQnQG#cR+p$0f2xxF8A|kV`fLQP&5d19Xeim;(+hhGL^hggtD3Osx+sG$Z(Ml%w{gxR!4G*Bo`hG_=HPv-?Yofk@& z7fv&WSTn=h933tKYvG}mCV-f1LBzG7DViSz2(vJPD9rXW{SV-l=EE_I_@;pXsOEbG zpuOcJW?O@lGZp?2{L|nMONN%a6gQJaqm>u@EMBf{y!d95i*^pO2*VyJ9uKS?ha=P@ zvVhNs$aVzlY__%8FYyc;WZUm}{+2q3uLU%MdN3JYZ-5#QvmFx_q){ePF^#k)w@L}f zwF!i#4i=rc=%`MXk9pA-Julh$yyUvAIX#{r8UE6K-d{OBhiYw%-jbQ$4gyPle?XXw_`7Xt({ zfRTZIY26^8C)U!JUt>1b{83?26@<5zYv~NBkeIE+%&S*McnwR){qiWEq6;R^fpuU# zAS{+^maqvd!Su%#`r|?4_)_#RFWW&5;X#IOkfJ`^E^Wj4ZPeqT{nFOsEU*{(|Ld9# zZ-6@cNSC`qnuNPq#A}2%fw5*S#s3)B=GfBxP;3Do91{U7gJ1{P87J)~C*Pq@_feN2 zdUS{beu%*yBFHBw;(h|y#|FQbb7Ie{{O=VtlJ6?=UEEC%5_5JR{G==)%6ngoGs^d9 zZ25mYCPHW})>LfAgvl@<#fUQLyX52$J#qv;M(EKI4&o68>?pZ73c-=B(qSGtbQ1hf zb+}drw}YQ@7@suqo3JIu`z^2=?2GYy$pHuh=`=3RMgXZ5CXq2hq)KP#le747fx2Aa z<$r;L=mJGQPl3-ta+Wjm>>+SQm2kV^&f|9a15)B6JijZ(I~?OY6yss6bvnio6^BuQ z^cr{_TmX!lD6uX9jzL|fHt*rb2h8mI)Z~3;^%{x4N|E0q$SV-MdxGs=|A#n`tbe0v z{)xW(96fUzjd@dkeTt5`p_%$UD&jf=`YV*pM-0g?7?2N8T~}$;pQ9x%qpN;O;eJBF zF6n7pI;^+Q6mM|%y#AzfFuV?40WX1L;D7vIfWL#kpshYp8eC?$3iKN^=0~d5HFV6o zYQoY?{TM%fgvz;y@_7p_^9D-tJVSF1KhDxbucA);x>_?c4RF%gFq9v3`i*smq+Q*{Pq^fG>&#*b4dt&<#BCs3Bh zI5bA^;|PAdh#%k6Hri$v9vskfFg`=!hS7Kj(3wv~wH4S8_JZ5+-WcN+v5lAZ6&Yx) zG`u&{YIabBeIK^#XvL}c--Q1&^ek%eY1G~@+U_Y7;gcxRC$tLN1K8e7HMY~zd+_8S zBXx?*yiJ?mV3hB0MOT3B;NxiPfb-x~tks`aJbtHOI|JLf*mf|2#k6T97VGqF{CFIF zxeF!v80vDzn5ylf3l?E>ImgCo#%evs$T#?VOb=jX3mLk9tWqD+HGkte`Xw&MT07eI z&&9@l_t;Tjz)vGKvw#)VT8M2g8Lp(-b=aPQ?R&7@jO|uzMX=qajrg&Fx(w*6RAm## z>L8!?(6uk%*=e%$j#ko}tKg1e^;nONkNANY_x9K^xS3qsM=rjubnKe3YXdH9d$C=K z?OKk|2JDBhAI4TIwj&(rT};Yiy!Z+kS;yo&NZ0P<&M@8`XPVvw*TFydK01cuF@822 z;uD^aAI)oY7j_NUHDcF4mxEHm5wkq5hgjJ&%h}6MydVy@w=7dWCQ32eY_5Pxwn*DEatpeNPjM%COz~< z5A)iMAM^2J9)5JH295w6A?$^*+opEzwh`ehyl$m0W{}wyI<%R3G&5CU>Jb+2OZ|)Q zqZ;B!eI!BJ$SZFZSOyj*vSx6vi{CmqFFL5n9BL9#HukMdLjfEfI7;EDWK#dja=E~^ zb(UfHjh)1aV>`!}#7^uuPVB^XY{#*4zdB9ZByHEU3BAxu)~)omwqotNLQ1KS)jYD`p{X6+R=P1n8KvuOFvi$`jX?=$DrlNECN5f0$Hd`#5HImy;eCw4Y;c9G1Wc{}&L;5bx)e6=|NOOt~V52Fxz? znSAOs)u_i@uWoZpUFMWJ%~^F6cB{QGr?#RIwH7T`rg*Jdinl0j*`sF5L8UCml(d{y z!g2|w;Tqh~0kn3axxr1}d*)KpVHo2707qUQ?|U2t>aiEA$7)kosiBS%kJ?MB)K*%n zY-vQ9(zsem(@I-A)NJin%DPa=vN0vf)+lb#K0{j?(X%L?14;Tqh~ z6gu0`Tt^x>P6{>(L)`a6H^*Hkv9uFot6^5FqeNM|T`hK}()LQF?0zNfbxPQyYO<#k zceE+y=vCCQKn;#DMatJGY;0DYu}2}}e$^U}Drh{X8skR_7+1Mohkt7i`kT;O?VC%@ z7eWqt_}@-ES>Ck}OEa;goP|mnRwWFF;)Y8x!>2|gs0JgVh|#35GoyNEx9Xfj3b~dj z=vt*3_vaLF?^d<@K2>>+$>%vOujjJ7?%%_8`P?_P3ynL_T!BqmOv*D9p#QmcK$d4| z-X)2riE=Sdfg0TwHMngGyA9R5D-?29tJYnopeL#tPqP9Q9r9P?R9(49Rh28`^WLdS z?=DsN*l~T2$nE>KT)sl`YfNKU)#1rRT1B8huMA;gDf&6}psseU-1BNOC z6{-mM<*BKcyCyDIFe7KMN6y-XGHRErJTxgsXs7I38b9;&<<&6;#niqqge}n?tMJ>VBwrGv&!Qo zvL$V@CJmJ&J+dULRh+C-Q8FfTszs($j|x)ws}x?d8MD&7n|l)V)Hi|TJ4wcrd=F-{ zmb#Zx@BAp^0IiUM7|$Y52Q^T|vkGj2GeQ2JG|S#>QE7`!#Tkdp8J7yOvkRHQ$`WWc z1$ewxOlvE7bSqx76>rl@W{@S9&SC;GuK?L&W=5;1dogwAu!fz`0tx;{W6T2xa$n7} z%B1ANwv}TO>=~1+Z59=^m&w$@hTh3$+QmlG#RBT0W4rjE8*kN(-|fb@cCP^pME3#S zJpyD5oiD??EPxq})2?Ca?}IjIh9;ghK!|%kP4cFh0~!1W)!N(fAe|-^^%Se1mjkbl z1Es%wZe!2U7lZW0Abl~&M}v5)!C}C>4&o_t7?>Q!Wq_=005j764$NpNZ5yI^H)J8j z{}|MBUqhRHS@h90Iwc!bmi9?SG*9z5*oW|z^Eq4>5XUfmF+yLAvXP83c}MAsQ9c}< z2g`stF+zqkLbf(c*1GT_{DE(0G>XOmbU+JjO+W+pwQbA+hSc4SKDxG?RKoC@v928A z)M;W6i#TM7<2K?LV@#IK9=vSq6Kp0E^u+{?nBe1a#$$XfFejEXFP9ysJbriSG+ftw zbb6tUkkjZ!xz=IHs(V=jwAY{+Hgqi`l8LHFVyFYg;WNasf;d(Z$7mW+D!hsx2;E@(wJ!8J_S0oq)FJvGoRL$_!w zuSqo|bJPLrZzX$kN#7le%SIBfO~kQ=je2k0}a&@oSWMQrdf-^3&?0ud|GEj3Oc0?4`{H z?X^m0mgfcQRdNFD;Z zmegI?DPjIFOC;vU8Jm-=ms6~jXILlCFxj7`lb@n--`XWTd4w{okK^anvYatM+mE(u zBje9jQm`wpdmyj*Kwj(Xc{B2O-jvN61G-cv;px0tdoFJpzYjkojtlh1B@X>djLAhN z+y(mLJbT59%*}J`nP;C@9PJ?59<*(2>85>ov-M!UeH6p85_{f|&6=X;^Eymz{a{v0 zbB2*6Ps%L)1bzm;fVYTan!RJ11NygYI#=k6-yr%Hd&QeH?2VIT_qxTWa1;K6xB3K6 z^DlYH{zLi*FLR9y{4ZqeeCvoWZSrm&x-TCd{+{XSvK{+q}y- z{`GCge(l$Ge8uq*JB}UKiJdrU5~sQ9v`w0$>5;bUwY99YDeFdu20f;+L#U|TpwlEk zpp|19lMu%S5=;yUhO|jcNJ9dNL-dcSh(qey!GzExQ269f_37*Pee-^w=l6S_-|zQ4 zB*@DI=_Ne*rvAuuezb1;D{K7~d=Wmx?j5)dzula^H|3!-4KRi%UuN_Z716JvJ%sic z+D)`)P+lNB`_Mm#{!vonB>HDalSfFGi&%e#^tquIc=|jEas%}*Fw*C+dksDZPs87^ zc?;f#*Wvr?A-ChZ58V(X@I8lqH}h7*{~=Oj4BhRFV;8z}jAaSkWje|uXrCm7&+4i^ ziH$3G@p;ngOU%kEMCfO9p10wDu!@(f%-AY(y^%sc*i3CI4D{F1(SxpE*Xeby(c4{9 z9=T**Xs}3rC5_$8?%E5Ax+HR39KR_Y=hvWYh`$16J2L4&U7z`?bw2Xl+}# zu(>^*V~wmZ7iWpd8O0$31+>dpsG>c%6zYld&4%{1io(^4JYK_X!4>NfL3%9kYPm@&@PjSRrCkY zA4Y!+y(XD4OH`Kd*_i;u*Ht0wXN~v>vlO- z;UMgn1zk6a2D&Ch&~Ae)`UTD7$8PnaUq^o!y>Yas$&fkz-;YPfHN`AW62S>FX`FbB z5&1FpiZOPaF?OYKd{~SBV;nPQIr5IPr7d$^f_aYP-E8}_a$}Sn9c8UF)PbD>HpLtuxp?!qKt>v(SWbj=WKxkKoU+$EG2NTU)J$ z1}!Fb!q|ypCxx9Hc8b`kV5c8D!~B}m7G|(aB)f@6i4{|{TvnImSv>wa{1D!Ozr%m@ zD7H>v^B~8{JZ0E4jKc``TPc_8yz4V8s(Br%xm#3q8tQcfRk62fi!GtDEv;@_UL||C ziuS6y9D^!2#?2kMe7V zl4BAYFvxu$&wKHuf-hyiO=ZKSZm(A*k6%SkPz85Xo$jRao~&}7E_HY+%C^*%X&F`8 zJFS#=kJ^1lmGrHs&38$0-*vdDnD13ZeQ&{gih4iL3O0^lZ;?`C2PN?s3_&0FJ@``Q zT?t>hOp7{AyYhaw@`g`2UqD%3SQ%ejX(OeSkypD>R?_HKo4=vBe_ApBlA?iQiUiIn zY+g~wd`?008}K8UfnUL26b$@Jr?GJedvj58kaD;I15o9@j4wsrb>d47vLTz&L8nrt zNA0GeWWZFyj3{m<6*D^&HA{*FYibRSC>(4m6k1d;bVO!oMP~St{NZQeri}1wGD2_3 z7kZEDKXnQl2e3CwsWU+-JOq7E;l6|~oxJOS4F0sYTGbY|D-m)k7V;_*@~brzQaBt} zD4bC++@)Y^kIdGs3Ph&lkIc&-JtQM~TE5t0^2V;JCH7T$qTiD{`X=0xCvsQ!qrVq> zJ82ciV31O{%C!sye97@H1MT>eh*}hj+7yY}6^?ooj2bdyK?Pz_`D5+!$MZ7cW%&|y z*d}iqJ4@SsdD>3OmAoKl@)O?T(-oYWKZ1DG4vO)*Q7OSKpiSjggpLa zd6&YMHi*S7io~r7CG0YjF8Px_8SSQg?O}P_6KZMC$df9{ovO-}9+5NMls&y9TjqqU znTKV`a2jSPNYfOZY5L97AK;D-V`C0`QJ{!%^>p&&9A(MkN?~?cu z=h_NE-UVpijDk%qT~0YmEwXj9$!%c+sj$E*BuxcJD_tyXYUmzn`JSCX)6~Oh+(Tth zp_Z;tpl|sp;6wSY7SNsQBo0u6Zs^2L2hUTGfC%>?o(GUNO7uWwtDF^wti2pGRW|b) z8(lveO`XM4Cuns(s?%H5>38ciadn!QI@Lg(dcL1ZrJshRkIJ!z54C%mEf5E^2WUZh zpv3Py&obCda*c8y!me4yeg*rqu+ExA)_xAw0S?+h4xAwlmSOy8gf=#q29wu7tU){) z<1i1$fM#)oCT;j8(2xxMjsxMIrU_jG`d|xmVK2w$DXwwu!wkp7u2GXbNOBy=GQ@#D zLXSJ@khXESjx!e%#AJ%OXp$FA=Ay~uHTkefJeo9=+sTRT=lB~Ms7ac%37Vtvcj2BU z7~58;LK%An#+%`q=phFPsfk?!yY6Ah-oW-Yn1Cs0;>QmB*y-Ll@OS$+4!#98odxn@ zfq^Ux@QirO?_~j!6LaL{ZW_~B`rVm#q+NG3%J}NljT9cR4NzhW6h;avjRnJHC{QYhQ>{}63IhU4 zkjv+2NzKSfa7vEWc~OI%gT)NK7`fn0*63w$ZN-(kBnn)Y}R0 zb__p&v2FKBTgk`$%*!pPny>xM0>6gdwV?TYek0yJJfbX4$fVqdy?w5A4&F^GZ?YOMT#JfnC zvW&CXBJ$5T@!aj4bFITkOKBVUCV0dVK|8@NM-$P0k!cy1MeEize=CJ zOJd(97Qa5iW-a{-d@UNpTKA=giQLMi~ zVZBYEzJ)S+6ZQ8C0{8|2{23baGJ4{Y4&c^N+Waw#{YQ5d8D6%SI|}$(0Aw2Gw0BD zFQFk`L@hjrnmCPqIEmUh!N5AsuzHq3^)w3hDVlejCi*^pd=EdKMC*Q+VtRriI>4#- z=_jQ2m+*c(#~Tj zyv=YtqzyFhdLp%sjIAZJYtWfvaIXSi1ur{obLdH zMb+!jzNYMJ*}k$C5DQcS2xHd-36Q~l9{a7>Z^wQY_WQ6qKvo9vWF8f}h-z7`8DwWV zSsdV`)5u4et}WB$WjeB~|A5NGHDg~1qm1`ExqcUd&x2uCbxoN=ECz|iY;rQ2+L(nO zvs4c<*w16X75nYj@5WxA`guEb!lM!O62&Q0MGp*<$wxO?@1m=_=>9JK7W|uc6>WuU zj8$kkSO3D=>Pj>OX7W71`)T-7CKmnF=TvesmD-p}jrQS3uNvTJf}<6VcI-{YZdteC zZ6~qlAfoMLb`nu;qtZ)sT#0E_Wbzc5enlp62_H6b-H&p;EoG!HU^N{AGx)s>dbw_T z@Tc2Xqi(kk`$6o7K@^S{97#B`a5TYD#9k-=_u|oXwUD6#RZ<`y%~W_3{gEg0c_u(3 zHPOgaXw*kMf2Q^D-v#eNR?=bCpIM*`rtsVaI{0i7{Rcna`L!e+M`U1jB5bCh+BsKIroGOkr%i_)$gbodeQJa_~A5!}*!Ms)=oVci(w zsvn3}r9v0a?Yu967JMlfZZ(B`Y6=9D_Zw>TMbzjumGvgn;LRxG&4Z%S-cF^weMy$ zNHHTU%ZP%wOd}&R+@vT%tPU{}iOf_uG9N6FQ8%hk-6jR=zO6vrli;*!BbUHc`6D;9 z0*)`hHw5oA#H!t^Q@^~;I|WYz^0jTmr66sfZmj;27PjA#*b zDP)!vG;deHT&P;>ZuzYZ@>$=K*E%SVby9Bg6>vp0<_#^w{s?@7tU3KilP=H(3OqOR zz5%50C1JT0v%IoQzoKS9b!JduGbF=`C}f!mS_uVW4WOXfScm-aK6&GV@+9t%JF!AF ziFI-%SbP)Q3<;L8_(g!uihZP|aLk8uChKo6=mbU3%)2Z|<4b+qrFhIEE9R4F)v69e zVgVWPpn{38YU`u&)yL$mPs@|c%bjdfO{zz(6gzAhagt{Grn!OA+=gkE-_!|!4@rDT z-qd1vhEvE#WKj=j2Q47ay9Rto@p&RqqgcW#GwxFqL=t`(^|cBngYu^hc`^~zG+1&q z@W%}~oM)HMqA9Y7r5sCp4xx}^Va;(X=2*hB+|*f?&xWfc`Y-w-TtlqhWn^j>D1m04 zbNG=4Nj{G!-LmREiY7gZ03+>HFyog$8<0E4@W|7=O?Cstt6y$L<255(n-Nb1CVqh% zsK9Ml;AU*z1K5(9@F9N{D||@1QFha|I2=vMm2qAVf>F+H3{Ha-0NDaB8UoZRmQQd zGicp9qtyY5ty(K?Wt_H3JDNR+vPfA%HbMwVNPs|qu!KH6$%pwcaLzp;ko@oS{NDS%@4fgxeHv!K>0XrgOw3ZVaL~_&j=5kFKn_-N zxS@ao@r6LFM-b-SAoTJ<7~TSRA}~AzqMx6KK_LLc$6Tz%oCnmZsaOX*HxMxkF%9o0 zBi96I@kflp@5AwTU*M(Vu|qH-44RD#H2@cFAau-!j$j=43&A1;EJDE|6f8pVpirzw z=wbwh$WRQeAsF03a8obBAhr;*<^puG!4IevGw>GAo{N}?-=`wiB;*{67>)PX?vyXE z(lDyw7^b{n4HqT8gb2Zph}rn~4CI>vE#vVz2Jc6}uP^e_koP%~7h@|faeNN}#AqV$ zeCSw(3w|{&`!%SIbFf_h`E_(GvG%5F} z5a61JcnSHYL(3$*`s4jbY%LtQ6b*U3ffLuUJ16C8Zh#jJ6=}3w4OcjHYzB`l(6JqB zvI7U(4zSpchi(r+;0xPuPHaU@Y+<5V6XUWr;(OPqVB`vb)LHO51+U}ac@#MN!tXHT z9kde9U-fr6H@X`=phaVeXS*9f(tz#)lReN82_4bUu^08Z7X=lK2fqOWQTS3M&WQ*N zw0lq!yD_NlYNzJI>)iQZfY%A|JbDTC0FJj|SVFHgZlB@qCUcuRA4(iewW|S*LPWb8 zag-dIeu|1g19lX9B^I?2i~4*Qi+da_j<3bvcTv<4tVayi=ASg7F^D7Xraaa?nBYplAVg7TP^%p15TG{rSQ8#V za{!eEBTRJAr?E#r65_LZY7WX}D*ola8ha3)hY`j*+zoz|+aK|E*q!TyJ5QW@C^$p8 zh9ew*82((t3KLSufQ23j3LsvaMNLBP(eTYcZZG2bkee%M`cc09!zUR+FCcKdVN`-IM2mOw1P09yUbrY^@sg#>US6>>Y}GGUuUWfp{l;JY zdei1tw`|+KeCN>NBS(+D8~gh|y!ZYGr{X^Rgm0Fu>(@?W6Dh`u&q1e*8~= z2K@h@`}Z0|91kUyec*WnG5tJTk0-WYAiih7_)En3JYszTyoVC=%ZdA6!2T=5{{{dE zCj_<<1it};*9nA3Lg7tdI6yeW5D>>f;sil)5-dISk7NQQ4Mc)dPpceCYYZ7 z@MFxr*ac+Wy$9p0^m?`!e&+q(c>N5pe@5(oi|pSM`4hUP4pK9F$tHj z37;?ur?7ha4$R)W54)dz4#QtQc<>d9A3b{f_&a$2{>hW4Pk$Kj-)o^w zyw~ct{JwQWR9}-{vZZ2SenZ)o5_9o^s!H9-Izt}MQmo+G3$wYMS_!X5BjWd|v*NGj zWhPu#W}LsNNK3xsX$)u>&@iB3K*NBB0SyBh1~mM)(E|;4+kBVZYlVhp-(*W=u%@B> zRcP2>-LFB#v*>fV_5wLHNTET@?^9(7t}2CRuPLBGmY#Ua(}0Evx1ix}n_pCKi%+tp zDo9gr+*D#N*;iem`=H*S;#!KJK?e=_(4d9}B{V36@z=656K;s1!_(-7hU@J<%Wk*( zMfJ4!Bw0-Jpds8~D%oFc)Sav^QFE<@(4d6|4K(D5d6yL;{uOza;8RIv{B>c*xf`Aa z(a>jOEW2s*jq0{Ak}Nd=n!1W`Lv`_fQ#sL~a%sqi29=cCoh#v8mWy~-q*?r{BB9_~ zI_kpHxMZbG=(RJJUbXu~b`cHcIr*O$HcZ3LveL%)Ktr#?C(>zUBsH7oXwAmWr4_|**BErC8uZYh&E?ota*k6W z<6O#?a(W~ZPOlI;(x4*+d&JY|gof@8#*%IaBcj8~NNKDI(3;A(lo|C0Yf7}I8VaF7 zlgqIwbJ$LKHoHqAV|Qms**)pdaRE9KMS?4yhO?D6z6%<r^8(2<07IVa{{_B0%=^l_aI#$ujy{TO9NQ=BD8?LuFWr*08%$Rdl2_w;--g zu4OffG|ZNCHPe!!VzwrNNrIBqF2MS5bGbHlF3;|1SZ%a%Elzq^y@MW8Uhl8a8P^z; zhKNeJ{-{}27{<$*ns*@icqwWiaWg;rEj`i)GKde<53Nk3d^x3ra>~u&R$PQ&#)*mN9LUhT9ah%rZPT!6*feY! zHVyv|hHV>$&U=PX$A*ErXE1!nko(p!{;gr!&E-~I1b^0niRXc#Mj^_&TT5=+xt472 zyc>HI7@lAitiPqQrauD1DPZV|4{sQh=x9KO7QGT|g6_ws+#;gtI|EM08a%D7~Z*%a`iy z7PGbOc51`$@Zr_r$60yX0bqC+7)}5KD;_bznSdTGc(v%HTa8v7N~~rB`^*fsszJuP zq8{S^Ln#}&ES1QY>g{G~Yul|}5sOu&d1 zJbJY3(xNkz8mpO=_>w_EtZ3xqCAo}yMIsYlmMG-Q^>%&3kZ#?7oB7e9)se@5;YEAa zcErnAfWdqr9n>UT8-^y6&%mov-aP68SAld%ziE&adc%oz+g8b zWwRcs>cG}jY2Z1T2CfaNkp&?*6RwI}Bvt&nyP9cgy^-Cq|7Q9JhgK82SOwRw?ODem z4?}$vj=N9Af{w1N8|*2Y2`L*4@U&VFRpmNpMxur1#2R>>5AKFk6E#fDt-H(F#@6e( z?ay4#w!gKSe27(WKS$+U2R$kG2cf9vMBL-($~nNUGlPAp1zT5PfToA^P^BMO1Uh(z zt3_sUEjEX0$+}y}HMD#^w(Xg(N88@ImTqSiy`5B!ew|K-jsyer$)wZKowM4If*x#L zm6<&uHL=SBM)s5tSa=4wLh6wUrpKzVo~XOpXhX}j!q$D)@;lzVmTO@Z15epTgRi}AVlQy`3gF8aOKLcB_BHN1B-Bh7rTczCiWVPD#`s8F|S17*6X$c(+X?-6> zRi5*4CEcBryP?z|a0s1Hmgj(Tq#e%Tc4QQ_qhkn#jzJVY)<+TfdYdRVY@M8H+&f-r zJd`OnvTdn-7FF<_klg>tu*`QpCiQg3B{Y;2yJ3d!f>Rt9oF<$|26Lhr#EE4g2bN_! zh-|Ne%+*`5)Uc&6-MBATX*}wgYwA&zo|X+I-=qdZ9|s5g=cE0;u2{bpjte|+f!l;Oj__j~MCpk+Ci>r|y{Y1MMR-4?b_c z(fqdj#;#9JdJB;$ul);heH-^mFaSEX!~q-EI0T)n_@+K-Nzg*mf?7 zQfHGGbv8lR&m_pYTMxB0uZJG#Sob~k+M4TE$Ck~n@N@DH>9qW8fRT5H6LM@MCdCuc z0U{Le;g0pdUSN3k_>$#-AgBD`zXk;>5?8^or~+dm zQY;f1z{dhYqUhssCOjmsOk=`nH_~5qLDCr)TRm&*(^k!Wy6OAvI|llf$Cs=x3GW${ zrvr@YVkE9+$D%5X3CpouP=e+C{rI?7K$dAPciKe=W}KLK&VfkhZLn(I2x+SZNLRVv z)*~&=>ycd@>%k6S_ysV$D9ow;3=F3NN%e(DOw$)1)?lfS0v!!Vv7&bno1{g=w2RM~ zadLQbc0#;B;nGDDs;ub{&5Q=o{fGTJd2aH)<2Zf`Ua*Ix14%Q45Vodm!qR5ifrK_q z0&UWiOWPR?Nf}Dn3~{hSjCV=aqvv^~NBh3-yRGHXzHioIOSWvwmL*$WAf0e1beS}D zhE;uB+CSjQsRs`4`)j_x-{mupxBnXU)&2X9ue%PluUL;_hCe(psCz;&4JjVh!0CVz zn()e?DVG?Ybqc6uI~S>rvKTchgS%>`OV_kC#gdY$UXW8Y^LTq4dbYJ5esNztuwgie z8Q#JSAERkyhcBt=4#l*DcvuIg{c0%hQ9#qE6q>V(;mW9hR-M|E@(AiRiOfx#7d~fRZv%$3dRau z$zNuum5X$xs)Dx%(Jd_xqR;Pr6vhm`AGX(QKjG!HZD_`H#+$NT2*%NCF~4mn>$E^q zRwFp8*Hh+|TFQb%L#guB;35mV38F%3u!>!S)#56wQB?4DKib-IKelb}!^qBK>;50K z*Bo!~$MwHQvm+-xW9~Elu&X2PvJK@%E#RclM43?=fRaoP%nNlunS)sv8n8muP^+MZ zQ3W)-3ZNA&;O$TI(C_)M9b!H65rW#FaFYd>!H2v zORoKbyyI=#c=V{l@B27pN4ruM8zE~Lp-iZ(6CeWiWL^L^n|Dw56ABFRLbCYl(yTT3@Kf0fy?`=9A;?|z-! zet9*um6c5F9(4pi^cg+pqgvPJ3AK|rrmzDUkqyZ5FbiuG7^h=*p^kug2#aEc^JFWv zK(ZnQqLq%jrA$N9or#uRe;a@9oxf+dUYaR2L1^rN-4OU)K;^v@QMkL~GL(>%IDr)3 z0gSO7lr+Om$!W+tqUOndm|@ zY)HRhl>1KwB;G4wk>^HK=qAJjE=q!fQj$z8#0jRTPACOCp)t@2k5L@dF|vb}9(EvU z(zmEI-mqzIy6L6zeDl%NV)MC?)h%RM@y8N=`nN_-?4pAmy6$272ZJ0h5MjE(7~KWN zX)Y)MyWj+f!bu8BO#&z_IgBDn5=u`IzeUA-!!yO%rtR5E(=QxW5oT@&55@J97K*4Pfp4VN&%pLY%wI8JOu5_D*$6y9<4a>-j-t z*91Y`IZo1C%aOI8<|w+3EU5b=3+u0DXojm91b6A;rY8U5rhU2xtw)9R9VZy~51ahmO=OKWqD|_Se0O(vL*rf-Yx9Fz6iknhLn@uLEWT#z%=C;Fc{KI8wL1)pl3^eqU8~N|F_Jy3*nv zZ%RT6CS-6VCZfe7d?XcOGcrLsGv|jn6Fv&R;3bQuJS1t+Lr_h-hxF6-L1S@b&^(E! zx@%iw-HjQX`;XK|-oy;Q>Z{1xq*>9YuC%1vmy!{J2{{yvN~wvkkTw?NB3VC^G2x@J zCOr_h=mvx{E|PTCMO2mS1YOBWFiaZ>rYStt-5Z9TnBjHIaHQ?7;g@|28wT+wuC(;J zFC`xg#ub!kR1PP@VrnM9r;YpANWnvA7Tqvs7NrR0oMh>|b68!rlC*P1l3_+iGEL#B z?%vu^_h1GTGmIW?yJI-szaT#;%Sx`e((*1}O3@#TtH`m45>ADraMmxR=Dl3nl$%MP zL20Zx2gF~nQ>4`qvZ`VvYv;9O{fvrioWfJxvtf7{Grac1U_91eR-BaOq?cW3#Wi0_ z)%$OD=PS7B!+_)XwGA~K6jBHwtmN8*Lei#g5(4pcTo}0{^e&LnKoBz!6EkdZj4_ra zS+f31+t#$Kz4x^C)?dq87Pf55Hkc%Y*)-{;3y$_*F|K_@Z+*za_vQESyH6;t?1)7a z2pW_kIbSz2=;71yu1?07gUOz-(Rd{*ESb?m@{$@<73H9|AO-a!m4tboduUku$Y6Wx ziDADqC;7ykmN)oNWlJcoBFDliBo&auecm2;*eyZ|P9D8zS#|CMwJFPhDMODqAn3@z1Yv6Q13HN(s@Q6!{ zjM;^>DGQG|YwYBHreXKY$(i!$9)_wYqH7C6ntr5`{%3flY}kUkYuHXG%0H0hWGCEd z){w`{O)er!K zF;h!CY@(!nMr6>Xg9{clJgHM4GjbVnMO1chCA>MVR65J)R!p)5>M<5iJ6cKqHF(Mf z$D6o2#;t^+`aNk*g>z-}$2_R{R4{I9iiPdOw8sn&+H_FCpoWS{B{U^gKr>t!?FviA zzQUAu&oJeRDMpWaoG#K9Dhcx~osap~lnoneFy|)R9n;&yqV`>BpY{W1)_kxx&^rYc!Rz5ahHvlwVI(podL`%^gy9o3yg6!K#{42 zCJ_~V5>&A#scPW_pjC_mYE7Y%F#nIMu)wM{m~VXz=6Vfx$MPG}r1jV00ox8+fAAf9 zG;ko`cAraF?WC;H0uHE5z_7$X%?tF@QH~C{OxHqVkOmp2YMA2`P1iVCD;^{3RfS5z z0?$@q!If(;|GFBiw;FfbRzoUzs)a*=*G*{jZD+6VaLDRvOd9N@jMfVF$t=_Xk%>CQ zH3B0n1CXZ~pixkdjCSZ5$$=EfF7!Q?Aub8xp$>#dC_-526=S34?k z04bpz$aL9&EXxMw=vJr?w!;0O1?lgw&k!5v#rG+$G>UD!EurDC<)`ca#%`vgNJ<;s~k~}AfavWfa>44HSJCuR!a0aj= zS*nemrPvtRb{jiKv~^b0Tw?ybzoAQ3{vCaO^Pl^c?-`z5bkaM$1X1^IR`$g9IYs`{ zL4o&Tgzq86_`N{9(+wtAE+|Pahqz!Aav~_;q@h$NJwmZs7+kP?Y<%H{=;w>xHU0IuTJeqbm)Ns4 z5Hh~I6UrYG0YmjtYJan`J$Fe>%(iLq8KS;5O*XWoD8`E@)zpjv<_k&4(v*ZPpC)M5 z#yG=PN%?Hm_eX~pEKQUa{KEQ=B|9beUp&P5`n5CA&21OSpYI`&t{es1N~h>8#RkrW zu_kU~p@n~b6fbPZ6GinS?c%e;6!Dp1YR~B*P;zPrmevi@WS1|JfPR>ACZix~t8=$=OR_?Mxed zVw!{;pQg}0DpBdjN+A8%6wEj>MQ0wFV6iGGJy7)n*Yq>X71)n9a9JzQJ&&GFM8e|4(iqr2xCkKS%-I()08`OwX_iwAFzT5vbWmkxYM zZT;{|5dYzI1i$|}qix?8Y(gbr<~8#$^M)0eVRJR6-m&Yx><_hfL`O-pyaryLdr6n& zc6icUnlIJG4kX!~p#+^9iNpM83=qa+9pXfkEJ;R5@??alLL+TjG=ev#BCWPmpw)ps zZQmKbGyMMt3CC!VV1JN^0O6~aZ@#>-M;Idd{6D| z?!)cVf>VNF{sm)(Px7P%kPj6wgUK#-IL_*f#%SDl6yhf%R8cBS=}Cu3vP_7m%7)r> z*&yDW_2R8r7v7eB+AzzivSIxS%=FN(ZPz`;?vuB~hse{ylfofEqbVaGc+x_u9~Ch| z2_7>NlXkVb*oe zW2QH%G2PZDhJ%z+_X**U@SHg#Z1to>6o0at7Wxn4^&ZvaeaCUUPNd!3vGanh>v3A! z)16MmRl9neb#<$2t3cIySG=LfML|JOAot`+o?OTULUT!;pQtJz*Ofq~T9VLssE*+g{Q{+d(8E%0mO<3s!$y zrPC|Hd%7gBuTxA9I-2NF3!gD);;={cjD`s{O?*Q}m0oM5%7tbS>^(<{Szx@3^gC4oaW5ghA4=)(p+Yh26W zPsv!KTOx*JteM_EjL?;F0bLVmpzA`ZHfMM{Y1ps)cokJ1kAmFml*3`G1df};^lQ3i=A;7Qf7epiGTF$LTyJ2vkJQ&H2kThsD37TN zry4LUPXorJLI1+=an=*r&cYe_F5-kdr!gu!tP9FdTl!SR4zH%dvM~HIX2tk1i6O@t!L7|KjCF*FZ z0rS!{(D9oLU|O3A(9PM;(5?9oY#&zL>3N?qKCrr}yJwrhGc%L=}4wui_74)xtPdBa2~G>S(HgjwNZpvN8jh-_Hd4kFtL> z{~_;RUB4^;F1Cso9(cRO?D=bl+Hu0wZn@YkF=KqKM#zsCpkN&eg=%%wepm}fC|X98 zsI48qX?O!ztsq*X6-BCb@{|LX#c9C$)-qsuFB2FyW&h+_d;ET6RnhR&VuEYnw<1+n zwprrHbBV2GT`e8h9-$fXHJBhj*GLU84YVLl4~HlyBSb`5VLZwSW6}CB21UZv`qogY z0o$+U1N(|)!1nHXU|qNKQDD{nvB@QQzNw`oG?poB^X}FOo%s&LR_<=JV!H$#l%6^> z)yFo|dKo6zPczc}6eFXLWMuUb4D0~Tzzbju4S^bCb6=_f$D;YbxqK;btX}`LXVsr? zO)TEgcYnz_^VFLpNn(=#3GQj&h0IJJ z+0610&1@gu%w7U~fiKk_cP^a&lY7aM=kB-GeVcfFWBBgtyR45g3S@WI;2Os^ zv$^rzO|{|E5@uhilIg3`!aX=W)J-&zJY+M$4Owt*suj}-+iF}4TeXX2zv^P!uQ<7m z3MW71Zgr>sY}UJI@jt?g)8}?G4eUgiRoO8DN;o;)T-=Dl#a_`LLqUoY51>crd=YLa91<0(|;`lOV@J1yIZK>qaAp# zBc~edJy7<;p=0Nt96y!+IPYxUqr!rd4@-)V|Fi7Eu?LkUM;}yOJn}u}(&78~vP1Vs z`{O@DJyY9e8@_`2N|7|FBbM&rRG10LLfvIly$<(#cFFDM3IA zZ9-EZDPTf?-~s`RZD=7ex50!KQe&gjl4V(vb>FvSN!Gd2dL<$2uy&}kO1IG4n zWH2F2kC>Lski;a-%&*&;KJcbLAP?X7&(pVU{~Y~D(;VyQzHfSt?fts<_};GtC-!_L zI{Cp@(o?&isM_ldIDh^l;9k8LI5*IM?e`mj@nG{)&B@b`ROc8ElwAY26+Olqa*=yX zCWp!rb(9qA5`}(4D&J>L=XzPKZ7$M6sHfP_@#ITrPtRFh93;i z8C;ZMXccAn9c5^w39vq)j3;^_ig|-`+a_S$e_+nm+A(YU1AE5WrkFIJc2td> z;i7>ZFBtoigh86gspVNrsvV6w+c% zImtKGMtWRV5w`zokQ1zWdqQP57bXX}NZ!ti=IROfD1-n1hOG_2zOQv|u<6XKvzc|@ zc~Cy-IO3>UKMohIUGajoCxu%@C}x!4qiR_(DN$A90^_w9Z)hUG^_y=`vK!K-yZ3d=YVa@bqp%G&Rs6JyOX$^hoMeUA!!j;V_L~XSgO106b;_82t7B9 zLjRav2vu~Va8WB7E@(s%yq>}>z1e<%GxaF=8{&}6yl zI~*)~PsK?8g#_+rqNuO0kZ_A?h+RDGHR}IrR66cx3-xInFy zsHf)*TN;47vE^Iej`n{+J1%_=?-1XHcbTq*TYQyp8&X2fT+T;3)7cmYk3piE*DajV z*`)WB7W*B!-hET1@r_GW!KzddDof=sDU%^YJ%Ipa2vP?BZ)jkMGI-u^{w}!fZaNl6dFB7rFJE&#P-ilQ-7uv-w@YNc!kVAbtTGiuB~| zu%N7g1U0c=IL`CQuXFsS>zsgRyvGx$aR;F*JZq@bYl6vo0?-o5u#_^qNdw-71`yh? z7sS_p^bPjb+1cuvu21j0&L_v;Hphs)A%E&b(iQJS9Z@b}LIk8TEU1VeQI!{zjj@B; zF(zcIF+#p7(+^eH?ogTIfXR9S(9aft&@UE(;IC=Gzp(*C*6sd&^vyp$uB<+O@Ais6 z)jnM=OpI-`28fo>V7fhF9l3~_W89oRBFM{;eo_dFO1)ueg%eg)SYcCz0S}fh!T$0k zC|qKAVX~e;=%))n_|=6V^s8kcv~B}PywUiCT-kJgdijB|hf6=n+*v7x#*5Jtp>UPMav3@eMQVO^1lSV%hJB)bqlc@Z8i)DsB*WC4I* zSqQ?bmVw9{>%Ysh|%6FCWJKvGgK*XZ66~_;$0gbjYK{&%)|V_hnUzo0KO6 znSryL?Z{HT=RMim4*s>w5>27(c_67-l0zZmrs^#q20`~pB;ei00>Tn19h)_hTW zY3=m~OSa~|e7OzzJFUxkca6w!qfw`-e&~=F&w8aqH#CstApIyW#vkpA_oRghc4{EW zNXk-|lFD>J!$4eUj!+xCx zHJzUU9LF849c(-6&d#>$(3zc%?ap*}W@YW{c6Fv!Km|lV4gooZuv{Vp0=WoDNFpR5 z3Az5{A_++dgb)&PksAn+8w6CuqoC4V)U7V4xZyH!P<5*2|*}}_HrBdoRN=X{QY6t;>7Uw7F&_k5&n!(FG)dLIza)8xa z;cGEo@(GL=ePUyoPr0LjHd479fVPW4#!%yBnWZwEXR`u$SIna~Cmzuvj zj-xFlP{_A(7{nW;9Nc^*zxHZPYxN9PjGQ7!D<(;8mTHH!r zUCnY48TpTLYWbb2#?o80^x{Pv^V^#Q7Gi3jBEyfNu+K@oF}|Y$j7XoFGfDiEid~4fh>Ad zf-INNZv`;y?a6e zV|zoaxAugp-~2iZ0tY^4g3pdnz>%mr5PhZwBqd*Zot9p-k)2iWQ+{sV%cA`37iEad z=M{w+&#H^k*3rf1)^R1NYlPC2A4z4&KT^w*o;F@ge9A0Oc+zrdCyfm539-)Z-lbl7 zFBAgr|BeYhIoJRWeSrhVzODk%e=7y?kqD3yodYuBGC^)aIzS|)f|8VEP@bCf2AP)l z8kL@~g~^ED#GgO2Nz9Dfpk$qXbvZlc6*DLL=a$@^WE*`iL~}c27X*H>mjOQ9PX-4M zV8P)(RDz>_E(Q_d7eMS+S>Wu^G>~>I8DvK!g8Zm>P;@d5T#Swdl`$~@6&nrEr%wWW z+zCKD69p*ok)Sa?0x%Pf18(9@0$g}M2tVBigh#^w|MVAtlMxA;5h<|+Z|fPyw)c*qJ4~asy1tPbgLwpHwv1FeE&dvp#RKQ44IU8e-vvalK@1xp*uaAg zyqwex9-?rKTZ&rcRFm(q3C*{dH0XL0Q$9;;(M&f8bQ468VT>R%jpCJN_=H)nV7hF9 z+FpC0#%dp`?YDc-{q}x13nq9#2ph!j46U(;06#qn2(nT)1Q!a|_(iByZe_zV2ghDy zQAG1hhH|En(>Y1y_l%KSO(R69B|uQvhVhzyKUU}Tqm52~tBnnaL)dQD5W3Ih#n@c^7@O0AwKd_g#syT5XFQ8C^-s< z(o#1>nT2bu7f`EEal;b7inGAQOJ+G#^(3oVKg!_t1uhHi!xXV&h$wdr;Wh3-tll$# zws;&Ei`$H~x_hxUmmX(xcH!-gVExx1JMtfc=xh{_q@-*}(-CWuY}Bf#pkWCr=PdBi zl36ZEGr^(vjIcPCVY;B-PZhZaiE_^XzQZ?w?e#e^W}g{r_8M>&j}C8jY4J9vrq1pN z77)P(*|y=EFd&W&2jYY%AWKTwY)dUzZ#!STD$OM?iAy*OP?h8=zpi6~OEX+)VOfWn zJjW0Xau1N&d|rIVkQ-|pGUH5xJ@`If7vAFSsI$6N1e;SyusebU#IT_aHneRUPK5*M znMfc{NZwQ=6|5`IRXtQ>l9t;L?3_&?xkJNwOg~zB6FK z83KB|(XXxR8&DI>US+-2EhpNXGNRoPthWaFw&AZ~Kmr?Nrz3#!OwyJrG5?u58Tm+^ zM!eUa)4V7z63t4H>Io6va79S7`gtsukHH&ok)>Dq>vZG#I{m1I&^xTGHx0HC&0ZA!uh*#P0Dnk|7`=n+8P!6P@^`GdA~yF0T9seIkCPC#CVOK8t@{SJ*bAt>_$6<4nT}s>2O21Eyy2 zjFO_66H|2)5IiaZnsJCv>+|tw77v$Zb#ZAnXRv_uok6i}IPoQDKk;{XAFHer51% zm0M zAc`m`2&j0Wkl=|*xtbuTr6G7EnklB4=AC6`HLaC3O{bsz?mqK#`~&;L`}fz6Z^TfE z7|NY~2ARVVsCPICN(cYGi1EV#H9;!d7P}GrQ^X0$rlKLPu%1tV@*1duWx4ZhC2B zXR27KWr$Q7L;cTC{k;iPAqLr@eIU2AhSq~ludg3;TN<`LH92?a?7$;Cl6KySDZk^9 zFC7ReD@F_jnj~d*E31{&%+sVO^ShFik}ir;))lKzbW>^-UDWEv&ZG)uM{=o3V<@OZ z3^isZP<_A@YAt?*CUc8-9s6vb=*=A_=gi%1E?IajQ1i1X zH2m}fwCy%uzOn1z)XXlcn@f97YgP`NS3EvMkb)}Vb*>F&e7%uHF0h#$$X!>Et>+bEl zW+%3p4J_@n)vWCCQoK44AzeD0Ae?h$<&68}aECD>_CQQ2<3^&Crc0G2bhG{y+m%@# z-I3Qo>=4Nb+A=x5i>N~h;;fu+Llc z`VfZy%q5z=h)znK4`e3IL~`OMNm=Ca_*~*>QUUHZqcC!qEyUc)x)3&$R~)JribM3J zl3;yRNszw2Bv9WhF%;BqL_x!rFIGC&8xM{CWv%wbhAoQK&HJTb<}8E*p4o5hgIO=# zu_@1d$kfLn2{8}DX~g@)RNTGTw20Y6_W79<&bjGyUdR+TGiZ{Z9WWu_``<0j@f$DC z@g0}t`ixyR7%0}G;Od4o`hH_0?SzSm{L`1FQZO|a!fyL)usWH(>f%Fx=MhYK?T;b7 z48dWSF;SRb@#J$)$#Ef%DU_fk8a3b%Bhi16o#gj0GudY$m+t+bFy+jH;#AN3<*DfV zGKQgEHXEacI@h8!Lthxl=f7B237brd;JY8Qz}z|w?3`(E!aWW=(Zp3>-|!DX0q5SG z4-Wnv8yfIiRG8oESd7mrYJ~Sna-`QwCKmmIjq`Ysi9h{3mvCyika%)g9OeG+3X-8l z+SZ`jb$>=RjIS}Oc)M<0A^iQ@OfWNJf`xe!I9ie6_z^6eb`AsYV?l7%-5)~#=>y>& zUVulVf#h`>V$Ym{1n-lp$v*C%7``VyvHgyJ4FR^NAoPekU>w{4>v$Z9 zPOd<9c7gb#MzPgyrn&mezAi%D_fvi z9|rm%8%VRU29Avt@DKk20$W1?>uV!m?^p{NmVX77s~Ir7Eg&t}3DP1wfI$j;N2f-- zqA{bFsXXdaN?yuRtT6o{S(33pD(BrNR%Oo}a&*9vCBy96`g z{etQ6VZrUl+XX||&-Z`B9|ksJ$UqDn#K1-jOvJzra)yj>4`4+Fy=79cD=Dcl&uE;a z$J89gBBe0nL2Pm6Jh_a2k5rXAOT3srL#P)_;}k_x*cRbbq*^!?aa}YOF(?|v-VzPs zZV7MTZ;3t^WNb15E@I#!h782OK4S^IKxg1#(5qZR@b9cx+)E}s?$?xz}=_Y??*f$L=n*#XYL4@0kJ;e+3BWAHE7wD_k?R?1>Z7W)A$KWi>Qls6M!BAAM) z6i!6TipQhsC1Zrfk}>?%(mS}0vOBo`vO&VlvR-0;S!Yy#nTGWFfQuM15knSY;30-A zPfN%>>kN74(5t!F;5XUP_~+b2$`f{4>O&@vGf&Us&n6WWOeIK!6LA&dF|w@W4ymqu zG)h@z(d|X3o&FPhD^kegSG^LpEC%8(X094 z!EbVjgy-3mgvZ=e<^r3;n`7kUO(z!?O(crNW0dmJ(b$@b5prGCFiBNC9CfW`h}a|R zjqa)GAos|w#q`KpkW~L6yw0MUJkT(XeGt>=R)hSc&nkYg5vm)MVkOX!)eO739iW zWNPir!dl)9B2Rdo&>$MZ$)wlLE1L&14J`xbIuw_)x)sjzU9DDZSF16*t5t*RRhw*WUh0C>?yKXBvYU$Zf1pD@$$59s*fJ5?m=cm;(yT0-Yv zFW@u{xRfCsD6DJk%agQU&S}&2;t+!c zZ!>6eZ3bl?VrV8JdTG90C(3tdn=W*;dkd;i106LmPy=)C3J?TuhK7Uw&=eX1qVSlv zqUh7ln@(aM3X==&)n!t~SwyCXURpmysg_Z~f1}_}#z@SPl()H-aQ^7s!JTfZ}k(e_F#5r&$4-`qocVrnfPh%eU z3WqG|q}8;U$pUkGq0%n9U~n`Rnh*iWVyP>(nz+R_Bc}v0uuBjjbvr5fYW~tR&TWT{hN^J&4DWdL5w7It-$vxcT~RaF`s zRh1@N6~$t%qF7B;6*gm41!6$cd+Yy(#j}Bp8ic#P0qJ+^K)K5gG`j=9xbN^ZavMQcU9L#Z#Gmj?`kiK8x9=B#1;}QX8wDW~t=XcaS+6S81)mQC?%RRaBcT6;&29 zg=RHXQftK)(GSpx&_+47>b)Ljv|c?+Ol`>I*wIF?{0q zwf=;RuI@7=y)A*hx4le{SFx>`s#XLmM^CiDWFzv;mIAKDT*$H+i)s-)iDB1y3z(>Z zgBp0KL9%rbsC-v}am$9c&TU(N?c3#d*Awh_^L9w!z(i!EYcw`hJ9H{v+?PUQ^u=?4h&Fk)s>|E=)y?e)%`@x4h?}Wx0ZbhccN8^ZfKPFSCgBk3CK73Pl zFS#YXvsQh^Db^%A&6?9jyDm*-*PWBwb>~G6ZFWP41}Erf_ZF~GL*1fT(6H%qXkGUe z7}qSC?q0oga(LZ0H*Wi`?VI|}-#N86On3i4qU`RGEZ#(90d*{aLb{&D%pD*IvfL%& zvlnaRr+exZ$vx_p#O@AdlGUX;t#zqWl`eI<+@;EpbSk|C9Q5B5pa#j>ze3x$^MA81 z``gsOk_9&=RxET+ZQSH|x_zJa@$Lxe!ypWAD&#!vUPM9hcw%|pjr1DqFoBakP%Jpp zPiw@uxuQh3RGi>8h~qBzNKZO@<%#AVIY!$fPgZ*mc&I^$8k$#r0>&kuJ-xKxGtaFr zKXw1IY^nX_`fZw5+kz!8zK`ZT4@#yzI+9gghh6`UBf@sAI<1u+-(pBy6)@_%(+jfxq&Oe$q9h_A1ul~aZpE2Jchmeb-q z^y-)!b@b>F2_tHxy*6^h!H66gU_=fKGo#$YEN_8ut`A5T&IHrve;(=k_)qS!xwCDr zzFeS&WoyK+ekTX~4$vSVqU6otlf)O1XR@EfXQVyEU{60tC!CtZ5l`N|P!M~ETof}w zD~bAvMUJ>7Ec;73(pX>g8@?cUruDp>GU z6D(iDhK<{)up_V-f{qa1hec!GM8~I1$0sGfNKQ$3nw}Q-EB0K>qr9xBha_yoFBQ0O zbZmwF%q1NCxiL5NeoJ1+eGM^W(oQ@)dC_Yi`^ab1I@71Ocean^`bRUAFF%>v2w#8A zf>qyEg6~!m`1|L)I=k5M(bizAg?D03Wgy`34xTEu2Lij5&G3=#+ba+lh!MxBVh0YqN zA+u&$@N*kI=y_vu;LMM98)-nH+J0JsYU*Bss=d3^(FlM2iw@ST%!W-HB(Q4>7rxt- z0zp1xIO2zc$beXg4T%OkCITo&zK0ZKY_Y;Iz&{!SlE|PB%BaBixiJS9@{jqyGaNtg z&K&Fa))x2O+cS3Syx@RpYH>o@ZaAPyrj|NtVA)3}VBIn?e7l+rJ2%i^-zEb1Z;OLa z&u9qW9RV@kM<8Jz1`>TkAPF4^Dae6k9q3eGswS_^4Hse^^H65T(?4o+ZIr6+zh#Y-wZmt0e6KXu-7dC*7lEqdB6pj zVXlyV%mdO1zQCphLmDRn7?RipdN%$IRYRGl6wzOijEuR&3g!z!4f{F%bovagkvo&n z#Cw)-nLi!hDwvMz5l+S47EZ+96OJZ~32x&a3U1ly|Hts<65woi29}=-aE`bEKgI(D zIA7pVLx9aZ3QTd_J4ROGYx*hbE2=(aj#9>)C0RJniPhX^gnIrozELoRYZ6Uie-b}U zxR&uWzBl7>{GE(3?7fU3+foWB@}q6 zkssK?gttruX`Z2`zoZwW%~DI)GZZs#np7>ABG!wZ5*jj|;F~0qxGU00Y@2K{p@}fxIHLH4 zIIL_Z4J+I11cK!bz+LMEylu|FMGTTqH^_|e1VtPgGKmv^FI5AFW&VGpR%D#`km3@mil-)}j%IP5A$!Ve7 z$!WF|2oVDxF$fR?|GQNn4|apBa1Y2ij)rUk1{Boj1ql=XS|p;*@lG&j*m=CEG`)B- zrA#(Kt5l39)n+{;H{?7Z{-_#DY{?xX^yS_r4(9ff2XosggX(`L4XQ6w2i2GC1ftIz zK(NLMgor`xy9!POxq>Rp1Jp5S$i-qHhZ4P@WZ>teeA)|9ChHkbC3wQlmrSIVD8`d3 zvLDcDRre_k>QU0gQ}>A1Ge&nFLP77N6PL5LVc zh(Wr46`Txk1T#pHhdxs-l=1LH=)Svx_-G6xX-%?ZTr&Y{+$F=CJ)hAeLv&>i?1 zibA)6A}V5yQ#7Ux40k1C#{1 zLm9>!jNt)L784F7*!bTI$w@D?4AzuNAbO-wD({Om>S1na!R^$VlAH9V@;+Lp`6{E+ ze2&>+Im7C(*f^bLYkHT-!tE|MaeK^f%#UB67NFdD=(^4mO9Ko1Ms<@+2sjrI)3p>*-#@4j66<1T6t>;*6)_P8x zwTjzjweZ?2%K06ZGJdD2M9^Js5OfkoqzF~|{v#%m>%`hEpwzi**3zzeD{eoz&T zd0iC~{oIPhKemwR_e+`Sw+h7a9@UAw)=W*&Wl^cAiEFEB6=YsJ*gC)M3$!x=ea;SNURr95KicL*~{`K)362F#4>63iKwZ_Vwkt-PLQ?58HzktfMw4bsPS=y(`fg1jR$wnoe%YW@~?=1u`B=O zyUrh>PTT;Fe@s$}Vx`cg94V4>YtXvIIC9OHVHh*!Bxh10$=M7>LaxFv#!aMEmPF1e zw9)oWD$7^PrqZFd13ll*KQP}PUOzwY-=60QIQHl!oi@}Q64h0G;(Tja9KX6CrRZu- zc4dBMNiCmS-^kq>hpCQ?W9qA+BlIn8Y2?xs!nH>l_nPD6=hUp z|8~|$;`{5vjv%g3*|{y z^Qz;Dg$*&qw;E#$?$*cW_SGij^jDwD9;`~_4^^Je6bt?zNJkse(1wfqH-o@f5o%3# zK&$DlZ@(YbT#4)8@hKP6feCM?TO(w@`k|nZ(q7J)OPvvEX*W;j#I+?A zN48`Of}6{#n9Xe>R>Pp^xNxv4ylhAqRWe)|T__gB5W)lX?hZ?@MzXn{oY^BMz^QD99kav5-Z23?8{_hDd<+{|Nb+3{JUZNu}H+TC-GzqHM`JJdWUdY3$*1o0;rkx74q#>b4FObflA zm_--!a|6Vs1%Be|g(UHVLjSI@;=s1ilAy-X5@yX<2}d|q%&8bFk_0lhNI{m$IuK~A zhiiLezILm~%#ABaKb%#U9b7a}?R;gS+qz(HE_&&LEB>!1kv~JCC%vGCoqiU4Dr_qH z9Ah#uHDHp@BTbfN5uUVW6DG&_J|mBENWBxeVX8vfxFmoPM$LF{>w>D%$2EWewQ!9{rliqPHJ ztSt4kM-~}a$vL_*SnM4U+rZ8FW*~h7G zqaw(Q@zKPE^wapibK|^TmY?;QYf3ma*Nu9b;5j*y;PqhUy!X&_GJZfZ$df~$LLPZ` zO9r{$zX9o;kVV=*Dah2X?A|6=)z`YbiZ#w$wY5xMb9Oqj=H(f&Mk2Ak2L{moWe53x ziewQ#oC(IiO9}N{;)lDxDT;J^U3J1`u{GLx@oqG3aWdLnq$&FIA@YBXp(Ab^_23i?lZkPmi=CR;n7Y?4zEFij5ArMdg!6N#s zhLgR&p9=8!nn-o~!VPlyoJ+@jDrGt@*RYO$yuo((c$Z`U@lVdtr3H@T>whF#5+cah zZy4nE9ciRxOd1hQZ;-kI%CeV0TbT<+dlKP@UJTfogaXc-0q)im@Uiy=iW44~E}js2 z>=;CQxImnj6Z#Mwg)D;okIO{cwQ`cpTAi=;>J2}u)gH3d$~f6_<(Whi%?Q%nfkCbf zVvx$m7^LvaW=uAyY)k_k#RM=`I{{{z!C<9JgQJFIa5E(U9_tBY3pb$s>I`fvM+moZ zK%XO9IBRbWsYfk=?|1|XoGhRmJ%Vao%;35U7VfxWp--Zo8whgk4uVvSAxPddf@FZa zR5GZoj|DBcaL`j?g0X4 z-H@ZU8*(LrU{wq-wWNV+Ca0mXTIdS+@7;jt=K=A7p1|Gf1-y{8z>W5W zcyb`nIeUO2Jp^&-;h*qG)O%cZ%v)>$VFFV^dL3Ct84s_by$ZWXe-(P2F&5Iwd=}Ej z90(g=_C!8q*fE35rl_I#>saRj4KPNgl7@Ac!Lo={68^|c=qUi{!LuJpdqGT z@H@U=@LR0&fPosQsDZT74LCj?Ao+O?$hR*6<-Rqb4D|(BbRdYyLBL~&d}2wkZ|UiT z*Aye=Wn2#P1-_U)iaV7sf~^(|W9o&&kr&i~?N(ln>rOdO>Po4gbfuJ0yOk$tJqjDGNA4_OPj>+( zy5pG3-5_br*Pz}w3lRT>VA{D7%=>*HGt?gp(YxMjh{5AZCib~RL>%I$FdwrGyhrpL z@dJ`g)=8*TI`9ptcVj!#>WLlc=g94Tq{Nv+`}XpvrC}m+u0Ur6TMJ* zgHopYgH)@jCpBwps1Ds3x@D*kciU3P+r9Qf-T~iNxnY4L+0j7*CQ?{$1_$p*l`xu;(gfE8Nb+S)PFgLq zL|a3z(pS9*az(Ngz#Zy3q-o57a z(;#=VClmxMhN53qy(!+eVYKM5|Kmc;&fYxYp;j|9=9W&txSApt)+TA?)k2G^JfSe7 zlwEGLvFc5QoMuxl_ny(pYe6i0yWYfi=#2a}Eh1=FI|~v}1ADG3B>r~_XqSHpR_|{h zAN@Cq{TIErZTsKYi9PEEPag8?I~lR{elh;w?IX09E13z5-!xL;uPJGY(j-KEEHT$` zR8VRT*@{|j=wJ)r2v zSzy~d|4r#uuV-g=uIjHiu)e!I%>V8Q+<`v|$hcZ7n^A#?geNr$MPZ6gb3|rEOw!{P zgSf`3lQd;%rFYG0X>+Dp+JdO0cD+jC(4|Y-G|mDZdRuT&L-K-u07`kGK_QYX&(^9nNSYbZD2ptq zieIx8%3D^Y;*LeBXf`S3Ek>oxZcxfvGnC0~T4w?OZ-b{R$iJHmrlnJ%;D@iE#CzJi zGaF}*R{u12pl;j3?n}E@-nnq-=c^T%edkIE*s^0ZT5%qipKTS(kjzxIN^eBu+I)*d zU2YX=u3N>bI~GZLvq_rTVoXZ08dy&tG|R(Ydpp) zy{8Y=ZkpBCuywYhVaJNbiwA$ItBKfKaTbrUl~O3V$5=dLz9?CBM4^&dG7Q4ZTr<~r zI*VnzYULnzExe3olR(pg2-S9jDBY2fnAWCs)@K6`HKd~*SuzD|E57(tzVhEMF0B4~ z;Hr;%Pm|xwJB{0yU%9g1x27&^cWDhSBL6IjWIn~@YHWO|tSC8En6J^XaBzx6IDy54qaY0 z^b{;?9efcZQ6K4yV_Zhh#JJ`hA^NNp*!Ntg2`jG^CtJ-{LZzr zYq9I?j`iPMwg)V(y0gdU#EszXxeb_LH@@zJ`?DuBKQz(wzlj4;PS4p9E&~?JAi!=|lC*Nki8>Tsphl z|Izg4lF3(lecaD?`7b=}*tM?U-oXGjTnsd8kzVP-E|t(L-vJ5IG)wT?P&m9fXQT2LykF>R;(@o8Z_4(%dkH+`B!7+v$m z>CT`rM_)$x?0vxv`uaCs_{L}A#HuG0zwEI=QP7s7%Wf^q%xEpor5{!2D;{ktl(rr! z7PZwc6SY4n7T@bAkzRYTT;A|}h2q@vmDI^+<&Iz-bN<)vq_uVwxqZ%+T)N^)>K?k0 z6MYk$5BCOn?CFj0+xjXYWJ6C{L{+z#Th>kSmUQXFSzQ*&&{d$NyOw7ty4IP+U0bpj zb??jN^_;S%y=t#|yI`^_j(}_`}@w^K;d&8A{ z-|R*X4Enh28VvFJ$6(}?zuLGVt8KjSGMhMViA}jM%ce~?*vuleEngLFUn0U`#8`E1}XY%h4SR5JIM##hO2)T5|nVe~KCP(kO zki8x5tQ{ZxT)!Nd=~a!W$*YhQRDv{4K7>&g$QS6LNmRjKE;R+Sd4|iCh%u#AepCtDvDV?WBJIAW0sGEWRxXxQI#BrjVbf7BQ+KW z(xP#a7lkY7QE25yqMsi#Vt439Eg?UgCgeyXA-nDpvbmi_YT(UU1^-c{2ytJ6uyI+4 znWP8TUxn0ZQV4I26u{#fpe%tc{Go7t!}+k#;K9a!a5I2r-xyA5C>Jkq1ZHICbrL65)thlhXjupq!fi zadSY8pAFrFSup=81lEZ`SmqOmib+#Z?HhnCexG9Zb`bb(fe^b*h0-km z+A;pf95WeKcV8^~#0Qlg6H)Ck0bh=tfSsO>KtII^>R@Nc!d)SbXG5Lp1)bOzdU_gk zmQZL4!=WyZg>pSJ{=X+f`b{b%dwCEa=0o(o0K(Hk22Bh!# zHmObUR@yImFX@uJmv%^oKkAPLnrVgWsk2uxLPG7uXc9MRs|&KzdaR$$j0h__@w5 zd8O}{4d^*Tz=$ zfayN{CiA9d(0o-lXuj+KGJTz32y}*)enfTL_(54`8dh94zm-3-yivTgbW**RHo8BnN&7ncKl*{3 zONN1*3mF4B^$x(yG-NOh8M9nq<*-o_<%x3cBvhtPLxpTMR%oN~xg`+=1w2^G#mK5w z!nB2kVYmK+_MquKecb#`RiACA{+lzXe4N{(>dI}`zRGRV_gSwQ`tp7<_T~L(>dQNm z*_U_90azwE!8FYo<`5Swoi!RO!^dKEybsoS z#7uCz@r`kxrC(p0)2sc#+M~IW*GV_$Khgf5?fQ&s^4jA7egc9b)Ge*nf!b=hSBrI& zx&;wL1Z0UI1PCDnl8}%|o(wVw322Dy$Osz*1A+*ZQ5R4FtteFMXc$Q#iVVlC1ABY! z^WwhDi|^-od4A9TdCvL&&m`$V_!OllVk)6C>J_yWH$`oVo=T|4PbFN!PgBf+cr-&4 znt|}`JV@U%9}2gB0cHE_q2lOzsPJ}#sX;rT1bg7KfZ+a~P4jt6=LgMDFu}|jAr}`Mt#gnMlInby*hR>u`+g&W)6%& z=V=@|PsgEiJqNvCNSy3o`koaq#f z%IK$Y`Ef&pvV?(XZQ|XiHfC>BKdUEdoZW_>;4~7(Id#MdPF36lyFA{+Dv5u=(2!o5 z1qokbU^JS6;xG^LHd#UW_qI^=(=wRtvKrMsXgX4@^g%i*FZGzYT^yNa*`3zkjIk>DdU_A6cbyW zU}BjAW9=~z?_ddO>nx#gqZK^6)dpreFM;aAU;Ve>n8SYxd>p6LK|9BD!}se{1dkyF zHQ=t8i|ye_2{%~h650~;m@NrqNsS~ezdpW0SQkH-TuB}kYA9oZ0;-;$PctC7G$S{g zHqOaToG=R#|DS=e#uAFrT4elt0nFdM2o@h)`LV=p&1|XHx26*RZ6n2@&O^D;?)@3$ zfG#-;+aVUlw(u0x%bZMB9is@TqFof0QCr0tYQLnAHZ0Cd91&&H$Ap;-J^wtzfMhU? z+ziHek~wJ0$3OyF1NLf5n6lmyW}$ndaF^XbrTdn>t8n>hvig{VzQ%XUlk!tP-YbYa z+LayW-=U;qn^TcktvH2REl{#cxoUnPyF!%DY?9_Mdr~r4I;o01ELO5dlh1O-1nC?- zFO6+PP+W6h9D2WsTWblE&~rkLX371|8ftbdoU3$RJbUrLiV3aTYF)k8HxH@{+63c3JVb$zxOhCI4MF zE5nYoYVdybYI0ar7L!n{6j1XNsce-jQ;;qxlE_4LGI4Tesz~%)CKBnSqU2$*NI04- z5{wB%0s~LPHzMXh5}JX6)iVI?XYK@GW+Lp?Z{~=3~>7DX0bgX`@skaRIgqph18L|vB}Sj;S7BhuMvJ-H&GV+49If>2PS%fa{J6Nk-Ob^~ zRo@@3Hk>|OcQMkZtRgm4t)b#o1ssYZPs9>so#i2_JP|XaG9^*jDx+pRlqH_kNf~J) zVwQYV$d-)>I4K4mM`}dOfn;=ThP?%pEyutd^#3ehhxx1C!NPQHgN3eZv&Dn1U0-xx zcU{-k=IzwbeCl9j1NKBgZA@@x6$O`8#v+M|g>-I#f=kcO5mNHXC2_gUDY1FKN#nAI zC1llzhLu=f$HS|)~v$JHrr$L07^i$zc*KcNB!$C zeRp=)UGF-)run+p){E_d`!y|Lo;i)tLFrmjgt(SYf9RGP^nl$0dnN}9xx zCH*2?(P(l^{+N)Mt>?#|H}J?xBbRb+JjooGfUeJ5ih;@{02VI+bK0fgS%)on)MpER zyZ<%j_C2SCKldG2rS0)_EW7FdQ+{WtyYgC;pR|Q|2Dw7R(=T&LB&{?Ne@VrTsMR26 zYA^Fc>iYPhHF_Sl)WC}>G$7IWMlK;|oI}W(FbmSq_ZKa~z^p~!ZG|m(+H3;`uG@gS z_iRA-(3hZnaO?cWfqnK>_uMxZ^q$OSovyA|QhzaD#v(MiRU+Bh-zYZ4N+HG>w? zQp^ZyX~Vn!CcFbmSr45@bDv)Tqct+fXCTjqmb zZ_Nic2W&w5^W~uFnWI(B6X#_`zq@V7dg#4fem`ix;BL4FvoGc(`3@yGriYEic8jA! zx-y7?UBx87t_HGicQ3`~_B7?>wO7=D##gkUOOv$I)vstF73M+CV)Q#K0K=sgV4%SY zbhlZ7jvi~!GPDphjM-zV#~iJTN1c~u54)~S`}2fj^0UC*tUtmIQ6Axs#SD>sBL>-l zA%o(Oz=s*(Cm$9^dJi_@yoUO4#|NizUcGM#-Z$P5eXqTa^Skmo&j0ePSulAan9c)W zuo?rpuULY%PD{|(XANqfECgkyRTdXa|FSu6a$X^ya9uALKkmph`t2kcLiXbIQ7%|L z$>X%1MS`27wwEzvbEJ4+MYfxmg1G%$nEtRudZDq52R`O?E)-h&1x5Uq!bi&O9?+%-Z z*n4V*c*uVy(bapF@9sI9=IQ=A&+EwRYVX5u+I$YZeeQek^#>o?S%LE(7h}>sI?R)N{N9%P$$2^L)1j}4pWHV_ z&Ut?qIv2Pta4zfz-~Z8FXHiX_c^JSy2?=opwF)jQDj*<>YykoxAsZok0trb734{;` z1OzvVYaOghM;UjiOI50jBQ5G!D>{}Ab&l;p96fr@Ok20=IJlsK2ns@c=DnJ$^nB-c z@m)R7`+vWalmBRGvTU>}HG8ZsT`<BQX-DC;_+=t9B!t@qAx85NQ);D$2{viNl~ZI zlKk%|YEKtMZT^{}*1qwfR+0`?m`y81DBXgX2?nrywct#bLo`zY`78l)=Wt;P%0O{Q zDxC9@v2;N^)`rF6v+zauJR%Z*j$DX~i^6d$It+c$p+L;6S!s#-^`iQ}rkOj^p4un(EAoF8EGc5sz>2a{mh$er?B2nuf zjx_-buyu9_n&t$fWo{rY1kOcQ&|LHc&q2RO$H^V+C3moi+(F%aimDu>C>v;$5fjI0 zFm;?1{$4@^)3^xtW+R5qLJ}hZY@b;0n2R80MnFD34BGMYVVn>G+r&UrPMVFCll`%A z$_(uC{Rl_>rsM0W({YKoGR>3y9VEY- zM&b*t)*l*65L6XmP}D7gv>^_X#zcslSP&jdh2Sr2@Xus`-_Ai+C&{|T1@A5o+-Jlf zNp@$Ee4d*R-dhoP{bFQ2lXwPAuovW!G-M~yp0G&A)+VXIymq$bK zNj#+6k|Eij3h~i&h)!lecqS8qb}j^+S>ShPA?rRLS-k@Ah6uL+5Ihip|B|G>6GPw@kBA}e&w==v4B3z5klaythTI@8C?jZ4#(5)e zF#{$R6BeEyilhOs=t59X6ahn39P;Xup!qZn%AFj@5Aq;A&PUGILP)+9BfB#j;_DKK z9+K1ck&_KeN3-41*HYv>RY3MY3HiTOkl)aFhP*&8s29?pjrN8yh7M~26ZQ;0II;s^ z*M^|j9D%~}#W1a4LBAm#+U;DZngmcZiy&{6Kzcq0Ip515=_V(ANKW-iF(w&N4#>t7 zPn2%eJ+)hXOZ!3HoeRy?JkOvb9W*8B}K!P+n5G6<5{o6~AcS%Aacn6z?=o)bF)-w4-_d%p24F zsCVl+^FQb=8$3fk*(tQ)G?>D@VIwM{eNdY+1-Uf2TjD8q&3D-sGOoeXZ@x>(kuS^=h8zdbDr#zvhh?y7ljkR}7=3%cfD& zg@RGzIkRUlkewnoj0VdB8p;-Uqb7=hy5z}N#hZau(m;Hi8;)h>xUp(S%CK`Ocd&Gw z=ymZ{=_|`_Wv}_L_NlQ&*JC)7|2Y4$;gP=Ecwhh6__Kbnpv&;C@b9K!OS^g4a;|XL z(qN^CQigBoaxw*JqPR6p(Cq}F@q~@tXH*Fna^GI zqMq`NvPbqt&Hdsg-5pD_@n7bz3T_v)TW*@JTCbZP6#ZlxDDE&1+0I)AZEZzEwo}DJ z#VxkC#b1`Zvw8y4Y%dt+dBH)xiyE?Tt|IsGhxqZ>l+p7V{uE-Kdfgiwg3 z;p5E(i|=i4uy3!b5nW%gO8HYwgYJrJdqIbDU(qGUQTqjZYuPs??as5du8Ovjo{E$9 zzKUi?pYw28fBAv(*JVx40mnY)8@necAiJiOWV^_|S5JC0%%fpjGy^+X6NmP2r@h#l zJ?rsq)%?4ShL~HMZS1ZMF42|ME0i58*X!GtZYlhxdZ+Dl**VvVvMbfi zWxrK_;e1*3dBrQ&zRJFe-L8J;F4ya_9j*a~Coq#8(?(`dL-xHjq|YWYlO2)X@AoB+ z?>~?+<;g+ej0Xo~fw%YQqPwOt?K-m)%mAC-e@_se0#}>+WqCns+(Ph zU2RJaxH@W@T)))rt?FH}v-(B#pO(CIZC}z?vF(3smw7nVc^k%`vpANJrI1J^L#0Kb zQ;D)>U(1%I9EamLIE$@0b|H*4WEY`qAr+C*v=G(w)@4R%nw{)RG}BD;%$$@hSXtqVL83q(!UKcQ<`KIyL4|~w>csB+g0fn^mo{BZm-?yJMDDw4 zE48PkE;}C-_#EubW}0`UhdHz+N4q!1CHmIJo@Z1>6|ye!t2h_9P24>0ZC(!d1wWfN z#m(eThiC9-IqCd4b~=APB#pNaEDH1`bc2*h7)flt6k_w{sFMD^s7YR|)}>C=?-zf2 z<)HM7I*W~uE1h=qmw3@{6a<*JW`{a7qzl|@QiQ%`32BTXVQxrXY*|=VbOSFV>Zaga z)QBK8`aLftdMYA0dL}G6YBn@EYCa?>YJnw+e?73)lQ8DLdyB{-UxoCkLW4AWS)2S* zlP-0%MSsn3qnYYJt;6>23J=3;C8y0A^I7&aUvW>CX2kjyo=awYm6RQlkx&wz5_g%G zAiOS!6AnfS<0kn+;S^W+>N8Tc7Y`d^dmg5|G#_BD*_g+hm{&t(&W|6 zq_^$cNZ+*YlX}#0Or@{EPW$?$lLk!{e#dG{g6zr)!cP?DMEhiCB{I@7GFeIIio%2` zmw3_1?SjbUhmnGm34UbK6gMhiIy^dlmJ<^<$Bq#$utb6WL=Ry^2Jv!$+46v;^00VW z5q@q{g3+65q~Wf;5(Dif%D0+rwOSk8_Ful_bF`u|(B{I$P}l4tfp=Pd+?j-&^x)X+ z0*)ZFiW`y9D&S-c2sr0|;fJSBaU)V^!g(pP9DdRqTadWG5(SpR-5H5;2<^r{-Yjf?97j^|W|IH#5KJQFUS^^Yk^ zW%3GhLpk{s;jFwS9y70>ADI6mFF0p9A|!JrEHq;_l#@2k4oh8Ni2?(Nw-6~yyagHf z{lXd;ua$sTt&;G(TMCBmD8t>powOT0hZUP|T5Y-1;k4&stLNd|rqh<`4Z)5HbrJ3{ zH8H-tsw4)xJe$QVE9IOiy%O$M+85zl`YznRcqS|$f0o0{nPUfK&4;kgF9eGMgNPnt zr2#Xg;9VINUN(rsNQVSG?v;Rn`-;$gUx(Uumo8V|XTGVt+d((~hC4l@!`C#ijcFUx z%yH#jjq+kQCin-|XEOZjN`k%X8rYt7w?jSZ#@U`VbL>-P^C5o43#`)xi@^c8i%d}< zo9H245*G8QFj_@{ktP~E=%PV?zZi56%0c_!HcI0o1DVRNO*awZP?59UP`#_oP>-ASlW|w8!H*}7-}}qM zru$D%yUsto99ln#1QP(p3jv40Su1)pUr758OFb(dxLE%qP$w^@H+=~#Z??=W47-(|9rwZ~|+RPWI0)&2C3 z{rZN#|7c*i@`r)JGU^|gLBoT;B3%@NRRA}y68U!$`gZ_w2LV!E0mM#<1OG1t68p0{ znekbh>if5zgvZ~9Wn9rro|p{lt(9)R;n5&}`4Wd#oBPla9mo`B=StE3nqocQi0S2twhoMS)Fj`p`Q#WkKLRD?7Rnx*Q^=&w^NfT!` zZN<+TTM(WE~*h4h|$rA zrjMrLdT1@N8=WL~qPvt1`blXaOIi~JGMkByUmXk9Zp2zSRqT}CfP)Gu_^YBaep)Ar z>gz=RcM1Iw0N!f=#xDRKD?n(Izy{ZVIm(fYQJHiQH<9&Gi@Xw{~E1*z94znfJVuge(wn)liucQpV6iI#`k^c~(|Ly7W{E8*U|UMs2bh>XJ909z_WaDT-)Bkw;U?TC}Fh zpfhz1dQl~jNu?oQjDksG#BnG_!hhJVv#6%;JPP1}Afi^s1?IT6C@z2ymOuy)Ai)Ge zfB*?(PY4Mhn?wi#0VSw`f)qgoMpQV86)Skqc5rLaI__3Gt*v^rReQ8b9Y(ESS%cpB zP5UN1e4g*k@B7cg-A8mz3f$$k2%}NKV%UMrv;!x^9vq$nI0-YsR?kCN)_kyv79+^w zjDQ_3VC-E1|4&!J@2D&MPPl`9ZZ&+b5qCV`^UM=I{e;yM-uMfhV8G)Y6P}|%pbZ62 z1fI)Z9YX!62q!(b!S>*;aR4uFCb-IZ;AAX7*oGxwZCQ$-y5(T*S%rXuZeSdB2cz2q z{%1YmcZ~+WyEM>yy+9xEg73IDd`Sa3yhy$m0^v0p4DUZeNW)1Wf^=YeQo-@1B7$xQ zKGPn2wgaMKW`Qqr1TSqN!t*}@+w6jnPgWv$w;O^EtVUpmCz$`FA>b^@x#|tZ9Um}y zec|6vSP9aCK?K2PEClp7q40ajhF>3NB1A5;1;>L5o);BS-gb!bw?}M<1BCoph)r}t zbjl*|bDhB}U4if_SA;dJMrbPyA&0%dI_3k`X&62PE-kL7d=(1odJFvz8*dXeIbtSA$na z1Gm{5;cawqI{m=uW`KP*0Abge2>Y4n3q;r;fj}!8%>Fe9dd>suaU@tj@ey(-Y9d6D zt;uz#BG#1(v6~&Fo>L%aI6xIX3re9AWb(yGN?Qg|zANI&JQ1_a8-fNp_^k{?wlfiN zED*fY!QfqDf%^k%ockyv=M*%tg&wn$h( zg^Wv;~hvcZ7@xy2FMA z=h%Z$H`)DBk2x;|uQ`2!@$jbtaPP%{cQXzVSK<+IJ^>NuCV?2zA%^@vlgN9h$=1}b zvcp;*dt|XbKvtw9)`}KEuW~_hhPzc&;5{ri`wvRC1r8)OuwIK=!d@k`b6&(BThkZ! zCHJ}TDz`W8A@6bAE8at)m47=9QP&b6I4_3a%R~rHCPC0GnFz6DU&fPs#fP@g5t-yI z){%SU1Zb0xK~jZ_Efez{IR5s`%6-1!~^k3 z{!gNdg1e%7f?MJj(Kp3ov6mAe?2#bugcNbdWe^^fBep{^5riaHOlTI_Vl9!oj0z*U zN0I+D6ticK776AL7!#de7&NZGWoLOmS-XMpNMFvnpS+E8TfHmdma--4-}3gD8?xiV zYto+hE0S*$E=qe7&Pj(wr)3ZyS3umUg6OasqJwHAw5bvQKE#oHDaqE6osqM^76s%s zrd3pw`A!`zXU*(4M>zGB#xHqVq+I#Xm`=O1ZhgS_nI)k&(k$Goy6sVywEu`buh}1e zR^1`~N_jHrwDPj#gz^{37pgbXqw2TPcFkMK0qwh_RxJ|ur9ixA5{O?y?y$fHX=G=t zCq0Un*ucEp_N|3B|BdRWcsZVP|W)qvPT$ldEW1#lqy*x=pu&+dR=a@ma@R*TPnunA?={mMZZ?KHUaA)^?WvJ_ zc30>Ex;AICKig>Jx0yByTM8=@n~mFLjd{COI}D#{YjZ!>)vUXyug-m<``9p)QfU}Y zt}u+MErv1WR)bZ()i5r5A0+c_kV@VlpKRW;*%VaGp$zVDq&(lffby`_+2&TO&(y1X z*z?Xc#yFp>mw0s5Xaf#cX0Q)zS`$pMcImg|f1O%x ze3V*VFsL&Z3~9~A5lxwKR8^KgrYOs|%HIbWdHc1q|G#@F*i3vfi_+gXoAPVR9Ln8; zizqh^c-dcQ4V`eY<4n)I-}ALm9kS_*~r<>thivMPCH=}z@#Q)|km z;?C5P;+`~9@%^-7(;qrh@sQS3G@>yTj;c%>#uTOv)(M~>-(e=nE+)Iz@&V=d`Wcjm zd!|$Fx6Pn@-#(vm<&ejevu&)|-L3p3oy{V*gN;hReLM7_jkVbkb=Ah$>dK8`i={$l z-dwLPG4D+&Ec-0gxamwnDp%2?T~HCWp9IhIqYS(fjJ*Sef7L)vxa!y1EmRAtySrd+?#s`ww< zbsE*=nZ*J8=1oFa1Vs=*2&;sU0AWd364nGoKrnz11Ox?fR~+kll#W`o6-1>9QWT0s z0YOkf+_gpAmm_XHGt+hoW5-Ta)Se!TEb^acrf0sueE6O7etQ1*dG38b+|iK3W}(28 z&4MvK+r_7E4+!Z&t%&Y48q>8_E4tX?!Eb90GC$T3ZC86FQBqlJ@GCo%qb~kpk?xa< zg1Ewc>-Fo)wxq4zQ=GA)v?6gK-SW2gBi=V z4vm3aHixT4^nM$kzT3mmgDN52t}~*p<3@D3Z31<)P34ZCRGHPaXeS?Rn(6j=eX37! z-Q3_$YV#uttCz>DJGdrc)fa^+%PKxgUs%3BD|i3loSc1a^XBfm&GhAD?|q*=f7d`( zUh!b&f=`Ds@^=i)84U|rAJ+5f*{4L0_wndXjexE;2bb==a!n`Y(L?wCEVrYt?P`peAp>XUQRs&6tc zvkX;(nHlAS8ChjRbFz02r{|Oo8%D!Y)`!hR-|r&2UrE$e$EOQT9JROe==dd5s=qAe z)m%~-Ra^+QEIk+Fu)Ra?QP@7mcipLZ!38H4M=WVsH7&1sV_bGq(X5PPdy`WeYf_UN zP8gCJZy59qFAVyl!-kYEKNwQ0KBO5cM$*#DM^Z;afq*JG2i}8v~A&)M3=Rf(qtR?r8ZoPLw>G}BdfJT6*6A^w*O?d7qpu)#+Ihsqv?D&Y1vBHC$NJ^ZL=X28U9BPN zXkhn0!Sc@$RdjN+>#m53o|@B^r;fahPkn@|pM;KE{y4@u|B>E4=iwZejEA`%sol%G zlDgOWCOp`xjD4^>X!?Wdkm&AKjkf!SM%Vp99eMvlc=%mJMs`6Pbs0MCc|?!)!)HV{ z*&Lj!BWiAD`KO7>uMm~o;?tIgBHGYvPHTF_yp_Fj{^Fh>#gmYeP?(T}n@m zcvjC6*Z7`~++%t^mPYrK$hAFH-VwdcitvAQGXGSB{y69t@^>gh{)#|#H-a_y5Hi~R z&xtP8616lE9X`eKFB0v%PW15uj@JCmh*rL|q{S~CdAToT{JF1GMut}rX34K+j8Ax# zWEIz!VKcoi&ra93!XdJ6gJan1?Jnxq``m)x)J+Y1dq$%A^^rvR<~ND*6(s&IA@%xW)y!cuu1>p!4 zs-ZIqLcB94q}XgOL5amw9Gc*YR!bLLpXiKVteh}x9o^gEd7!%u~ai3xpTvj{v>`YQ7v%0x4z)+%Ze& z3WLxY^Nhq;E}DXkB3l$2+u)$_B(#`Vqszn!&zScNOh>C?Gf;AwX!9+i6;FtAdWe#q z6UDqEiULt6Oel!Gg+C_od{`YaxbYqx1sn|4o+v_>X)&yT7)NNX_z9i~=0VU`i5FU*~}-DGS$p+reh3*ustup zpMy%tM{ppc5gY6k8|3d-r5`SK7hrusyt*93XFFXJ2%L{F)Qw-A<78Iz!gS^fPc~x&Pq=FGc~E zVL!O`2aE-cguQ_;2aSS5IIANfP=N3-Awp+}ph-1DNbYz96<9%4I2i%OcJME^hhL2t zz73A>J>dl3v(8X_;{wH9HX`3MFWjJb$BZ!SeBb|a8w!B?I~CmD20=0!LRk$V-W(#l zIOx3ji1rsi7b1jinh4rtGeqW0K=`sr&}^_p$aZ@K?R7*@l`{hCT%c-pg{s{R%1cwB zyx|Vz6Xv-D%3qlw30UTc3X;JR_=<>nyJv#OQ31>fcmTy>Q3gqC)B;3BkI?l zL+Sy~ehoZ-S3~|*1Mh!@!KXI@KHo)+g>Y6w)W69t^Pr~BG>*UF5Lu{2YDKNq1Fa|^ z0*VMCK?vmdCBK}U0RsdQ2@tM?BS5$kkRx))4FVBCD9|EE73xjbtF2hAvsOndR#%tN zTI*fiXWyOuFZ;)5=Kb&c%=3I_-ud8N(ASy)f!`#agYRhxyq#9SW7q;2Y7a!512C1# zAw;tZXnIEotXl`W+SWsWaRUSlZu~$!;{2Zat;=8j7hK=?-*SCHopXIgeeL>$3T|`$ z;Qm_xc-#sE&#OV;c{%w10V>X>IpTcmy8P8<5c-8VM7UW%gpUi0zPy0^?Kr`L=|=a(U!E`NsfZF(L&;`WSoZ1eB5Y4<0zYwnMNAGtpWe&sPs zgROUi!0TEFY`a7U?`bA@pJKr_Qy{>R0*sXu;9=(rTW$toJdec193)=zKoVdBG3NMPol@;0Ws)#pEbT^mUVjTudFLuZ?PVF z{mgvfeU%A5KQdv*GyywKuwlnB5_XJ};A;x(T0;Q>=Zmm!iI-9!9`7U3$sFV!mLT`D zewRqMdl4^icq-Yw;$P7U$A^(>r`fP#*Sn&s&9?>nJ#X?ly?*BQd0!*H@|hv0e1GIz z+;N$_=XaibzVjRj)YBvce8Yo)Q9e+I1wb7Xg1;#cjCa7r*%8=v;;?hcS76`3_fc*# zf2;Ji`Xe=H!JLBg=>vJx^1D)*<1do*jn|_!ZZlE3E#HS5yf20|`<@qd`%Mc6{Lc!; z15OFf?m8j35qMniBxpkLfi@-t+E6G2^@l-FZ#V?@gu^aVfQ~Z-izyIoPl3cm6iC7I zWUQwArP^TjT6pE~C&cwTC!^W| zzKQ4!IvPF_d?ait=)>WU=!47sQT+L?-w_DxR1l!H110@06RckGdBP~3Wp_otCOTq(XxR8!99q? zt|i6Jsl;=rKSA#c9MJE@pHqG-TW@x&Y>VYgap1=n^2w!Vav~k4GNmp@(^5P~lhr=M zNm~B_Sw-NXgt`!8d^@u%?hv~pc9d+DoZ&W0ZgU%B|0EmYfKwX}gh2|dYAGVh*R?4^?hVUFXuu`VO3q%8v( z89u#A4YfPDET}W7hTbY~CK_cuWPRc=uQuTX-;i)!P@VXUS0w{(g$y|5av=0_VCiJQ zFa`Ly1G{my!UloL7QHR}2tCs+K=-Tc(2ae|(D#N-7U!z`KAI|LE*UQstr;$iaqid1 zJdN2(pU$itYHLOjtx>s`QJ2!du1P+?txOselqVe*>XNPq%M?!qrOCi6Nd~f50qi0L z5E!N@AjDmawMCHnH}oOL8a*nRk8ba^M*rAngJv2W(BB)J%}>_)+D=r{9Y!kntNY8u z&OJp^&yM^QpXOW@wLZImW>D#wl^L}heR?~uMAvdwy^F=$b5 z9cN{yAzC``{C4OQlT7n+*)P?VbY zUZBhcURpMg>1tr7tAH>CqHq`XSfE$g*!i$`&QzJBiw%}&x^*5pdB6@$bgeZT>D)5E zuPxw{t|nqdOM_^AU2Tk8RZYS+U1f@2QH3f{qbsDVODl+sk_K*SQMW*$9TCa3XG3M$ z`yzSKJHehp{M+OMsn7sBITr|1AO?3KnSvhXA#_8J(B*w*Xu8<~o$Rzg$BYZm=)u*L z0i%aiPnZ9~)(+-p^{s++RZU`7T|@jKcoWkxmYQ*^i z|MgEZ)IRnpY8-PiGaT`<)_=XrUOPg3mNO)D%or4JOg=1im-Q!m#T`=lM)zu|5eF*+ zMaJe3UQa)R?3rY8j5isa?w1Ts7cjW3z~DClU04qxra&q}ceDsyszK;v3qoVv2o3h* z{E`3pU)`h~s-ASD=#G2LD?GMyLG}d0A^j--bH!NXx`ZQf&XUoj%~AhhyH2B;I@36S zKldhV3X!lwAb|u31hbHkM8XyVVM&m%DO6>&T0MHKQ*E_6?XhQEYV91yYOOsTjPyRxMbVqb)PhAvEk3Utv5V&%c7@G2R4M(#!KsQD4$MxN(6T^X z+VZAueDgagj^>T#{N~zJdvl{Dx4APlr*SaNwhtM$-N?*sK&HL!c~_PawX+_y)DShW zJJ|kY|782$+9slvM|t{FyB94y9YpiLjpyc`HhRoFZ5=i3l+%Cmsfv)w_UeeT_L;Kc zwpSF+wm0JQ+g2s!wtX$;aTwDN!IaSm^GM&Z9vs<7 z^z|o1wd@XRzGV6PiB=pYT5?iAf9&w0nVo(#!yQG_+-iQZ+aj!V=lPVoOZ;5!7sSra z>B0G(FNfuJE|z3>u9RlFH$yU@$t zT|UZoV~Stajag&TZ!8F~^t=^h?pYIJ?Aa7*=xqqs|8yc;-`f|S-2FIQ+l5F?7o_TI zh#sk#-NDZ7M4Q9dL~}ccrd}YbxGbd7+x|5EwuBtFCfw8tvW3aLp$I_Zj$v{~z1f3~XRC z_;$;0`DckHUnDBNLX^`@l=+Y&3w+6hK+;1(S|}(9DlP%ZTrA9746=9`^7u#;^Wmrx zgkXjs5c35ASSA!>gU}zJ3CG}|hX_}gAqLOc$YyX=GwXjV(QKAK=?9{st3=iwBJ%*T zTp|s;NCgqavpN)rAQ_@bf_Mr;5*G|T7l3h`KdhVx1)ML+I3HB=o|wxEv6Sbrj_0tQ zC+uU+2natvXEpl=mwfZv`TtGiyw1-46U)9u?7YNsiDH;2cvA%YC}GB=51xKs!E&DpLM(zG$0KA|`7G#E9Fo;Mj7hAO z>}k>qkYW))Z})(<%oFNqUKl%X6jX2cB5{=n3G4llP$Nddwg4!1212Xg&^xdPfM<^~~N-s1JofeTuon^f7~Bk2DB-z}#0Of{7f^ zBJyT3qWbjDf`R3ai|3FL%fTAQBRi3Y%^*N_rU$Ydp2(>5LE1~cNS!|h=A{8Jtqy{5 zeF%&-p-9;lj+DA^7r1tBty6sh18}_DKgVM`Qz*f5>iIuFL+D)-UU|Jc_wtfuhTTxT}mi9r0%~ z5Pv4~Sx9B)&z5q?mvC@0E>=$|n~hSF5Uy-b6piBw(>;bK6!;94Rfz7Cycl?^cwT5<(Gp3I zW4W}ua82~Jf{pSk`I}=e=hwzv%4>+fXm3)w?I#k>+b<<{JB>Z>6;xe zG&*6}T?9kJco=pTLti%na##6K@kz88v;ZUAc;UIp@b4jr~;ve-jo2Mpg{r0LK(+45}lbnyW@)O?CcJfvvX$W z?9RHo-n|^ZfFGXE@BiHQz4!bd?0XTWfMS=O3x7}Y7WhqKLwGH>^&2E=MyWPi540&8Qq4OFEnWGGaJfWOB z@e8#-6jA#^5v3~(d9{Zl&(?6{fg!I1`Q!5s!LD@@yG{cB4)F$fpRyU=%C^9(3|qpV z(p?M|(pV;Uq{qx>lcTJ^5}mS{JSE+$i_bbR#xFcL8dL5ze6pUbjc)Tg8#zGji@Zqd ziMT=Uig?Uuk9*fdo$Yn?RKW-K|$ZbT$=&?e-%3+o78P7(WBD5Qjo_6d>mb-Q&7Lql>3QBW= znx+-L*-o zAgjftlrzb-^r}P+OC=icDHUGwRSM_*3WYEI3Przj3K9_;!^{^Ux5@WcnGKcHsdk9xl?uHjj*c-G(fmVHrh@Bldv3pzONe&Ge zsjjuM9CB5vlBzmgO)rr)vkN7C9EJFzU#|ETH(R{O&6fPrH(P>y69k2$MCogz+l3HNzE5v;MLG%T8tJj+Vlh zJ!*x}p(f|FONBg(T$))(DaxpzD`XAq?6hv*%+yhCdddy|wA3Flzxk!5As<;PV#!hv zQ+68BF|?JSFua9$fWM{y{1JQSw@L!sE;oQ%)g+j%HG|9bI|=9OoY$PKp__J99sazf zJmd>?>B-&I%2Nkag<|L8{B-w%JOw2;M@7$)*Ry0ipletUqfOgku+fRst){Ni)Nw7; zHOIGAS4QnpmB;T_mL(lj6sH}^R_1zT6qe9Z^J`fWMLQ=cPwOYlo#LL#dxZJLFCh>4 z2y+ozl#Q5)S&05AD4GQSO8VHt!y@dR71;Y~0VWy=aG})%v>I#Z)f_NrYw=p!(8MvX zX*g!Bstf#68@_XK=FydsicN&sKoJ4ifZsSwef)K4N1h*|?^i zy-}q(YE{${x+AxVw31_! z^)XC~dJcb<(-pEUqa(^Tr7hkrS(EH2Y>~OdH7m%xCY4uYLnAG$p^p)wzRV16xW@`s zzhMT~BSvr?qK8%^T37}CD=J^jzeOK=xK{#j;|zeV8DJRa_x1v`VE?Hb-T>7jHiWX_ zgQUVC>e_6rpLzPZAS>xW#21PEvAa(7iT3e(Qyrtbb6mo^O5H;`)t*6}J(R$Xaqoc6 zJKg~uuc-lTh#H_l)T7OadQ6QdL3OKngM0WMZ*jg7U=nvQiv6>{2cYd7KrMFAvhj7G zytEY*m+Xo1aSx-kF}A7r;!z9Xh0rZ=qr5M8=M!urM^5hz9hTc4A1Zb_s;zT5tnEI; z)sDIQX}@vz9b9tfoc%!N3?Q;^FCue05!t_eHLo%NzefPq>u?7efOFjd9cKaRm-Dd$ z=1!3yYuW;2)4K`MX;)I>6x~=b(nJC)J)z$9j z=(-NDbQc|%y4#LS-I4=i{DTvH3^~&-AQ#3Ea$ydx<`4J`=Bfa$v;Yis0dx%jG>ib0 z<9x*=KPK^FGF5bAjuF=fXE0o8?;^nN70f&Zb*)W(u~m zW@>iQXF9(0p1EL4o&DODIkL$>e{1w{gF@^SfTt)UPxmSjFxZFV}-atP< z6V9(#&YuEEy9pq?Z2-{^j3NBtW(Zrbg^&doLeK)u;HaLv#$O+7?5mGn$JQs9G4v@L zY5Kg)6n*7qp87URvi`i4`=fa)cm2;+ZV&&n)#U-&?tCBZICu})INe>%P29oQ@&@o7 zXc-2m8VAT<&cB88zrharEfIpgGXlRS>%sS_6>y&J1)s%31m+@xNPl+3!24M!$?G}a z(BpZM(V^#ACay0^*EzpvTJQ97(A4qebu))oFU%aC{l39|5t;9QiY)d$L7&@wf^K;O z_ztw;J5Y`D3zqX|021y3L@odXeh=XDXA;ntOu>7}5-6{2!Sl5vxWDlrxV>Q!oZlWH zI=u@uaCpZz_&?e885Px;#sU1fQ(=ZOFu(x93=GWBW*A^bsv59Rq=*F~N>MCWB5@_L zo>gNBYIN-$MX{_sqQNd%d(?I9#uAUlwMQ2s7$qnQ{`Vp0 z=KPC9xxDwZyF}d{5ZO3Cypbpj3JQjb4A77sI?};NJ}?sxTBJc2azjtS6+7rk-3($Ip3$1$dhYuXD(caGnAa^MD|>Z4DKX`H|O~=BMWCSEQw{Z ze8w+9%wl}_v4efje&_&!76Aqp%z`2X1V)SC*G&ZPG%+-}Vz>_%Lp?zP*BNX9Tfr)& zaNWYHWN_WjzGpwkpuQr9`T?tBO$=>he{kb#H`wvD9o%8xfgxN#h*?0GiM3r@MF>m~ zL6)y1 zwTHHf?Po_7(4J#A*faK<0=gE(M;#QcIw)IoaA?uOkyod;{v9Edb1g;zQGo)i244Ah zq)i0NCt{d0#0brkAb6w{#tAYQrpsZNZwJFN?q7uhhD}Nsb|?{8?SQ}|4ltZzR~%t@ zwFU@eRGr_Ia1o!`#;PK21kB8wMAu51#eFb#sB%m8hioNHjp~hUqswdS4%b)KYS#v9jk?}?R$XWNN&Vbb z>-xm@*6ooEntxm2^|KY;_t;Gvysvcb2+=yu_u^a+LQj^W6_6GrAT>&avYxuh( zt|lJyy_|T-_d?QB?YYE8ztf4(pGZW&G4>C3CTA6xdt6TY%Ijk4f==gCmieAbsnDHC z-t2!mxk`Vs*WrNUz0L+6?e%j2TtK70;F084hJ(on+Q+Kd9`8pUZ=9B`5f;vM|U)H zp}r<_W#HkAO5?%w?Lqs~_lE54eIoR`-q%B`((A%@rni{3rSp@Ufw0XP2;Gp0(8^4N zw1*y?na=ZGe>=h;uA|VAnun;UZm0)6D)y(_#gW35p-Iwz7G)_<=jXW`8#G)~GjLp| zL%9=m`*Wu2tNWK5_VimEysPi((4EluW7*v2qGekd_K?Q??;I~lz&?_SJ;yf@MF2f;RPFs$W+5&89CM9duwOM8FZ2maK4;CbsY&z*P1 z3UswpN|(ml(YXn(biB+c94?EN>>b}zv8%L?%eJw3o|{Gw^{p%!qhB*(LeQ#VQ$v>* z&kkQQWMSl@qLsD}Y(~A(%9x~hR z15y1@o^^Qcy#6`=*Dn*(*)L^ua-xckOb(#Elda-i6O-(>mSw0mjL+4qEiLk0^;wC2 z`Iygx7LS?~wypW{%Wz5XtZ{z-2ToXU7_-ew`;`+F$!w}1&rwoIQ zMNKJ2WP9i%=d(cc%W$HfJ|ntRMs#M9h)ztAP|bhIuJfprW1MMH5^X4D;&hOs)-n?7Hg)?#s7?pdlj~4~1_3jPV?#hocXv^Jh+LFE7 zsxebyUz?G~ua?N&D$=Sw%Tk*}@|14x!sKCJS<*Sbyrhr)bCbXJ%S}e_+!XX8BKj=I zO+wGbFjD2;uNn_&=bOs{P}1J_Q4zp&2@596R=`-fDGZmpvii#Wmv@z{(P}G-T-m&L zn@PQFm*u{^RJ+QYY<^jGk()fT(sQr0QIwx?*gHpZ+%GGA(qEc>-9ID!xnG9l7oQ9X zilq`1Nz+j%O+(McFbZIPC&2wQfE!eUKT!TmDeXMv0OOTvFj8#<1J!(1ca`t5wu%sL zbJ=?Rx{|HNHN`tE$_tZiOA0cbiev?@vOI-nZf?COGpF5Kl0E2~nsvrMC2Q6{IqR8U za`w+YDcLAa$wEj%J#~&u zd##w$yf1h~ef3)1>WXNdLJ?;!FWY0YwY3C{D~rQDQC%cjusBG2BYCkVJjR2DrLV13LeieE=tE{~KsvLC*m_ z=xDNIS`G+R>l=bJs_Vja6#JtLi)&&{Wz~sRIhASl(uy2@nxfb(xvWNzSlZ$hUvktZ zPCo7%E5GCyD}O}SAHBC1qd2Y@MLP;nxU&ESi~T~g@L-`2`7{UAgL5_1gL>L~4$$7w z0?>9y2bx>0nEFE=?COI7YGo~u8c_a7 zGe9rxpsn;O+}O#5+AcGw>T+e3cKR+W>q=S1bceP~L?P!uY z#U3bk+0xkPzNw*05ZQ1-w7%g3a$mH*{s-auIuvZEMbF3@^w?On)C+np&Cx7gE~6Uk z2Nt9bCp&Es;_(AFc<#$ki!!g=FPXOef0!W<%*fGU{*l9h8nX!S*GagLTOaObs z%o^3TGaHtLPsgaQnck(jdRn6W-gJR(;8c~q|I{G^pQ%AZ@2TJO#M8HV;`8%HqH|~> zoJ2Fh@6cRu1}zr5L~}Sv^FKuW@232w!S4B{sZ&RTCnv@*r&1 z0YYa*5TXoXf|cRyAZ3(FpfZl*r%Yb%qs&zoD-|n*%4SVZWk1*B+F334Yd5vrXXmwD zub{5WWz=`Rge&t5!07ogmh4QOL0rsAu{3(F=iOVD}^(Y@SAg_0t5#@|l#ecvi|X`>L5``urHn`1u8v z(Tj&Hqo+T!cu$bcdyFcEk5F~7LCSBZ{QZ<)be8fzp!#0{i25VInm+^h-vscy2jKK2 zfbBPGVEwHQSboO?^Y5&{^q+h%{$2>Y`9Lt34+Z^K8$tK=PI%|Fl+pP?!Dzo}WwhR& zV7PB*$v+s)*T`tjlkb=6r1`I>d^zQ3d`S6p_Ki0HLgoN`?gF^o2e5kxVEzKYDgG%y&{a2;^yhgbzAz(NHuNQK5RLWja{3I3l(n!ggt zms0QJuTehLJ@^iQ_zR$#16Vx;;8DK*TcAv!%;l8Hg%zknc`GT;1lVXr|I3L8NB{{V zTL`@rA^iYg8=-@ul6*yeTtY$lS(Kk}o${&f!Jkv_9{@N~w%J1VHQ9Q0LzIA za_Dc>376;)ePT?k37>e8U_vhjNDpG92LRH|hePB%`O6Y$;>MtbGlQ1I%#}eS0fTz} z3~K#`LCsAp)JR~VS|%wbHKdtzl0Gs_#>gbOz@XYy@+p0OL|&4&465UQu>MN}*-Mza zFlg<_pbfF2UDwQ=K|^o)9>EOiY+#}G4i<9LNdc)OjiiknA;-uGGC`)uC31s&N&ZgW z5d4)EW&KJ8wf~2;6N7ek3_92{XivMY^}_d{S{Mg0$Xm<8mD^aTm&`)lTvAGE*{It> zItkT6cbKl@)fD9nLihv@D1}vZi#X=NIzyvkwS`t@di|(3Dq7gloXkuB7E%D}J4kw)b<8$8o z{dM2F_xH~GeK{z4z)ZfD3n{#CuIgWb22djoJG$wi)P|Z^H6xRaC#6MU86W}<;mPv zE?VvjriAxDrk4MdS;>FQtQ+?Wvsv(n=@IY#{YN5KK<)64(nf=an|69 z;-kI{M*en9W;Nx6590e#YjfC2P80W^~U zd-(06>8!_o-mC{c!JIqZ(cGJJlKJ0%s1;oIS|+^eRil5|v)SOHXPe{*r(Q(g*CPzHpnttJdW`{g*${-n_`vab6wtozqJ@W1&^(phs zrR*6*&l79{FM_S%;e02!GtZs%@)k^=g5>npY!Gieeat0`@R(K@kPr%vdb66BYJ(&V*42Q zA=UI7sm}vkAOH**53fTF;bDjg+*)J<*F&bk#SmZi*+mO^rxwQO9S=@6I2x2aacF*_ z@u7JYCIfRDOb-UGp0Yo%-J(BWt9VbqZmT~3LF--qXRLPw{A9B&;JHnA08ZT!h&Ek+ zvECGjRvX7aAL>B><-K5lS7B_pujIllr2vMN25?O|1w;0z7L2xQ7U0ye&`=Xiw~#!cf{6hLROyp#M190{~By05@X+zNNfzK9K`oC-UKB;v_hn zEQNt&1-oDE$J?E_P`Eul(y%)&LDaP*-E32Au0=<5vDNyh>Zxs!P14qgHv1N3m#kU2 z%c(K^kaI)$Ip=!i1Lr#B?@qN5C?gIv5olK(fzq)skOQ~~;2veZ@2LJa$pB|kS#Tni z3x`uDz-JjYus35GduO^guP1fBa7#+K;YM|ws68>otSup1+^W)9x5Sm(HZNIjw<5Mx zRv)v`sW!Tosfzy0r84>}d3p3*m$H~QOlb@{mBylsIMBU)NetSJ8kxh}Fo4^X`L3ub zZ>3Y_qs%ds#fE__1K68w2|IJ-te$KyUT4-^;fBmm!*%H~qSn+TvsEdX;wE*zO+!+N zq%N`6zB*y0V?}(sbE&GwWtnQfYf;=OSDk8@ymryWqcd?NGMx(T#~Pi(jdUbd=h$+Da9imJ*+Fjm7f~>IxSdRq0|)%a$ft6z6AJ z>+vvBxtL$g_f#m?8eGD{JQeF`jus&lS)gXCl@VC zFkf1fZlx{EovP6l+hr8g$WoWKIIHtF$`kT-x~lSq+~V@Cl4o*N9x|$2bdJwO#{@0P z5_10bbYw3iQSQwKII5!_Q2jp2pP$rF{c6fRwT7^&-Wpca%h|Pcp1g`$e_=`WLPK3u zgeb34WtLN(D$Xp+wn-~3l&DLp91@l_JH-`uFfm2F@~EQET_cMwlc(~iLS%?jv<@9( z3Q$HIM*R{E@Sl-6P!GPKqh~+W@2vyqTu${H0Gb;0VR@4U)HFM@%A00!iyQp}1uKFL zv<=}#n)=wu>2+%Jb6Yq{CF*2!*`T{e$pl%{#Vp@~{3xGKn4t_p$18YxP)t67GMS*{Wo znzho{yAQS7fzF<@hx0oy91hR_ec$h!`Q9h`OZr}*EuVtU^RD;^6Tw|q`m;j;M=W0o$9 z8ntwD^vI>vu?0(y#1<@Rk11FzF$IexX2cs3Jz`;Rr+F=Yz#hEI+5d(4rAvTS%wEX# z=%o_w9^3^VDK%q8X(%4vl%S?wV!Z%wlmZg?bc%!b+a zJJ!z&E?B=LY-mYocwR|WL~coAMDDt_@Z7Z$k+WJNb5==Y?#kYdu?IE0{;OW+y~zA^ zD}guHat6$Pb`$U??xGKDGhj-20E#N2aeqa!nplyo-CI$hySu#5b8Pt}@6qK`eMWAZ zVIIEiDQo`LxdAy_7x&5D`c~h}t(EqStsmMm%C6Xlye+}$nWG^ z!Th(lk}YTL#ig79_t3}6foWXPCR71;SDR5-9fGm0{utv*!zfp-8sQqH4R_t6%Xbxd z=DHp-WV>b=GhHwEq`MZH)2d7SQd~PNgI#~K46eRxNv`_IHfWaw4BRP!19wQDo(^yZ zyEy;N%wNs?1+4wgT*;o`9y+}exPK2&xR*O%jUIWmR^-<9L(cn7WWRqKvg-1YQ8z}V z*NxZG>ZfWc^)q$J_0Q@D))#vw)vxh#)^9f?96V%5sK4YDUwg~gzearG_KR=aJ~8)H zy$C2{|JN~p@n&G|HsHyfz{4(JGFQX94gkZsk7hP#81#_=1CCgcbR-OkN8{lskK?K*oo_z$PH>V;#az84>ci1tDjG5qu^V!CxdJ zs3jZrmOEfSI{|&qO+%maPa^RAs|aW3-GvRn&_*Dg*-0M*(IGeF=uJpwM9VY?ClYg-sBZLu(aGYIDPO!#(; zfT`nN7_Ux)_qR{O(76C!*ET_aZ9jCK7om0Df_7El(carC<`*-6PBrg={mefEjAeEn zvr|t138#QaW(S=IY!?B)ZxwuR8e!`4gZGbt@cJ{wHAU1Pr$Ty?8*0 zHy=XHWTUImCwo;fJB{9KttT;e{?NP%e?17Nv%eC1A|xoD`a=Sp z5X&HlX^0Y!;Yu)$eov3m9D11+(MsCDV{D;vs-*YmeQKmn=@MP1Tl9avLYN;G3ki+k zIpQGxJd-(<=g3oHC{&^^;(2B$(VnKc^g1o0wN$D^l|j@Fs;2$aKqvU0FH$GD;pU0m z8hMaTlw04Mgfl;qJ8ncIq+b;K(tQs0!kVqbJX(qGBqgRlC^62W=V?AICicR(p0-dq zRnlIn=XjdvJbpA@#Sg|V+%So{;Unrh-=Ar}B@X6ChY|N&2fz2@>(K7`41x41P~v}& z5*z1XnMt#Wy|AzsmZh|YHd2|oW!a(J7MJR>)T*1-kJJroi|Vwts}Ac;^^HxmHh0Ho|3PAz+uu%oAhF%}I+oW)6z36<$2pBv5^}$ipy}$TpvRTl{=B+re?|RZU!=ab zuTbCFOVoAyX4M%~uD%Vb(mI0nYwbaYwJX7&X2fC9Tczns(W-M7!iz zt$pR#s9kiFX%`$jwbrP;+PSC?w3et-+Ue*k9-l^IvOK}Bi*8VlK}y| zr7e)bzK~QiB#p1rIG2<-bS0SWpj+KIH89>-Ik(lw>N zs6UeWs%K;BVz0v~D-8`P8@vytlzAUa*=4Lt*=MRvX*3;3Z8hypz3#gwRs42SRjODj zX%~O)Nzz#R5awrVkUURFz6o9VerV6_gD4Yxm}KY06N zUUk{e7;3U#GVafM&Ggr-B|dwz*7&}gS!#A=R`~7C++(TCJY?OK`I&Wl)>YfKEb%YP zl7M&k{cYOv3)_Fm5F_*Xc9jp@C;+}5p`o?F3ttZP#mQkoXevm=;gQ+u;K)&0&4>xQ zeFalJ-yJ@~+coS7Q`NBNe0L3<=eJ|%0?YRNWw!GC68~*^?*x?PRR+GDSMzVG%QdL! zD-Gjs5+dOa0tw_w5@M}dwTiXHMT{un5+Im_OMnmpAwal)mzRZfm!0yR(k7+p*p0c6Pg+?sVPl_Ut>;VPrr2=KQ}sbDsA(|8pMZ^uCXo zr=;JoPD+1bO-KoA>=&30DG6Q+*@JtJ26!F|@C>`>ACs|jCAq;T2_En;AqZ|Iy#((j z@1`szAEaJNQqV8RHH?MCe9yUrQlHuQ8ox8~%>mPKoqUTY|=t+nA$CJt4>CL!m?R6P$s> zS)M)dGQThJF8@g4pZVSLANgH!!n4T<*Oo-sxQ4EU?8EC+h92N``&k<5W9PZ0!OoRI zgXMHzxR}WYmu4H~O-&T_bY?vLREE;yM0%FDBdx%HL~UAsOjR8`plo8<4|THpQtjNH zR0qFHF(c?yydBn|xGA(Mo(Nl0e+X+yB?5$pa1jo|UWMRw{~ca$PjUYrq4pi@Jn!O_ zyNK(>Y%f^Qvf-?5GdOjT)RVaf=?<;JV>mm*doWAqZ`TwB_GOxxJsFk|Te_8VIPD0} znl>zGRZj_<)aOJEs_Wu<_3yG!ljg5FWxsII9rM;kTH9KV)FnLEZPTdoC5A zK6amlJO-S}XTem#Mwl?{rj8cG(1-Gq82x!_?_OPwe|N4Suv1&gY|p6)ZOv}sHfMG5 z8#F^<7R{unCUZW#D)SvlW#%J^S@WH^LPJDIm{~*k2oK?|LgE0vK7={U!p@2M*RXqD zE&^~NXA9{tWekFeVhM~CM^Fcg_PHH3CNO#mmEN6(EdTZbePC;T3A0IG6eox5{&z!KgXOPM`pTl*x=Us5hfNBvwvr6L<|18Sz0t_5GggFF7uIvl zhIW2g!BJsJ{+PH(KPxHJFK#H%e}H@|DbN!!A~fiU0O2FNRlb*F7H|#^(Sz&Q`!1K` z46u8hM#k~`xY-{DsszwmwUyFUwTISGdC#pBheav7Uvp?Ft?BhbcKY!mcOT97P0~Ep$G4j zVdtwt5AX>%SpzVPPcVCp4;-oEg3Yp-(r$U3)?62}uD(|8QB$MxsjSWlD6h&7GF6&b zMdoU@p`w|mFYgY^EgKf)l%5XPlwOi#mfn|Sl>PLFozl~b&)dOKWMbr<(NL5L~RAwSjn+acCL3pb? zO9%K6&%q7!;1ceCt_gF{iZf_IeZ<=44$anJsBaI4+KwHR%JwL?GHa}Ru{FiBur19e zzf~KcYbgxMX)b4Jnk?+}#txpUaX^sTFeyxFI4??WxGhSmeVIXu8Ku!1u<--u_y3NXr#5<*s^>zo%sRjou(kw;aXN|hn1b&Zs#VppWw&0y99C8n_)8RmjYSazxi>kgdf*J zc=64IyOzgTMQ&mCuG9m}qyCf)bI=XYgESohFyoWl)b9gD18gW9cp3DAyC}H>(X{M= zIC^Hkf|1sr;ia_ed=*EF{F9DW1t#>hFynfALk{+ivtxSaIs1Fx<4Ak|#F6$q=SaH< zM`|OS{Wikh-}!0{9Qo*&vu~)z32hzc3>^39mMX5eKc=`0a`~8WIM#58QTWw zW04fq*a6xhhn$|`P`S$;*&gwu25;GDh3|op#sKL^Phj-0BRFb!j=5*}I`WhmdF)@T z$U(x296Hq)cywr0EDq zoZd@`pO#T&(+b*w=?wb*={)ynr^zGAY4M75+I(Jj4*S05ob}t~yyhR_eBu`|`J?~N zlVttQ31plEuH`yr{{qf^2KC2=@GOh~w2uQ+pF|I)uz#KgNWq#Wdy4@F=GQ~aya1#N zn_=I=ZiseCA1$WLAmVB; z>|7MWj>RqT>e6o5z9fZh%ZadcSq)p3b(BrZWt5j!ny4?W*r}40DO&i-6`FYE5ly`G zgPZ6op$o5&b;8TUU3lpQ=WzZ`)E`0LdnR!PGdKg(&N~O7z6g+T1v}^xK*TkG%{OQe ze#;v~w}L=)TL8k_n;`5?1PJa#1OILU@b0An_g+45?pFi*z70a}k3-0V^T2xW8(`i0 z2ZeQqP?)y~m3foU)-r?oV`Bh)IP(_VyLkaKfZAz`sE_q@?{(CFA7IlR0MP@0&=1@o z@MBL1coYEskJ#YF%73--me*I-#AQP&dV2~lH1>>Ul(o4+DC#NBiDaDL~_JIuWAe&4>)2Ex8){SN}4908h@1C37rhSPxV9AJH31jWS=Lq=Dqea z{vjaX2cYFK!0RO7b{24~0OX5+|_KJDzaz zd%~B#njQVL6nJ(D`27iqznIGSnf!OkPN4Sz)}PHa9|!!HvnO+QzQEisGxuwN@&;qy zrl(Z>_NpQ+pKVKyKuts7#mC$nn(%IuD!3^ST!_R(T0|V!f=P*c^!!g*jGxNd$1?YD z=51zd-(LWC=InHpxmN+2w{iJ1u#~7F@gdekSd$&GCc=YS5;vQ7P@9GCEF|=q}aJ|M_!b zY$u*^9o?CRCxjK-gq9RY;nbT3QU;BoDKwMj(jr<;#k7&O(q6p5QM^V4Ug8#B;2EC3 zZ%KX6>k%%D@6w1RY{+`>D)ZjT2cp5}5Edc)Ml>Z+I%U%M_qCWs^WWEE72~eOE7sx# zcHws%=8!pqC#b?>4xC5)#zT5g&%=5|BgSsz4B=*gFc@pwp<^v%6T6uGVbv8v6VEoK zu%CtzYoVTuH|kuxQqRE)bs=ih%kWHHjB52pJXUYRLsc2>ss4jIs!F~-Y>7tTx|Kks z_8sX%!kuy59Uz+MAYAR)78ll~Df_1d+Y`X{gt3oe@JjB7=W;rp$)iv$XXCLv4G-l! z+?VI!o?L`G@=Dy6*WsqT1y#2DaNYJeuGn6~MY|`c&qB9*%d#SuE}CM*v9526|4H`hWmQ$u+3>izcK zfY%>+pxV<9ciqjXY7&O4O=9p{lO+7=o`!SoBk_~_IO&x86zQbLOzDKjTMfL2<-$yW+6tVa36w=N0?C?py5fdZXOwB~;sKo0m|(r>Y}-n7^+I!cT%|#cL}q zUbnErBX1*aH21=#X07o{vtXS5TQ{8WjzhV3vh;)ZQ0cHwrsAMawxY~un#F#fJd1rk z^DXxHELHCEDN*k9*{s^`^Sx@D?`hR$-`na z4w!7Y+MH{((p;cjZeC)&)V#)KiFvDBWd65YXud4ZH&@#h1PI$XwdDK&VN>7R_~LWs z9|T+s0Zwt*E9dn{kP2n(b=Vc`jx8NO!9P2-m)3U*SCn*$u~^+PQMICDN`qw`hH92{ z$h0a7&ej$NPqSGNG)tZrRA@UlXtgdssMLOTP?>#RP=$SN&?Ea9!NPueu+WiRPA%Iy z;xjI7fwfES8J_!&b_L410DC$susu{pX;?$75BEiJgjre{5vo`k9;GY_k5dQ^M#yrw+GJ}w3VMXbZ&Y=>Z#6; zOtj4FmZF{6b%@Q3uA^*ox@7C7cFA#=6p^o=5V6=PJAAEST=-7o*zgm^(GhoySrKmx zUq=W%Ig$g}*AW~8H(7(9BUyhg`Fndaek`z&pG%?}U_}o-7WeeR!d@n+pjUgv>|ULf z-}Q`Ee;X5TnbTu{c1n*lc~bOny9wRL*niV~vg6pOJg2P4LStrRvGd5tZ7w4s%Uy;= z-gL=`dS%Rr5(d(f+IM;^4Q*A*^Tb?wL@ml3Hp&ea}C2|<~x5Cv&v;i zkAJy-+2e?7T1*wabWV#A267^OdW>+a^O*f`sT**N`R`-=Ej)Lv?+>g@0*ZJJoR?^a z*-4Etv!5TP_iL+|lGI5#F{!IMyKhg+v55)Vtb}Aav(J}yBl?VV$cX<&KQwN-Aw90Z zd2s9s*FmwRZppES+y=&8qZcj%V}+3n$+1FDj&&aJ9r(37`+<4yX8h7*pg09sGJx@U zKdZlt+<|V$N%qF%1EMvf2E=Pe^zScc^h>iFk~G{QJ!z~yweK`T zN@BkAfW&34{Sr30B_$ki>zi)h$g`G9?Yi1pvj_#3$8SxF1I zC7s3l87bD7n(B;+gPS2c&0iWb`0o~(gTquKQlm5(gJP|Q3`(*|PZ?yF`Ul-*9@X@f zhT%5}F;J4Qge)vBxQ|w_IxO{wRRI;Tf(S^#1wlaB7uhPCf?zF+YcW`>1!7%MwCYhr zn9k_52qRVN(Xs02*mBg0*4;Yw&TA{$nREQ(;g>+T&v(D?-rW1eq}s+T$kj$KDAq?t zSJ}^v+T=JpYL`=ZREyIGQCG-ghwvz2A3k5`BjyVo(e}{AeRzs%u!Z^G&nxKmB=&q{ zZ36v_r8vO?g-KfEB@aSQ@+e7WvX?Y1d6HRjQh*{MG1OvV;#_4+LX1^(e3DJ%qAa^P zivN zbw~q@sl4x}(9d2pKUI#LbX#O*I3qp7Rg#i1Mw*!6W40)LTCdpjVDsp-2+PRSXw{t5 z1nY>D#hS3>LTyO$$NHH`M*A5_+Z+OtnjEJmU2vG5_`p6OK^TZWFka}0wuei+`W|Q9 z55=<%^w(yx?_JCskh~1ux%oaV+Zri3y^)wZ9E);2B(b^UWzo5Q^2nSSiaFU~77^Kz z%CM}3>X6Jdo1n}*P2l1cy7w1X>-{sf8vHU2+fT{(&fYKmzQHd|=%=O$-PBZ}^-mRc zJ)Gr!Y-JAibKcvsxE6D{4sw7JlFipCc|d%=3ULMYSWq|^QAML9^NPHrvx_Fl!V9O% zXBCDhf(zzY1m(vl1M*YU)ADj{rskDuCNEj1^<7f0^I398=e^{#&iliAI`3Se_0AD? zKG`HoXnN?F$2zd~4V-s9ebsD9R^|hRe5Mz&?$^y%R0;`4~VAW{6 zzsgJEzsgtYw`#g<(yCB1pQ?HCiB$^~?^R`3cvTizj;X9tdRA^xc~tIKyH~cW-7D^> z-98p-w~vIC+X`XjUiO+}+yi@=a}&MBGN60~b3oGRj;#Q~R|A3T+5c5rVDbhHd^hxi zk8wD>jqaFGGaln>rbx!s%#e<)373wkSs?SMNs+r5^LvdpmMh*dZZdZ@?lpHYwwb$Z zxNYw8iFj+oI{#-u+qfP#J#}q6XX__l>F~v*XHswf%nO4Y#nrdW2OuNknn@-3E z*WWT5R4e3zwuoK>H4*` z`=|~`-T_2%&O!A0()%vGF7ytd*YO0PX#-Rpfcdw8FPHFO<^->BLYFV_`Iw0Rp@QqJka#TaNZ^N$pi9;JR!f3UlklrMQjOkB8Cz+EP`=}7jf_)5LGYZ zV6w%xuMk%3Z`J)FES(`_d=2)Q7)8dBY2*VELsH3yq=b}{HN;3Z6BF4<_K_pxI5|VQ z$O9tq{I{RKKmQ+LL$@`1TvcxfMPL4A02x8XkSQdD%qNK?ixiSFQc2d6jpTFk1;=Z^ zuQ-VRpcT*1fu}6q6DIC4fAff+c=!f{mTrv$r z>PnViH9ghzY@(-*)#-nka`uSa?G8^2IaR3_O<3#yx2)x}~YODa}EbvZOacj8R1E_9kd!9U&-XtxwNseFm$YeZlA`&cp# z1%y4H1{=o1+}IApFV-V*Up)@ps;Ri448;%1`M9Qx$7NLpE~=K`f~pwjR4Z{-wHl{Y zMs%vT;FNkhI@J4dQr&_!t4^G-xq+{2pQ1%0(5w-Xqko|3C8EC)!r2Uh+gdow857?- z+2E1E2|sCv;s=d8uGo6xf+hfG?84EhU4RZ<5>Dze@r^zof7dU^aYOlkxh~hBD9yX?C+CW*I31;Gf5s4OTf$g~dL_%YrKl0t+IthzKqO6d`y+ zgAql8muR9UMr~u8#x~PQW;$s)O;e{$TN|f#+O&Oo9O9Vihu=K!ykGw3Ip@rI&L2K} zWeh%8HU+nr&BD!P7vR0+H{izd2XJl0@2SO=PpM0*2)%$@K+gXkB$Nwe9qNbTSiy1o zw{jNf1MdWTsjI>L z)aBq|YB6Mjx)gGZx)^enz7TSSo?my5erw%t=r=>3ux3LE>m+g_l(3KE`9sKSOXK9J z0!M8Wj&B^bpNF&IS8E0EaqvrUFEk8puaAKn8&cp}xE?M?nBh`{m0E~!Q0EoR)Hy{v zeOA#!&nfoPXB2+ctl}u^lwy{BLUECOOmUk%qxg(H75P`rkx0Uw*hskJ$m@}W^Fv4k z#t@04SBcLIj@O6CM==2RH*(>9g%qwwt%1eOn_wY25zZ+yVNPkJ&L}O^DW#o0p{%Em zDR;7FlpXA8R>Il%2so{ZgOdqqFq2@QrW4HcWI_e& za6%1xT-C%GQ?+vas&3vPm5({TBL>`~8(yy~}^F7-X8L;V%gp8QWyTQUjs zBopEH2t4W~o?_m=#(O`^K+lQ3@11Pa$8!#2IhD$VnKU^}W(32yb~E@h6RF|M4EjK3 z4r{;G%`dP;YEOTi@uZy)?@C*cxYIt6w4{A0X-@x# z*p*HgM1%w)LRZ=nPq6-9rr>&$1#lC6-(nu_xVh-JFqY{|3MO z^r>{8KAY96FJO0PTew}>HeSaLXF%JIox;|v&OmooKhu)s7rS&b(nj69tX_9Z=G6UK zR+sg6sUwSs5yqh-A|&uRj}vh9!5rK-09;4kw_w6OzW`tgW0}z7o@rpCxSl*K-m>&rH3YS5z zDGa*J(a>q$PPLmeSgj@ld#B07Z7wY1H5OI{)E6`e>k3*$HTgZ_s{A3T%{VEu8t3HY z#_K_4#$N`N8o!m78i};bNW=(JmPbU-`2*JB=a_?Ac>lL?^?DP%-xQvHTn7j7Utf^` zdWv6y&XN#lw`_t|i;CK5NuynsY<6QwKF3*N;W+9@tB9gvzW zgo4Dona=yh@Ehx4%1)3{&GX<6V zBu49)EZ2HcZm=%O_12#vf0pShh!l|+$_ev5qGx=LeRl`zzlfT1wdi+h0EVm4?;vd$ zPYa%nwG22NE1 z{F1Ed<1$_KC7HJRC&-^<+A1Q+tRmt}J7IKoBGTEGc!+&>6IafQsCBv?>)=GcQHMD| zT9A7DSJMy(_NJG?>I#8!R}_@G;;0grhBmu&tU^~FJHM%jo7-gN8Jg+>vK!q(UE>~+ zwqaPD-Y_FcZCH?|G~AbJ>i;N7aT0M#9br=Ih$z+Zf(O`l*D(k4sC^u*fWHa*pb?-Q zX~1uL3;G^64=lT6P~7?|m_6Z8=!t=R&vq)$lR@Wr^elaAAv>$JjFZ_~!^_y!5|Fyf zE7Z7$0@dzmX1n`5ljy$7B)A_ji7o#TB{maLqKgD>e@4?1cQFT-u?BOfKjlW>i&mf; zaU-?3j+eFpm^vshb~2FLwH$K1p`iC}f*sxQkkzfBGP`wjhSx}^c}v(DubrdzHgUIi zb?{YP`vc;-CI#EN&Ix0??g(Q$zZS;s{qmAY zP3-`-4%F`kF!TcG`UH@%F9_26S3{~V98!Er(D)KTJ&;Z%4d|&vpNUraDp+woCp*^X z;V6Cm+%3Mtyv_Y*c~QRGyr}-Kcu{@d@uPYPKWY!s^Mb2b^Rsy0V_txfE`UAAF8p?& zb}4G-^#f!M0;mttkTAkP{KzX1cPJRP9a6wne=NlMlOV>gh3L^-*fLr|Z5pknHjeJ3 z75-jUxPOeb!GDIe-v1tZz5lnYu#tbU!wwQo*bs8y1s5^rv#5Kd4|@^qX(!T%-<3Yh z0c!6+Yor+kh?@Y|JjsK|qY_XYT@DdbArL+l2^*%j!fVrNSU;_Uus8n4c6mTWePv<% z`%fPRaOizd1S|xI34?{PfC?z0ab4Hs=+V`n#)1aBxClW+MN}*picU~isvQ{AXapU5 zEJq|Uu5oo;6MNQJ66@QK;_m9%!};;3?|Zkr`|cfyK=XJ6m}j7)d9mbY&XL-iizQ$4 zKFMJIQ8H}$U1lf{GDE(Q8@~K6l_`Lkn(L{zG>dt_^|RH$=(UVNF6YmDAYwE1i#P)o z1Ae7i_?9`qQ057ra({T22g9qpJ3K2Q;ZZRJ?iC-yt#T4v>0Fn}6>zRJ!>OtUj#Z6t zEPn#0G9fwrwT+TiiZgj1vzd$3Oj*afNZmi@0e{>C#8S6U2@qCB{VJdXXH$>efMc~9 z?P~R~uXQ6GU{@PN!eMKPgw8S)HkL8aTBbu|Nrl?70V+!+l$N7h??7EEps69%0@^*T z6s%$%(AOE%okQJ;)E!0LxN@N1Ho&-x`qk901>E-n4qpSd-^ie<*FjeA0I9(PXz&9L z2N5wqr%0pEjwYdxSp0@xe_<;-yJ5m$txoMLslX0;#OdK1@8fE{>TDEQ8$dbof`ljE8u(_usaQ?&QkjV`JVhh zF7q5$bZmz8Y{*@J>ps8@4hT2dApT5$++q>F#R7brNq?J3eP<`(CU<`!uZd_Og?ToE zu^zVv7*6dd+8aiDJ5kq*x{l`nT_Yg7M9m+`b@ESgll)9*7VfHn`*y%D^vOfU=CMEU zTQ}eto0I2kjGj;B@WKoCf-!kXBVW>xSNF-|7Lw@u@$~y2X!iix9Ci{2JOg<0&-B#Q zywPpeyhZL2n!$k=ctoC%-^eqG8XDlWJ%kOERfO38LoOTHne$#wECyv8ej zh_`r2p0y$DsIBvaP;kx#SNM{yq&pc%hLf@6Gct=LlXS9zL>u5_~Xc-f(T1TFxIVORO+lSQcN6mQZeN3(K)R~HZ zFecX+ldDL>73Rie=Ef!Da{o=dy2Ut8Uz~*n-@=MhjK>L{_&B3C+7}PyLA0+YHKTD=8jj1d(P)w-;DUTQ&dKNCjA9W^E7EaF zu>vQQIXI@wgH>6C!>S52sA_OX)qsPVCVZ{EhrPO2u-GzV?F4GxL3mN0Wlp#eS6(kC z6`t$u@xay z>vOSJzZrGIHZ0j6^@~%Bl5;Oo?-W!Uqf=6L<@Hi9(PnPn7XGnP=bESgE zIkL4O1@bi^rSerF)$;6+qw=iK>xyNePZdi;g(4$V$eUU6KfIv+UF!eP12}2o%ttIe z*<*gd*)v#&vQRf{?G_00hhZoP>xVq!VB{J{V7+m)wAMI5T4S6dTV+g=Wg8dDvyAET z<;InYOyfpHhH1VC|oF;Ne&l^7L2Vt3FZ^jozHGxKL31j z>o|XI?+29i0*b>`*xcO-`91xR+bb07Oc7XPibl3+n3QE2B`r6Nm1UYH$}&ue@^sT& zMVcu^k!o6|OfjufEs8L!7e;JT&yP5unP+O!%rQOG%r*)2ER#?XWeX9lJfyu>d(#Kh zKET;?*C5V1(ZE-HY6^Qx$nCAi+P*$m6&ZxAs2*6>KMEQBxy#p2jlX;JJ)vW2mu zWb+vSQp}E-p-hUIrW?^;>E<}qa zqUe#RDB36}iXx({1H&-P49twcunj1S2ong!aiQX9T@YLnQ7|qM9TQ^`P4H-%7@IV5 zT0JJINn>1VZH{f4xF-7bLB`~q{_#8C{W!yY?)$#?-tT?d)Oks-X>yZ}Y8^?RYVAq4 zH1?#&YI~BXvL}j4qIk+x?t?!w2i??ugY8BKTc0+zVe8lu{yrJ-q$ts#ABeiN5Y(oJ zquLOKDnqPLZb%Xq84Qxrbc?hkJy%wgUK~)6R;kEOt5@cxHK`r?7L85cq0QDG(OL9o z$W5(T|43ujizT6PLo}hmsu!Zm|3o{WxAEw#+7P|aib>7xJ#Rv@rKTr zaaxy=aYLJt@v|l)LsS_JqSB9|my7XzZSdP>V1G8fj+Hs!cqP|T&vn$81XO1A$6`w` z%B*8iVx5Ab?3qGA_B0N|R-|%4lA%F__!6X=a~J zZ~jo1YQCmTHUFg1XNfAJ)SEjk>V-oTl)3MMoSFk&hBsmU)#Okn0&5m4orri~gVXs!C+Zt7R+d6fM?Nv>Z z?VvW%_JKCRc2%2@^H80TEvgc;MP;J(35s5Nxc|Btw{IcOV=n8!=PFu*dQ!plxcDr{ zRUEUCfikfk|`GHP*f4+Jcp=w%AdIZjxp{oC+`EYmX=@{sUfaB`cD4MQ5b;i zqCi-Rha;;b3?|nU7+ujYxaJ9Iu4EzAWt1ela-@l_0@;F+a(R47og%JewKBGNt7>-f z>*|=|6Y5#T->7C4-BZmf6qPXrqT&h8K0ajK-(vjxN_ZZMc@}5~>PaOj;Cl|+a&wsg zmV!jV!DiKNOoNUTf{7F4DS@s$=yTt%KVwxUcnyTUD>RnZg>UEZpg zUcOfuS^hrxN)fsEt|D@gsE8~R1ENZatB(`R!Qn!nldbp0GGKWrP)o`<&RtC3S3%#i z1V~=0MncU%%&&bO@wH)?=bnPO?r6li<1ojaBE+~eg_&-%cTBS-ej)#RP#L4a4#;U?<9*zF153$olKiH*8|L0 zMgO^4g~`oxMm{4*F<81cMisT6Y+xAh%m1MW4)yq+87}skwv{@;$qeHCPVBHv!RW=)cwh z<2TZSwP+E#c_2n@9)^*vV-V6h5hGe7@qAk>o@-0S@HR7swK?&dE!7yhr3pi}Y{Ro# zd>Fjt69l#1Mo^0=1Z^T4$%a1mPB^ppF3~7y~;-V?akZ0y`tgTs+gMNB_RmuMrsBmye|vloVI%zBXhM(s zKAWFzesH_#bGv!KyP4>27P0$v@)7wLfAg4#zp#P2E4DHRj5nXUnbe)nSZ5ppCQ)-V zHG`=+;5|Tl0+62sKQQDY32<6XxQ>sxjx)h*Mths#aNskp<19bMXL;G5ztFUe_rWfpWG`Sn$Qm30X1zoG_EOXGpdT*noDjIQ#+zs8M!jS0WbVqQN*Zjk##d_r9ZYrr(+ z90pRT9Yfto)E&iGpFP9ce+npi{FcMgz!NsYgg z%YMC^ge9eg1dS-Q2&V$mi~C&5Lk;kVIT2YKkxjeEMorWcUdAF1yvW3h3|M54;^$8g zWy9!1hx+Lqk0j$rB#9>(#7;^`6{#c3Ni$hbTFEPh2S*fBU)Z=awH)L+yY-j-K%ohDYmS-oU-phG?EZK4V17~m@-{2~LafLH{%b9w){C|i#>Z)|ig_du< z4Di=vEaRI>&AE&sm0A|+^ZJT8J$7kMs z-#_;IJkRg>J-_eoKfM1nR4sKU`aqRLzWI{LPiyfdYw;-}sHw-t$Yee?>Xb688frA+ z7ih;v?2Qi@#|PL}qNL)2{7qDjI8{r&13clVdCXWomd3HB{>*a@?hA`? zS6qg-r3}0!<>996z;&e(R~0v|Xj*Vt(}_`^9$fP2#fa~A4Eqk^!ni{?Kkf|9jlYaD z9B!v3Jj97fpX1nM6-UV7Z=p`1egL;RN8BH$0lx|4_|uAbFm3|w`Uc|m`1!aoF&bAU zC1G@O7Dgu9Fsv=X1+5F`wH}=H^WuzO7f$)D$4S3_9QS_}NBs}rNWdu^3itsI2K*2Q zUick`0zb!Kpo+ayRO}(U#|V6eI-TQe7DwjG9JxGp?s4Sb;rp9`GOla27!8<(;TOYj zJ}?far>5cLv>Y6pR)izdoj5e32H%^}hyyd*v47@j?3=j>L$h{ZaMlp^%sz(QvxhM- z`xbW1`6af$^qH{bB~|Dro1fG7oUb@mKMCTfUrhZ-YV*js9Kw6wJRY?(CgRMjDL6hS z2#4p!;NZL@y!LV?hUVvEaJ~b37F1yOf;tQYHDhN`Cw2s_!?vJ)VQcUnp+ESL&=-7O z=ncLuYzq0Qus-B3!rFzZ&_mXQe3LJj_aCVHKnL8814d(cq({-;@z^;Qq`{$}0K675 z7lWbU*c}#+U5nDOV{taNEiS;8@KS6JccCxbBlL#12^+(^g$)tC!n%lEVo$_=adpIL zu{+|5*cI`<*ctg)Tp9T_21=Kzm`mEp{F)uIT!=%qa7Fw*J2=Y zCbmZ}#FiKx`j#Z4SC@s2x_qqH*|AnvF7)VXh1Idm!YW;-*ri)9cIviC9l9Z@E%t=e z8apbt#NL&gV*eyJ#{N@kh*ifBJ!9ye@tF1h8IQL+2HrE$m_MHflBmsZ1FXq*-6Zrc zor>PL1=z4G3hNT|Sd)-}Zha2A^o7DJ`ch$~-X*l_J)&3NF1G5|NX-eGrN)H4vM1rF z>`oX_>hwQSYV?nkYW-JowO*B63I9bL;}L6cpZVW3a{Xz44%3PaGM1ew^q8zkuYNq% zC%%B5qGUlIje-a*g3t#br3G zR2nX7DhzitWrp9Ae<)6aDmznD>FYd6}l2 z>86j(^jjaR=}V2(q$<`dRVI=(QgX*V`AmbHwfE0cFF)~DG# z2@N?@;kL|2ttA50x$&sVO+{s1mQbFTFF5n;Vo7d==*V?T#kp;AVQ!CN%iXG2E&DWi zmNPyU%XOa|%df~6njDL&EZa4oOxw?WGOd5pWLi}vGhdan#>i8pG43(ftJFPL%)LlEzO@io$9Os!Pa|Wg z@l$0^(b(?-%%pw+N;GJdy{0gcgb1yK4p3F zpeCdEq$a)i4NaQ;Lrq%o6HQu?s-zXFa{3qrsx-zstodbXpIia#r4{e9^R7X>jH#C2 zEBV{$kl|RNMRCat6qW|T=8S~Z8ISxj19Ho1>dU&Q2-axk*lS z?p9Kq$2G~$*ELDb4>XCTpD9Tts+_dqDN>R{m6FMA)_jEeM`^(aN`Z|ftO02vm868< zi^>3N#U$iaPJyLr9&)M{A={;c$(4jGml4Zd78qScLb|I=NOifz6j!^HuROPq|Rf;QDrTDUE++gi5l(QEqxF7iJA#KD>ocvZ;MbBLg zm}|!)tIi+G-LsJ44n}%?6w>PBk?KiBipPXxj}?iY5<%~&5teyc#W>GeF}8k(w50y9 z6jOgmimHE4igN#1imFqks9IHut|8UWxWZh|QscX%&&9n!nn*R@9W}i7xq++(AgxJ8 zO7mnSwM<1~%RJ~?!?3J%3F5tpi1TJ(sn>#7F5nVxr4a3H5~94_LWFm#xY&D84D$|) zq29YukCZf9*AZk@OB3CU%#HwV3ugb)tZY#pNOaIMvnMc=rrg8lHyNOt`2wB9Il`NJd zmYXJSX@{wv!&FskUy5*&3KJp{f`}v%63G=rC1D zPz?>fhQ?Aup=&5&4bE3@2X@SDH{mIm9K;673h4>Nng)sFdiZi`z@PL*x2FUB4d`!{ z+Eh#4J0$mAk}E5#K6V2S9vb%By$r_t@M9l-?8lEfui|3~=L34R>Kk7MNH zxPQYi{HF-%Bz~M?069gouj8WEQQ$fR>IkB)4!(z9z(}Po+aTzd+7@X^h@~hb${UTxy#$;ne{W3nKa496xz zlF8XHx$q`6F-f*bG0iXF5*ug0vmMuzU*q?I5CL&80N#W#Fa>7799RhXPy{Pr4XlSP zuoL#{7dFtJ*-)S0@K0>8kNN3y9>Ra%CR}&!yz+%sjkJa~5C%P<9}I#KFcFerCd|ct zww`JU_KUGwhRRw!(gy5Tt6sZxU!RbgI#P56z5Du}zk1GX_!h3fWv34=-u&wYo{ji4 z=AtXa!)wGelz7IVlZZwNDNn=xJnS#RegSru>y}m$S0!<6(s$aSYucxO>liwJN9Q)B zd?IJozii|pT!8aVADTLKn}b{9*Ot#}@RmT+uVV|N{Pw^D@<^%=SNE0^drfAMGis8d)z3C^!|FJQJn+u&%(i7U91%htpg zgl0E#7LVQleXSw*J`#<0^*1HyENA14(z&8p*w4XkA@)nTzH4-xnjF=3+Q>c~)(Jeh zq=UMvTC5*{+W*6(#h9)QKK$Z5)^gDeYI22haZ#Pn>p?s(qxCvEZ=o@o3{Rv*CFu|P zJsRm~%ts>^d&^KQ(_T6B5xLl{J=%pQA8@I+Q;!<5TaA*FZ7*PYqR(}zr_J1gtFF$g z-;`XoBEAkp5rv*rNAxN>gE;YTqcIkZ$!H{_k;+Y&!wFc3PCoWaP+!9h*`)XRpN%xu zDwi`_?|MTHx5uh%YHDpWQxz{@(o!D54PRP-A1#mee+s`&xVjUkuMQd^+UpXn-A(#v zr`vC}z1bV8ZZ=$7n~&4x7Kz%_VwyI(&r+59T&;J{k;7w|Dm_-I!efKVJwMQD&qG@2 zc}6R|ZmHD!sg`^5KD1awA8;=1^%a% z-{!h<1D+_St*J%N325LU`q#pw&!c#Hx}Y7-u0ea-)`4f$ubDRa`e>bhh$;fQYjxXr zm9^_Hd;7sE=`c*i9Y$+e$BA0nF-Zl1sag`4sl1>Zq?U#CQemgQ zTGDBt@;VRE;_%^G6h2Pb;fY!hk)rt#vo$Ybf#yaQDkE~0(jzw+X_0%3Sy9K0)Tk@Q zjHpM(^eEFvc}`>lH+b^T@w6O^XWx5?J;RDNpI3Hgz9Kip5gsaxY@@s`Van+mqwH=8 zTF|Y(vbqn_+~~KI89hpKq9DDQlW}R*%Tjv-_)*NH1b-9sfbyz0F?XXOYJ7Re^ z?w^+NaSy<>jEggkan?q9o5ojYokV;8Z=}tP9p(LqozM9R?45DU+Pz(sY4uk6OC2;T zK0>JpJvAf2rj$MdG_B8ICEJE6$u?S3ZIg^d+k3`jTbeP^w$PYhE3%BURanN_YAmB| zhg?S4&by4X-Ls6anGN(Yjb|j7#sy+NhW;L&`Kkf`<+;qmqpHp@{@!~L2}?*2Wr+n0 zOT!|V2m}I2Cd*7RNoK-KLMGcJBtr-x2C|?MlL#V7RHQ;uEEEa&K&2ERwI~&Rq{3sV z&{nDzt5&VcV_gbDt^3m3Ur6d7zh~~fGjrbW`_4J{d@nwOwxgX`?j)AxMfeTs(vT3Y zy2WEvn>a-^Npn=4yg*gS4lQ?Ns?w3G3P(WYjxrW(JIq2yr&-|GZst4o zTX~LSmfvyC@;NS9OB}YjB)K17l5O;H4xMM5>;;baoi1v?^V zQ?6B2>J18|%~VC&Je8*>sVv>8pwpugXTFM@rADE1xl!P(GxDA5Ouw_;^rd%Ox#{~X zkMnUW$N48K+j-H-PPfe~q}gUpYCmVuIG#z%ODnwHO^?lW8}ZyqEUSs5hT2r6hpEze zjmljU6wHWGX=a>?GZ(4Iou+_0O9gJf^4p1Z>ExoeGF_id)fz0u5eZ?m%84_le; zqgICdtmSfFuw0q8*+)hOxcWJb#<3jM0&Ig#+0=k|>WQa@x-2K2a`#}BW<{ttJ4%H) zQ&o^NM@u~ml;?5C@5z+Uo2y)JKwfXTk>jl~vb;@Zre}lc@;qQUJ$tM)&tq1q=Xoo| z^RbnZW1D@XWEA_w@FP;-_r7gdOctXTd#%Hm|RDm~K`MG1|UlJ{!Z z^W^m>%Hww`$L~>=KVNQt(8%zwFr5AdBh7!Ond0AKCi{0=N&a3d(SO=n?ElDI?E9~| zc!_N$<__Ss%@gE(B#%Amm+qw%Z-s^>^tn(*JcZon^PMkmxV-tJm9uoBvJ0lmT@a_t zf&^s*QsoL{DLvp7R%+>drIaQq zxzwekV6GB_0WAtvC?R-@u^`xN%n#mU%nj}|Zw?+ZV}qy6*wXjS*plze*kap^EwatH zBHM^7w2fov>@Q+Z(tdA%CiH4x8Q1wd_m)VRw8UxUgXCBiuB3`FO01ZqMU~T)P#LF% zl?hr9N>zL)Tk}Ktni~r0=Fm#ThHf+FgxZbSp$Cmwp@YWE(C>^Hq4$g#mERgOmf6P4 z@&U?h<1uu4O4*apg5Daaf>Q2%W%#~j=vPXMtMES6Lp5*ZD9v3NrJHM}D6Zy4#n#Nz zoK=aMy~?E-<{jrqzQqt3F&a8m`s!h6##kn5G{$&e62S zcuj3|Xi8(2q8sydL(?)%YO2$OrZ)YkX{(}|_Gx_6agA$wL*pC1)cAT^QEOneZA8`C z#v^EKBggg2S&Og&g5c+QCKfIE7AYQ!bW@Ww9g7m(JVX;)A~d08jIM8)sHm10jc>V0 z<60MLY-^gvw0d=2Yq73vt=8zabsE*SS&?mf6w&sCMz)<-M9b%jY{p5f!%5uUPY?Os zw+i2jUL90Ifcu;}=Ad3$xK@hAvQBS7f4vm75f9iNrpS&67^8^Ji4ddk&RAHa5uGj# z@66M%&I%3fY*1L|CSBdRLxVex=&Fu08r*(CS8uX4hu(w%pFU8NGV)t>kklIlEh#gALN$P0~zsqqj)o zv5D9GR0{u@6t+t;b`Rl@!&mO68SJ4M>!JDDLo>9824pWU`Mtbg_OiJ4lH}e_p6`Yy z_}%OL=L%P+{=N}%f|0zVf9jrBP4L-5S)Qa{MP<~yU4WxDhM@iGjl-M z7NR?wTqo~EAI(v}l!iYl4eCYvH*gGo+lMJVNj;9!h(9$-dU`B}FwNnKnf;B~vmAiW z7E33Y^P2^{>zmTR9@^~~Ok4nRyl+35mJOL-+ zIru%ChCjgbSJ8|OqcI0N5_K6CRS zCgB3j@kN@liyS(iR7;mw+?O7bE>pzI3~-q^E`O$KmTTc**5Tt)0=hHMz5bLGL5^3S zW!x7AH2d`4fVY8CVq>L$!iVrLxCl(MK4pGBXPtb7LHQ1YV9x@Y6q^IdW=`z;fP`(t z>=)r3+}>yyH9+6>IG74?kPO*S0Lx${)WbSh5ACoSw!seQ!LvT1?{R_O;X=Qmcwg&X zeWlOzCEtEAz$N$q-i5dN{3gEAR`>uT2jZ9nH$noqzy~D|LZg=Pn;5^D@i#Db2jkwa z&()>>Xs15KXI{pAexjq4<|HM0MIUqb5&!&PK>K}o6VAhnS7I0eLtzMnK?FoW49o)u zdfDhKMWamr)(S?f(*><%{5u$X1LJluEnAqLZgShjbnPR*!%W?Ay{@zR8{htwYP`f~ z|K|lb1E;UV(5G#I20llS=XK;4jpl6XmVlmgGPSf|&B<2-S^OdKz& zljZso{aM>tx;>14fGumRh6Vy8K!Ak9gn%K~T;?!fgALf&24jP5 z3^o{S!eK*5AcUMH2RTTZP|}=j5+%LTv^mx^Qq(j@8>yStsjH@Gs#fjDrY)K@rLDGQ zo3`w?FA36`{qd3P_b0vI@B6&(`@GM?TfE$d(b&mXi ztG>n^xysdDrpgRgzK1mDnf8;JBRzY}e~rb|jKNQkO1(AID&abG)G*^CG;#h`rm0SR zNFN{2$2G>|Dt%nWF1(LPT;iTw#2KE>i+GbxF3|CLUZ!(g;n}Ar_j#lR05b(1G0psL z9#hKGG_Zj2TSCov>ZMaFk83HT=Nf9%^TatA={CHDE^72rV~`pfsj-c7PT+O!$!W&o zB)=Y~!(&{*QSQeyS2=Tore--Z%M)JZZ<+ER@H&4H34F>Fb8F#DDh{J=G&PgB8aed} zsimQgfh)A~Q{&`H!zk&k`?qJ^w zUt#Z}Z?Pv#!tNKJ=P`Bv7{@fkbaIc+-}P8NKTQ1>>E-Q(;kYnA7H1a9aB7hP$HPkS z>WfvFUTnhDVjB*Jx8P8CI}V0-<3M-_`y)oMH)1;`BKBc-#8K>Aat`B>m$4)A4z@>r zjV)1s#aOh2P5;L?)c=~#%xA0E_oh)hg-0k7u#dkVQcIdHplJ8SlkheE`J>(%P(O#{uVaG{~YTQ zzQbUmgn=0n{>MXVe#!FVV?HtOF}fxLFq-VaNU|Tp$w9178NpD>OBhT&h*0WD1XJHZpX?@jWk1DQ*&}qP zNeIj!noK(2jKS4*3}m(P_B72TQp5s)84m;6omvTZ!PB67;XBL~o7( zJvj~NRyYt)c;Q!cqfX zq~2{l^A}5j6D&I>Sptn0vBu43-^sXaU|a?j;Rq^Y(U+TwwRzbHYA{rJ`;_qhr+6QLL^}=oTWe#pHuH< z1^0o^{4|*;W3NL`BlNP4u?aCQy@g@uRxL$WQ4)N`nP@N0gSSMDwvsBemKxzMZG@}T z1*f_L&FWq>sfS@xza*^cmqmm6jIgM$2($XWFsc6_>eT-hb*0iXN+e+-KcwFEN}feN z@rTJymc^UsX^39>8JD%Bt8^hc)KT!1C8D(~9qw`kTouJ|R%p8G1<@ez+^9^9HGaA}vrQ7J=HRW|HZg=o~3!>ZGxL1#w2-VU?A6()TEM*ScR z`mLfye?aKm-a|4j z8y^d$RT8-kv(!uC!+PcgGD)_OK@uQs#74|k_8e@PboRN>Hie_2IR@p;Nl-g7Q0h>k z#8Hf5rxry{160mN6gb_;cLk8^S`Vdb967F6knMT{S+1LqyM6(=^KXzlBxE&9BCCnm zC2^Hy_enBAMyb_Le58f{8|;9giG3GK;<6T?#2p4zYZMAw6Hw45Lw;K}^4bcZ^prv2 z(IdxW!5WVf*$1pjwP>}192ldxij4hiSoe3z)Rl?;$B;wFt8 zH&9#C4ivLZ%JZ}LVC%T5ZxK@aBazY{hvfbgBn30EGMI}M!BQj!bw~(V5FctmT&Nqd zp%E+#?Zwj2X+(#vA}aJ_Lnh$G;#d^U4qb6%cR$%8(^Qjd27;6c?fhh}VG-6cMr9lP0aUiP1RH)~Yc!O>RFINcE4;!+n1Ie((33^PcxT=k$IB{kf7~ zp^dzXo#a{Krj8}v@+b+AyD3C&rYPtyS5u-on8wRs%9e|%K+dKmax!g{qv@dROU}xn z=c=qxv_8?b^o`e28^ou0lQpsx(Ghl_CT+GgL zGP}#s>>~$rpzO_|YG;m7Tk{~2%Uh`B zwS|yRoQ;sm@1#6w5I)Dwm-?8{XBpoLsZ$j*V2$Lw%vSAc9c5F?j9c50L)8Unfa)m1 zbrhO9E|xkHyDl48q;457XRbWT`^=du9s>HyTc}2>7+-T?3cpkEc}Ov5V1X1~F7-gy z_f^Sr1^TNbr?ryZdK%viG{YO6fo5=%Cquz~-* z#e0`{{~v(<#umy;xSP>5!USTSSjIUta|Y1uiLUQzsUw<(O_D>sWP>}5bE1*va>I^Y z*s%vY_7ac1*s&iw8fc0dD0~M-0f}{hjclleU2vLrzU6YJo8N~Gd+90hH5bwslZVxu zgXQEPy1mf#-Hbk(1~l96L9+pHg(jau2Z!Mu27;qB=f`Nyk9$bJV_!~SMCO*1$3w{KP zX0yMO*s7%0*#qJmj&8u)z+idj#>`73n@x-Tfbwy@UG*(}ob^m?PxCNy!I44Ihwu z=UMl1tEN@!3-}6d07pz;!%e^?-GO`7fejuov^^#!PZ?JJ+k-)p9Q}pDW8u(Q*l-Jh zwj2i>vfO0Sa)S=7SbukdK!||;FdW812F!#xPz+^I1?qUkHUb7!0Ez4V`Q>a`cor_X%_E zW9)c@9skCTe`&S;sSWy`DeyjX=3Nr^jv95FAb!iQn|%2Vt9%XD;Tl|lOU*VofF0Ph z{PQ$sJ#O@go?WXmkdmk;wX^S$`rPX0X0d z2eG38JN9G8UhLSTYV9IN-_$0(K`geD7h74S9*;H?-A$-j+58;8>fg3$Ip%+Cz7Fh& zmw{My!j}O2=z~ri_7Bo-&dE-VVf~4$pTYV@y^bAQ$dAo3kqwn(<}xDj8?DneGUNaj zolqUQSO zs%k$|X8Sp+v@cPG{bH3l)M}x_CM|H>EtBI>6+2y2k@GDTy8Hyxi0Al@tE|b7(&39f zWp8_D$|=v*QGV7M+GvfVLA6d^TIL+28kaCtxx{I);YC##5>;*(twkLsXrb#AmAV>b za?Mq->wL|3D_5c0auv93&>Xj2%6C7aJok&r^|-AZkDoQGqooCp7H*(_fouIRyh$6f zA%J$npP7sDSHqQG?QSo#o4YF9eYL1#uu41jRf*>dD(W;?^E-{uJg+e-@JiDhuPo(z z&s3iGT;=*KP>xTHX8NqtjLvV!*!j1b*7=;KcDbpnu0JWWt3{bzp79yi`R_w1%OSKF zuqqgBo>c}i_hHMzE^Som(?La@y*00EkmmY^Dc?6%d42o-g}{>hr2)@K*2hoxb( zdORz|mZF~YH^gRcfU{l+^wjJif6eM1q8Z)$YI=_ZP3t*W**!-ntLGSH_DWMmuPmka z%F*QDLZt;)C^dMcCWO>$T*yI<4S7#vLar+%vJX+xHdqB!v>v5A zE5w$3Y{?}yIl&H^5$vXEAzd{!w1+Z#hbyCZoYMOY)Z{+HG%0M9CWcK=YFLIQgw4>n z@B)nuFH=hR3XO``tmKFWB}JUlh={M?2Mv#)5{5&VMI+!`4CgSGHV>9VITZ0MAA53W z$rxdj9oANv;jWqz;jPJ$fl7<)t%-f3HKFed8Xq-8y&SVoLt{>ANX+N(2rL>B4N)zeiKo4T*PsR#z+77699j<}ZBQ1rq(|9m zQnZUwV>~rJ)?eddgEb~DQYmrq8r5%*lKUlUWWN+8#iwa_e6|wf^E52pq@nRO8l3Q& zUP{=b7ZXlsV8SOFknm6g;w>8ZKdQ?-D$4VU!#{UrF(4#>k^pWXBFZA`unY{tG6JJ4 ziZD?Skcdu5K|$0gim}!ej7_R>kF{Dgaltgzrio3Wp@}wadYY#7#JJWbsh-A~m{_L| z!~9_n=Q;BM-`wAQ@4fH)-W%^C&Y{!E)BGw`Pfe+v1WVi>I46mMmx2FRQ?Ql_+U zWu`?dBRxsRbfePKbCqhGsubf)8I09RGBzl|xLonZO`4psN3j_v6`gTG(Z)N9PIoA# zhct&`Qyn@+>$?rsK#NhD4^=#uLvb4O2ITQ2wq z(nL$WCRkb(VOghe%MOKEjw#gA4PPrX&!Mnf$Z=>~wnGQZQU@%D2B?8@D26GFN~Rp< zzC3zvixfX)h$iQIDW(y+olz;dfZ3DrF=|?W zO(^nIM6s{Jivu;TWVFIcA{1H@qp>9hjVaC2=+Xj>EG<(=X^nzPoAgxaY6X_QtP!P$ z6;S#f+|uw8hei}bkwbyg9NM1G-2e-r4s1{i`RHcRjvJ;j_Y|RDB8_KM89Q@`MwNSM zWVxS0DuNVT5vrhyNIh8*uRvS6M%eN++*TrgTc!ML4SL+xCSTiD`PdH0+jbUiYFPP0 z`OI`U@hx-cMKo4G15`s9Ood!VG$YzBIo-*a|6v5ov4{`izYMb&^m00C_F&)KL2{dD@4|!#)zm%iSI;H+!lE z+w(NYK3xOtHR^9)q`vl_aPaMdQzV>$Z2mXuQ%^TN&!K*>dM5h;YM}znBFN!6%|;Gp zGyBa!pYbSY9{LN=e~uZfsh`}M-87)tOMRMYewt}Knz{U2xMW&5&|26`Efi1-fopjd z+Tmxs!{EAzp>5$Epo?tk<$2a!RY#9!h5;ou}T`ahNhR$YJEST`P@L`w-G-!;m2nD z=m@0=;F9U&aO(moZ;<+TpuH7d212WC__3XMyh1#7;>RwUz}@(G|OPSSXsyOJ`l=6^QU0O$glA=v#0Dxb?n{XNkuij!Hc$=73^qz!Df0 zdWWIk!-sIeIh={XkU?dD^j8LzOT(lu@Z$nE*(X0xpAQK9e_w*v;2d0I(i#e$;Ng1qfu|rG;vfU^VLHr$xnPGTXoWVWw>5ge zwDmm`*nQ@^Z<($B!<2ZJBz>ccOqpNljvneZZ})H&{sI@E+c|H#!9eH_gTV^|U<^b- z3S?tps(w%z8kM@II_%rA--P{E?6&D&`0*8!-#?iK|G_kRgCe?0BCn9V%RGIq?{o=E zJ$wQmz*%_9=|ex~+}leZS4@0aTQKVy&zj=UGNNNaqZs?;*ssEBoxZ@2&++5$`0*Kj ze9E->2~+4F*}NB-R6o*DO6ClDf6_T3@jjN{b#WR_!3n1i`aixU7I%onm(031iN!T$ z-7l1kPL}>mPCix%F)YV+6}IPMdjTcWsNdnoJNWTit)+ZB(RhVYKEM|0;^#bCH*}mx z9z*4II0}d0z#~3zauQccRejO(#B*QP5k$Vi(TT(pz>nkj z@j8AS#gD^UiS2b9A6v1%o60z%eMEc@MZB8~?m}%R^nC7s?JgfUHOXghiT}a56$bMy zFV+!&&M0&u(TK-dI`(t0Ux@7zY?l-9+1Red=6q~6VsnYMshwlo-F7Dw492iYV0^&~o>=tQBBgw+h}=VHH*T~LDka_rB> z{#V0SDe3eS^~wN%Gey}-9ulYv!4vW?8HpsJUnyW$bN&>|_r@TOU9Nzi zJCEf-tm!fI{IC>4hQskW1`PumnJDD46Rc>Iu8hu1kV=Zc?%g@ zL}VATD;mj1Bf5`ri|ghh$NZac5O#9ZzQobLg)3mQ+_hfb=nY3}G&+&!#IcT4EtBbg zRF`Q?T;~~uAA^mt0A)a$zgf&~7%h$F^t&<3>f3x!6dd5 z$9Aw|rH$)&OVY}%Yd7hVR*mYksw%5erM6Okq*Z>km8w>)qApP?wMv)UV>?pYACK@Tl0fW*Ba)NQ`%;+mw;>f0BtZq8PO2icoM%-j6@&SvH@3FA?7tBX} z#Qauung8KeYVD7-?0!|eu4V7DT5>kjW?xi2FT_Uhd{i7~B2zfMC7V-QOE?i-&9UeP zj%;&scv}~Tw)e5JeTe0ly)4B{av)}bh1kP{W1nR%c7vI?8%)LBXEN?RCgMII6#p^f z@y7r0zAVspc4;|OYrm%LCH+5Zf;H82GFc=j&ha~YB-SKU?IUp zIMKsgqK}!x0Mkk1OeW1Sk+ec6X^pYui|k9j&fesE1XCUoNclM_GU~GG%XP@onY8>p52+RGMIT6U*@|EWd4l)tdHo+GM>=?m`sC5vR@BmeLg2H z$a<`4dszFHWDn<6%baSN$&6+yGm-sSCdPN=voE`x(d-)bWSP^qOD6WBvj?=5Nt${wZDgf5x3};5Hj{JtoiKyJdP0<+51foR<6J z+AeF~oGi$cYT2(^#?71Amlw|-a~gsC9EJ-@7%He{cVRvL!d84mZU&0_=qnngw|ERs z@f(`@-VO_m>t4~6lRil@9I8+^+O7q!Hn63b#njBDQ>)uSlKpzv9?(Pv4-TbY5U z%1n1v8C}&@+|>cGGV4;j{*6wNBDvTgG8qqtUiOgY7nU+t;YGsq5SRAPnlP zpHgk`c8%sjt-eE9&|_jjOo+YOH>_iR)!3(cJk}_>Z98z+q|s56gR8a}XKf{Ib#_|o zT4<^3q}kp_lYN9n`+n-}i`eZasja_+t^Ov~`nRd7|DpIjRrY^VU1vO{*5JNfwp*N0 zG&$U$c_7C1J0Sep->X`>Ra2)ulJ@#I+8R=5ZOEdzu>eP71x<}LG&VKS(B#72dA zNc4*?9d~Klrr6Tl979ucA`LAW)VJheZ!M*^wVImNdTecNSlha(Zu3*wHj2eLN4fJT zrOp>9abBm$`G7*_4=8Z{mV&l_QrK!x)bf-!bnlm%)r(|*4~YFDAbi3jT%x&Exl577 z-X2YD`wncbG_0;{syYg(?66?zsHLK_nexs~$~yZg>D)uHdzwP`D*5hnnBCXNb$^*0 z_xH)}{0%vs{~)KsAlGG(*KTlA_dl=uA9X@ljEN!9C%QyyJ2WUh*1DDbx+1Z3$5Gys zL|KoC(jGGGcERti0h6nNUn_j)mVN67U~lH*-rm-jg`y`RD4{SxWk@3GVSYtlWR zkkMmc>VC>K+3qvqkaVWS9^n@r;ZjU;NV~3E`W`6ng`)m#6bvL_9!Mk4w~Jg~AvwMZ zvVC>z(%@zJyD|9($?%V})4xcX|1>H7t0epHlIVXZeo3P5?<5V#J@?BsimTFC>w-nG zUs@xgUvvq*Ug{N-tbNi~bSzR-$sLL$Ya|v^Ad!qfIy(coqy>se4OEj7Xe2r4A}QEU zVsI}B!FhHBPZ1xyOkD6yVuIf$Ch)%aE3qSTuETQjLk1W1e8;5|7W>4Y&~VZr9MZ0l zwptHrf#e00fA&J^*j5rlaU_J2g^Bo(S(FhMsv$PiLQJTK?V(|!LsM)G9bt=tRAlHD z5utAoG5!K7!ci})u%Zq?Mi7EDOd9*;q-}gD6iO zQd3`5Q(M)?wyIpUs)1Wo&RjhuuIl(bovZM+qCj>~H7pxXI3k@{J?E$x)FoZoHtU&f zdgii8FwaO|x+zN#ueiAVFl;_9vv*Rt@}vycDb?|ejK*4qnoO=19W8e2YOw42sMa+W z>mi|w)-US#=fy*vt8n1paPC^|LP4LZH@AQVW~bW-~35O)@$&P(@_xWZ$jsRsWkuWCH5Dc@e# zc)X_fa#Qc+mg=~zh4+q{-yKct+j_9u8oXPth_C1zIry7@fg7sfHG^4c28Bms-Lk4V zpi>J^YyL?$>4M(zh&9y`+cAHd5=f0duXbv_3CH0i{1MJ|ase*Fd+=v?AN~fHXjU#WH=mG? ztE`o49D3K;;BHXdH`Ylv$;C~&shia1jXNseL>)3_J9#$oRm3aQA2$7twvVe*^L(ey z2Y`M3110N5{9&>V^MfiX<@{odhNL@T2@PnIl zIenlP^oG9B4+1zeXlY!Mx#+jx7I-XnfeAF z|HH?Z`1pba`#B5eGrG_J(3Sp+V!c7(T-6y;b%m7OA$2}|1b>0Ea1xF`@t~jJk6ti( z2Hm6Ay+ba(p~w7EL(nKEevNM8;~GA$&|iM6W@0bYC478{kN33^jTWZvCC2#*(|8=c zzvARJ9j8z4bn+Io!fQYAz|O_^{1{W9ZYhj$7#T;3KB33_NM7<+Lg|gvpYU-WALrcO_ftdR(+NyM8@2AcJ(matORYBd}C zDk7{P;xEYLa%OcYt7a*>PxDp#lJCmc;c%CZEpZoYCl|kEjr>|6j3b&cn9;DIk;#nb zX$?MB;bSE}R*;Y7%*!(7WeMwLk>-(&6`Iel<`HQQ8EmFXW>Zm3tfZf#`!v@%_Rg`* zx56H1;qzv;{tbBgC40tN1u>p*BF3SUgzq#hrZyI`Z!Ay|8l{@63N&ian1IGq&Ejna zZW?hsjm%ADJ{qW^$?O%A^j~-kz90FJt^F9s%*z~kEwF+2H5|n&0yy4#chS;reHd3T zdXZ=)sJTmun!03YR#%s1cFR{|w;`I|y-d@(k5Yr*I8E`JtVw>eRNrHvCiGaVx}IBA z+jFnR^*o|6Juj-J_h+i{f23-E-xF%!Vkk!#$IFXs?Hge=?~B8@_HZ3&#^3A!Kh5qP zpjo{`)aW0rY5rz4^s#A5U#BMZ%~gHh0!<7kQC+}DjSr~NxPXZo8#qHXfeTa}xJFfh zTU8mjR~3P8s66mJjR^Vzz6alroHB6qMsXF0=2{XXE#Wzb&od*r{^4h82n6-gl%EBu zJ}5#Hf{Yp;Y*B4+y2kd))|h@C)$}XY=ze9Y>R+YG{^M2Af11ie=Bg}YrG|%W*07M> z8XDTFA)yyk9QwJ6!+roC?;RZF8n~zZ>cerr0_MRCK2PEA_4uj7%lPoFstpa$n6MC4 zhed02xJjcT2B|W_p^*_eDj!gw5d%szJhDQikz-ZD<#TA{Y!w@ptI+T(6&Q9Z-*8x7 z!#R1PZYeM7F;7k+LkDdMTxB@spEHpIv(y9)yiee7F1iDv1x*(1chO4>YT2piKn> z9U5%PQNF2AUQ?;^%vH)Y*U4>el*_zGS&8f9Ox!Lem!~_ux3bcMlxYu>(;lOY43q2`R;6cTD9w?hR7ar(Im%>p)F|0GSr%ur5}m7L za{fjM&i#sa{y|3P$1*zZDc<2zLI&7<+JVlqv?TK#^g2+>6|@qD^Ii=3;O6@*o(^XZ z*)s!`mepUWSq9m%;x#DSqLl1(C1+>L;>uT&YnaTgDw$mMN^mvF=w^p?Z&8f5@|2U1iPbqvYIRS#l$k zlou;=o>`_mn+E1NmEg%!yl05wJQa%d)G69KQwHxcMS3?Y!uvagd5;ZO`-aDkmx#paPLv~T9Yy)>{OQ1JyJG8PyVSD2vK!eqr1 z+7(skmZ7LnkwqgEQ8Z5BMU4tATB80%|0lc5gQ7mqIQ|s`WLcJ7a5-e5Y79n=7Z$v@ z=MW>U|3M5i%oHHPs{1xaksyM2oWOs~`42u$tB-xBKS&bn|Fhl9@?p-AI-MHpuk>A4DDE6N>Ibahax&{$l;ejvtLa6t*5^LWicdkoscUFb75 zIy_QJ4Kv`(NLd<8it}1!^4c}P>rjk$n4-N8D$1LyNNhH1vgMD4HJ!<=9r?c{bIF4w_y z-j~8u-e>n;Zjbu(vnuZA9;d68!? za5>!peCQ0SnMb_j*dX3gUMG|5vBaF^L!Wr<=vtRZre#w9htMXiG<96`A@E~0eykxM z>+oYeer&*xjiHN}!*vrIYZJNHh_Q{!;c@p8bm7;KSOWeCX9vI!<2m$#wQT zYOqzxT#P=t7JeH0u+)z*Xf8udCJi5K1(sNk(FkvgmbTM~?qFShgde-{qlb&Ghc)S; zxO)in2?E)@38;x(zu>uRG)}=j=Ah|;Vsf2J36CVt-|0dhUCSCNW&=7~U>of0Yq)7R zU~jkqXNegCq-V*=esXevwK+(A9HtpN!liqJ!|w=1b_9{bB=FE4_&Lu|69<_rdg&=y zs!Cj(Ld;{x^Uzi7KXfg`8M8gCxi_q{9}b2GkmunA_!+zy9!xN;V^Pv^*5)nt%PIUg z#ie|T`aH=(pCrH&B=5u_U_IWtA-(yH+{9c&%-O_z|7IzTc&)q9e^U2`jgaO~;AmLm zb$By85S;|ls$ar8@E)8E4NMFM=UJPN@Z)3l$|tPJMGm-26!&Ec=`ulG!Pu2ca8u>$ zISa`3C}Pea$BEBSe<9tU!Yg6T6L31L@hkW>oC^#i}$U1bXT0zW>-k3X?lK4UWdlmfa$(R_r;Z%NiU z-DIW>>H|0f$Ke$?`hPyCFE4kMKs+hLGZeki%%l^EqX_#>>>Et34f+H>KE#jTFx8#o z(E0#B&f>>=%y(y)QctsaPU$(y<|Vv%hb6tLV`S|$6kdfF;2`Y(mJgg<1kWuY?;jVahKCbKSV8`!SL_H1m=!)_bpx|Ga!u|>YmR@sQgcDB!xI>g^zo;*Oo z>_;J_xeuO(z0ec(;TyOSE~oSGu3{+n1j;`JjlpP)L}LPZn~LocGVH{*2itW-+Js#{ zQ*A5RU&?XOh4L!wKT0Ncv9<`m3dJx}psJ1+8mtfn8Z4b6*Vy{V$%f|||QVmNv(z@|rtu~>u0dLlmi*;C}Xbd64BhVO!{fSzMAKm!Tg&z;$M<;$PBOmRWPbLCd%zpwzy%6u)SfLiG zq=njCKy5CdHk;9I4)5}F9Ida$+&k)b!4}@H4_$}&@d$fl1-V#GeRi@Y9l8&VQD|gq zi6)^@!0s$X!^tXm(5T1m9K2{DBkiotBYfIIP)>~b&KAsXQ{NBa@3 znI2lAEwBo@`P{(~*UojgR3>7wqLqwRCf2ji8O?5(fX-xe3ehP;rwW}~GSP_b`Rv{$ zRP0L4Ae*&RPYu;&us=NguE-s6Tkgo9-2H=nugAFdpXFHJ#*w-Px?l;P+xWf(f12YW z)f{csy#6-LjZD+*{zEh?>H#%IkCit%NA)pNRTopNnK6}`F~Fmm0rfIseR9VxQgv*% zs!UXkX_qQZy{a%BSGnn;%HnRR%pCkLN4f6zBs1^P60W2jTgq!o3N0Vs&BmW58(5;% zWR6#Zd7$dd4$X)krrP*XGUCU}W0@qkr9jn|GF4fs<+9YNGGVSN5*Df~VYy1I8#Ike zu*ll00_z*fw|=U8+utF`drn|DjP6caj&)qKof*UrKHfL-T^;|MfiJcAQfo8Guv+D| zrE0ouuw045TCOvR}qH7#|#iqa;jFs)GeY30fr`8GacqPd+^`) zdB692zvHRRcWJDtN6$8ZOt zvKK_VaCV^6jpix`y@)NC4oxr# zCh%Py)bRf*sBpxp%#kctX}X-H*(xnH$?hzY&FNH$vr@&bIu*Gls?ar67FV0h?xixh zH)^zdr}Eq{Xq5Y;vfUpl+jU(zuBdXIgX~6QGuO^#F6IGC5P?PrLV)jlPzhz=J*u)GgRQs zk;z-2d~dNv*SM5hQ>{@oOj3Gan$iLbl^R&1;el;R4m_)*z;Pu8&M47;SxNqTO0J74r8cT9XsoQ3 z=A#jT2ABY~Pz7aRN84J9KGrR79R6cMyfT9+$_QpCJ(vw9rG<)>8ggrR$fuN0P|2ZY zC57fHA+$n6L*0rG?NeOvsA7U|D>nECxU0B&ZjKY8+Ke?_ipCtS-pw!(0#E}UaH3s| zwi%m}SC2l{ZN#Klr8XuiC7i0{aHf*Nxk?CIG%W1U&~T-`5)LRX+^Co^9xuEEHUZuy ze1vAhEHq*Q8o4<(L08X^hES0qaT)1n_`qSH9qdrHuw| zW7681pbapSZQFPTuQ>-}IQs(pncqhTSi<;b!xWfE>H(y#BzF*~V>&ztU*-Q#117co9KX2( zb)2ATg_3`Q^{o<*TX&U-i)eLk~=1apUYs>@a6H?2DaKLa0Tft>#C3$o* zC#yMR*K)Y5V@}rfFE}Q1EyY{A5Z1F9?*WYDYRqXTH~Cf30ou@N;jsqB>*v)&t!<=U zFdKcwn~rXBhZMgIU92KkG!A*#01v|^>am%6bdg6l_1HolJ@m#_HsGx+>aEnGhXVHS zn$1FNN6>YLup`1{BCgrV85 zx4&NlSmGETVgggE<3LCZ*q}jp6<+6p{sx!P)8uiQ1NSr=-CH!-j}Us3^>GRpaq3<8 z6Z}Jym?j_TIT*94hxN~Rlh7UVtTDEJ&0~hnNy7-8GUzvDr{NtqV;Gfwv-Tl;M894j zk4voCOB{@sSnz!`Ss#tm*DGBl*u_4$qrfAaNzAWhCwl-jPNA-`hmA45VraerZyRRp zJwsza2Yv|`;a7%XWD6WHuAjjl$>S>Xa*f`&&Yp3DP39)GxXI++Iwaj@&%FJ~fae_~ z4iaEEWI;aIpc2MG1GE^*-NgZZi6gvClia|yUBz2{u6K0> zpZOV2e9EtW183n3ya}(te{%R2{duH84p_j2mJgkJ{Y7Ej!Li&RkE`VI1y1b>ZtF5G z?^71e?^!gzqj`U=y_Ds7U7(of^+Pnz>jT|lnxgtSyk%&gfaCushkN+UyGmg!BXpfw zTvG{J6^x^n_#u6QpX$RkeM}x7;jqr)x<0^FzQ@M#GxGQe^>{}+Xp>&rSguN#=Geqx7+9VYfvV$UFM88C99&$Sc9CtwGB4IYIrjTSyVey?S_(9?~5Pu5sTA77893zW4PL{J;){{w(I$0;H zsMZRqxm@qlIoElO{tp+8<$u)JcJ~m4&s*+-%Hi~#1FDU z8_;Mb{&cD^msR@!f1PS)w2K(QLPj;85zg0->7L7Q52F93f7|&s$MF7Gwq~~b9*&>Q z#<94TT69v2mHH>sWggq+UB>Zm;^wv;J9aMTaO^m7oWxFS=Wv?XIqV#cnq=Lea#Sl@r*;kMXf>_0tXq*l-BFNQSV3HxrZFZ83=IkX;1Uy%f(jA{Av(+_ zsgd~Oqu1~2_x*jJ-}yXWEAf`2QOk@spwWs(2#p9DQ8eQ0)Fkaq62UC1V~$<3Pn(H& z6TO*X_NG}y8&+5H&*2}CUS%4-PP%)E)O)Uov`X4L!u3(o&OV;+A+FuZV{}dE*yx7? z9Tz%YM%|B27{wlR`q3F?Hd3@Z%}KV6XdYpP9@9EzZJg0fvVzChMWd{|QQgxB+M^j> zL-!)b`YBTGQCNW89Itac+s=R63bM6zO(A_MMynK^YENng_%GDNgT@M4G+GeUNI^u2!kFTP!x}1_ z&_EF*Q#7w=(SrJlj%%&)j3UO%>Neg`r|}*5lR8ZwL0VnLw636cno{sdO5^<%^dDwn ziu(zkkMn<$Sd!*EjhW0EG1-(bITSa$G-PhlfH|OkbEjg(eTo*x)oV#GkkRIa*EG3mae^_oEIx7xBc2 zWyqGT!IB~kSS^Z`l&i0#R=u_ct+ll%VhgF;)}t=_fI94B3fng*Xy2js(tQe)9#d=S zvuZBAq^8n0J5gfkEzeU= znOTu?ySmD&)LG$HxS~m+iZ%r+yVPD8RiJW2e#fL*99z}w*sCVT$JOX~MjpqDaywp^ z%kj4A9Dn5cAMVMDa1Nd0Xzr)%+Tq5Mz&Iqh?}xrRY8>K;FfN_dYt&I~QmDE_?KKr@ zt8pq&(;$Cst6FNqYOd{-&l#83IiW`9W_g^C$nAVWb3l&o&R13Cd<*^nA8}8G zP|Mkk#!)o)U<`-jon zg(aBvvJL?Isu=X}tP_I76yTi}uD*smc^l1YXtc@WtyI0YPHwMPuBL$Mnz~fm6jM#p zn5ujmRq2~oh3}Bcd?#i1T~LYdE3*2&Cu`I1;oq_~rDgY~b&_@up*N2m*oaL_HnaY? z_CgngcpiXeXyo40yhiR8qv~3$a<-PKrnN@ZtsYhRTjcPERpIYbxqnz?fhpMoJ5>^R zRMxR1%KM8eT6;c)QFL?56OdjNv5}hF?*B=r;TU z{;tAcT19Y-_V;2Bx6u9s?Z=^y-(3&{Klp&@mNP`{Pib1-nIn6bQ6=40S-Z=iMwW<2 z#gSH-Bb_ou`elrat0=Nr1(7|1g zwgmd4l96Wfv2EFt_?Ib?{FI5qoy0fIfj+}QHp783!vdb612cRyGYz`|BRBIoHXqg6 zG*#>LU-&M)$__LpVHjdD=7I3rxO(Yx9afd2S2lEu(Jh*ka%qxcLE22QvxOpKD+R~4 zl|)Zs+ez}7V@~EdROVSwb2K)`hjTmOF#ls06S_cS z3$r{w0C>FpS9tGR(#NRe_Y%V%>M69wV37WHGuEx+tbqykzy|cuHKUtPH?mmXltz3D zG)E!H;kH`vNl!2@M<~XQGB3x7W03@Rf@E`oO}EHcEYgwVy8v_h2`c7enAoGgp$?WTTho5lPkn=l{l`E^sli`USWa1%vfBd;j0Av#jCu- zn)m|F?owJKjCBuv_S0t<<6Or0nvbG?BGbRq8NKH-#^Vw&rIe^EMo8EfVZI)ilULyl z_!`CVP1fq0#BrO%f1AViO%~lZ=;SRrbrTnH^A_*@4pVhs{mgN2Kl_kjs$lyR)8E|F znLb{~XkN`2kn8``0FFBh=L2)}&5TL=F1(d7jPJr7*6RD59q+SWf689{36p(?0savK z`9lJJ4|nz6J$18Xd>D$FlaiIKlYc&=`*Ozgy$&oP-G=YLiXnOX|8!PN;vHBqOCP{5 z;aBim_z;#EkGt%ZWfIdeW3kMpT3+PYi$Evtez59!ACLuk@L#6OJ+{rO4C7DII2Xru zKRZqw$Fbws@g<3!#BLHhH|L&uNt>i?l6Kv?Hd{rD)~a3G(F?t?LID#z30MQ`^&X4!UpSt3a6mUH)*CpZzvD9B!hOEM#9d>;US;6^%mBTlKj@G6%&YwJ z3Oo+qg>S<*;eR>&hvIx5PN;)MVl6|VPjBO6-oUwBBac^bIWOaUUcz;~$ilgb1ALA= zeoG#|p=f_ikzUawILz-bY)>(Kf7NBwF6Co?9lioz`oA3BgLmL2ys0wc*oouTU+^<8 ze)*q~32iIY<z(ZZf}z#kEtmJ7I9>VJ$R0I0W+DjhyGB10m(_I=uKa1u{j*m5Hu4kp(Nfz5U zTK2JWj&sbM;m&!o`zfpGb^ho6%O-dtzXd#$-wu!EkAl4m$AgL7Eoj?Obb$~35c)Cn z6X>VV@1r7zh>=Bal9e(`m2RLyK0r3RSUpFzmXVyJQf8^v8D@Qkl{Q1{**xFNZ@VY+ zM*`dQ!g0vfiAn+bW#nr^zXE+X$F`pcVUF+^F_Nr|6fydUF^t|VjKnl6W*yZ!Po-=l zs{^c}2dLnOsh$fw@hf;6atn;Z`2x0Nj+y&7^7fQ+M3yeL1a}lIwhFg07Hb)cIqGwU zIa$NrwVK*kMU76gW+&M@R#G1;sE-NO%Q#nAo?K3*W7OveZ#B%!4pPAbRQUiS->=so z$Mqs-iTMEA>3)v>Z7>h(VU~NVX$hvuXR5H2SXR^>#BmYF$2$ax(@30FBDWK(n;9A8 zFN^Lp8Lek@HmjHU=%%u|sPHtaE5-WgWM}JSN9ZJe3O-A`W3)iK3|bodVoSD$>q!{r zewOc-o0n*LiCLpXHjNZkXsED8gN1$#ED0&Iq*;AM3H27G)KipEw`o*erb(qtYt?DG zQ|-k&l`KB0MDc@aD?X=I(ve^#IYr=e{SLbF!a+Z_wrpg&ve-f z)U~u!X`59kn?oJ8YPH+yl(dDESQ=B?(xh6AZpCT-W5$GkY78`Eprqp=_psi zVW`znskoz7v5J72D;m{Q(WYocN)czj!p^K3oNE+tZj`@ryXqbQc{?FzX2XVbs65A>~H}6EyTK&R(xfE zI)q;6ge3P`poyF!(7!{$R6#N5gnH;Iwxy%vn5 zL@vk_xuW98HI;dx*aY-8I;=Y=n7$6xRueLt}`37XskrJ2$O*Ra23i&E;~$ z4B2B&88Ht8WQ#S*7Ej6=?@@VtOy>A%mBu%zIKERw@nb5C)BMM1ieq#MvDa15{H_X{ zIX}_ffc6yHqu8@v=zvx}H$#N)f>6h`r%7^QXDeC?Wwe#bmaxj2aLAHyshq+wlXz*e zMJ36UOqj+c$w?I?F%C&gS(4Kzi3v$?LMNWYP`w8DthSuC5^o*aD`MnX$2^0S?BbWKjEAT$Q&uJa{6Ffc$U6AB+oc9g$-_PfoH1T;QgSgfK zscc9p8s$)5j-ShN;E!{_PB0cLICLi2+^5(`rYN#0USg^jn2#wu-sEGyUILi8re%|ccPXGAMzSlnA=l2}H-}7Z)z%H1{kkN)8v+<)H zKRWTFo1FBR8xDomP4K!W0P@j=nC+r2I}vdm2*ma){EuABj;WRPjRy_z4JXbO{Dvtf zFJa8(?*_b?Q;B`6$q6vWP-6}^@gZl3L})ARg~`44^ZF!K~^Y=W2$IlGDdn?Br#@ReVxBiyow%jk)kIvesyFt_AC@ zfg2M@C?PPg3s@EsLX6IFVemunDmAhXKMv9>2RLvJ&}{oj>^_pWx0m;P^y&$|{Y=_@ zUt@@MO*=VY&4t7{oA{=$uy{9GoP8FT$@B7n0Kx{?YYpWG0WHV4C}c!jEF7aoPT)$R+CI618!W`n*8W&y(D9&mb&ORA+uEoxZLi z#Jd>oJo0L1%?aDAn3|&Jkj2R{Gay1up7#J-43bF$0_lv&1wH_m!0*8y!DaAQ@Hz3g zNzdNk(7nM%bDhSzMnQcB$rToG&wx(V4GVygR`* z&=2my`31OUrSO84;$JBP``P-1+}ICdzYNT|A z_0&i&HL?yr*5JqEdJOwdQmy@Zl;&Pe^p@$jY`5RA#mA_i7};Zf0cWkYJ7~2ey9XTc z?P)!+=#>q-*=$*EY!~5w3I12WP=oC{Y&T$g9JVLXA+6YM$L<_0;BFpY&m|Ibh{c0+ zK@WPjn~Ls+*F=|vcdTu|+yY-veEWYKtQgp;6R?zyT?anrVA}%%bYukk71$q271UwB z0sG^yH;E&4I@QrhMCMVkk5VlgG=nTnr$<^@ZHxW@{sm(H!<$y@&9$4yka;YbM+MvV zz%kiFEV_tACpqaLCmqyAJ2g5>QMKX6O#GORAFbr2g}h9oKBn+yGM<@{nMm}S$>0Pw z`0;G8pAk4Gm^{)JzTeQ9CMVghC$d*$G#o=*_z7UHAP-HLU2Us z(n>gL;24R$(b#TQ6JL+P+tEa?@;L@sr-@p9K^VfV>f)8IObNSGlFpZ zcQK001LU zsLdKWXDC%y&0aA?e+G9!jQg0j!@b_dc)$_&5XVcKBR(EBbKk`CG59k&ZIBw1($tV( zhs%H|7p?-h0`Qculb6F)4Obmpqv4u}{TX=HLzI^C_6c^Ee!ShsZg-sMT>`g3Yyf?> z_~^6HV9euaX#ve(EcXpr%(=X)!=DkENg9!sq2VbG)h0Vtla#Na$zD|_hcqO4u&Pq3 zRGCt%@{|UZrA$z1YOA8D-HN0xRycK?ic?=yD0PnlDM!IM6(!$NQObQ4rLteau>#Jy zj9+bxK9fKb7zOHhR?E8@{He}LP_;cp)tQ+Zl3}Pa!=;K$kIFKORGL|$!M1WmZ8eJ6 z>J_$)SFx={L3@`1_Qmqs*U4+&q5}I~dF;pJww+bJ?WXeW-*O$(MmUzi*TY!e%DB-C z8o@~Jhk89sIsgyl{)Mi?8sKck*AU@pTb$iD$XiZ&={%!BE-)i?lY#T z(CCuKSfYHRSGh*NT*iJmjpNETJ^+8``aWRa#QtKqIvL5QG7gXPFx!DzuB&-g0ZQ>H z$~O^Lf=Zl8Dt2ZnO*IH$} zUX6~Js-YVNTf-OJ7WOSQ8nCGf>Qj6@IDMe_!G!WkUuX? zzC61M^PMWl&zC3PC$~GSJa@Tr-L-PL8|Cy&QnqKd49@~NJga5*Y?jUQiZVPuQM&ur z;2OB6jC{@vY|n*j2J)zxF}MK?2SY#^&m#C!41#>)2VPK6m@IdpO?h5Jx!zp4yoJi~ zhUD~>D%&?yhHsP{zGm6|GiCG7Rfd0s(*2v1>VH|uzBiTVI|Z&P$$Ll1-k2W2=7aFH zAXmpBkLp1Us04#~76w7y`+*m@xz8;cq?|yyoI!_-pcA;|2o}i^ipUHxT8iCH_@*#|j|FweqiTN3KqSClKoRe~ zz{7PO&z;4CWQ0@Yh}dL{7|M*~DkI`mdL*Q@NSRWi!;}~0dW3ArpJge1^hAXLO4kdcxKgo~}?6hxtoI993x0$vcTwUk0}926ME zGNpxDhEApSHl-tsGTPFj9kJ~U*x5dR^4oEkm(71W@A=L--}%nVZx;8`d2W;^$Xn@< ztJ)=Jz$<$oT}gp#B?Jm(3sz9bA;A0^WR4CZT7rnAAi5&>I2(-NJit6%jStmKa8+?F z!|p(t)QJRW1`!Yd<=mSFUm=(ZvbgqRJ`E}B4J61_W0#}WrKAuICd390Q`}(+D2%~K z5TJJ>2+0WIDZ)G-VU`YaGKD#%L#F{g)ZPYhEy3>mO7ej1MoiZ2EH=5Xz=fxj00fn-ammmDlHA<6;U%wac^1ErN_ z-bOQx(a>USq8NdT;cN_T6`KpFi5NmAhInd6xU`+*n-AE8_|Ov90Jb|o6NrEyd=>ao z#BVOw8Stjn!4L10sFXaD1D)k5#^F8-KRWPZ4u@?QIq4=Ry)?95Hcv0H=*8h4^3gL0 zm`b{t&bkqbbD7+_m}2MPLuUYvKyklZz1VLDGe8KwYRYLEzj<6|HoyhKj~{*b(Qh95_%TFI7SY%iQN%;UVyFd>kA-&wMC<}4wn2p3z#sXBdgzO5 zP9xy}4Xm>kx69!z;5v)4PGh}pcpaTz;{3|QV1qrd2;2b{C(vXVHkRVYGW;0f02m=B zBNWpJMpv*umh<9rCd6gb9oM%MA-7&Wn$x?KG; z4og(kXk6{^H4*3O?bIQu%O%b}*6Zezq#<*S)?m59;u^Jv&M|BFz0Vp%AFzh;Eeu{; z@nf95vYi9w5$bcCSbPV=+c311KJm~V-a}1nMp=CeABb}up{gX-`Sa;P43Tcamblbf z&h<{v{qji6dVoh0#Iqk|mUm zfLBc6f*+^w<0Sj!b&CBsv3M1NS6IYRJ~%=?4u7mLbyZ3W$tKobws7(WOJtbqd=xxk z4gV$=X+**bp~<)4sKsRp#Mgl-R^E~+R;BZr6mXZw%e(ZAOElVdD7;^j;0utv%|g!c z;m_Yw)d>3#?lf*YHd*W4VXbq&wYI}wtjpq|)gqasv)~+f8&KwY2M}IljC2Li3UwWP zOfS7bPX0l|x!xoFmBRXvBwl-2djC9At^SYC(N&+zDW)5){U9HdTN8LQFqKIU&j(OS zUu8NUMm>(`Gm7R@)a5@Zm>Ve3>lDaGEaDmqxJrO7^{|1g<<%H)27$^LINsSokveKzcSG>FUSsXw5~e#;F18;a;6 ze*B68I**<>3(Fal+?yol6knSBhb-=$UYvklOTILvv_LJJqHrh)>4wIc&T29NT z!EPOPqqLAV>~?59HL{KxS&JWQ@Z(ij=m2xz{sITA^_%>3 za@NE#tjQzNJSqp3fL$l>U^@+DVn2^cEXIC0_Ji0DW4{r5t?J}o2Ty0S@))aVXH{)P zx0T)4Ld0k4m*6IdPoM?tvf^*9-#i)@Pw+CD06H4B8Fz?9C$Z=tCmr&EEI9JvD1oB_ zjvyQnY(}Znb~W);lxR1yng%jg&kF0P;t2T&v!lawfH2$z5aRjy~5&KT;dw>ClALPJMKo+LKQwh&>?A1?r62i+`RxzDwsG%BzR9ArA zQ?2J!MX#vRU%+h;=U!Y}8O6q&j3gW_3mJoY!EDgVbrZ+l44yUMPkn+Njube&tRW3# zz?BPEAzY>KRKpYE|3+-L<5dq48X{ZEdAbfyw-L3yWbhcc2yTKn_u|?F&nQRA5=P@b z#-BN$6-2qN10kMG$ETVpiK?+X6-;s~kdUfsn@?4?ELGa_;3|fzf-Y7AU%jT;T2*4} zQn77Ng|?+Cu&q&^?IEgpH(vi3oCAL+l5u|H`X(Irz`2OArZOL^`*O?8(j*IlI?cUal(CS`g$l;P=Dx@TBE&uST-ElTz5l-F}e9`{ed zRq!tm*IH~3!_&to+`*{P3?iTgRC2Ejl;BSh?-ZmZD$ht(UaC`5Q{Bq-8p=uaD=Rfu znW@FfFe>FYLh>0+N;5iT7z6SeOXV?E%WZ6y%Xm^#jF;s!PRn6j0iVf{O5euzV)*7U z2FH*mjUWW7K{@wIKq1fb@g+AsK{>u8W%=yN^ra}n=at{*lh2o}wDbZ{CL?{iyy=bd z_+xVW=gIXyrppF6%Bu>)Z#KKxB%3Uo&1QF#{Yf^PY<_l0NJ2>HCO`t1N&+Mh3Wg+= zL2F7%!Ac0Fv{G7?YJaT7qN2=Lwbc$vHAr%LzRTOBDE7+=n zV3(Z1J~@KJvIjTH7MxN}5G@&6-}Mx`*{mE%jGJV(BAo4ggd@`UVi zN1Q5(x>Qi)v=NIo7PK`2^3lfN+Qxjn}!XYP1%|Rm;OIf&NK46$#f+|_eAl1tN)q`?ebdGhX`UOlavoS~N zn)z&?oNM5WfB?%&cwY=}0lfAOI7u%TIcq@=;OHTWXf9mx%kX2smA&`|$;luEJjg~? zvUnx=SjkYiVw1F-voXNHxa>3{fpc+vMhht4c6gfDX9Jv7pq#(GZR{W30(fndH-aV0 z*=LCxBXU++g2xE1HN<2c!eazK#>^!|PR1#waW*rCV&VA{nqmtO;ZEJ+0A~PhIctwWpQ%Ek?jA+ z1t!5}u+XZ9P^#sTW{ zYXo^e8{3D$M?Nimk)HkFDe3-q)xw@@DccJ6>>?|MD0? z{3!UUvI7!k83Lv6f=U6hFp`*fV1S~6>9W6IeD3) zdx=1wCa^DjPCAK!6K7Nnw;%2zVx435d?(;*2G;EGbTyn-yKI$3Y9IUK%sP{_n0OAt|EPa zcFxSGPNRHNpdED2Oh(r@Bp*<$?=y{DrBL5RzrRfYFEe>wVj6vex#}Xx`ZLM7pd(CH zztlObo|u{IGHfeD3Nvgo!_<+%mc%J#tyr7ICH!~?KmNfy^FC_$DvJ3E3jQs0`|C_J zui?i9Cb{2nSkH54UZ!|oqIgf^$BX!JO1pGYd-WVl$0&}Y`k9{A-%#}#$|lRb7u*AO zgDY@e1g}~lq>D3w2>VW*WtKS09C40W<_y~X6w}1>`0-QXag2s_l*aK4jp_(<-C>%= z4=CnCx|uThl%Al7zfJLelU*O=7YFnTrF(5=-+RnV0k(r};5GQp13D*@U^dM^nklm! zJ;i)?h@5<1K~Tkx>ap8Qgy*rJF6{QsOtSlFBwwa^JwoGp7(X5&9`|dCqk0ef-N&(g zf~S*kUm-#nJVZ-_O<)3;GCBc%VwJc#USF|}!NbZUZpFZh-ExjcOkco{z4-B2>f>H6 zkUcc<-Q?yja;~8JZF`=;r^0! z6wQ&`1$GjP9V*Z?IoZLCIn7kG4L@!pFI$A_ubfDOojGS9jo~_3daOhJ59yhrxma)r-}xs`hIvn4EiiQX7TT`xXo2y zt_5=?nRdN~SPWC2tI5e~YGYV_Y=`hahV2Bllh|#+ZU<55#`Y5I4sfO4z|#i2+Dg^j z%~ijjtUblG|69O)ZJl)UxzF0axe7K~+~&G4*A;41v~g_OK_PbCpoC{X6%d9ahW!Ng zlh|*;UI%s;P_2Db%An>G`A)LbL00EcQSH=byI#;-PWxQA=UQE7uN8l@|8>er0>g{y zn2{<*I&{efoJ!L((wYUla0K88V?T!d1h!JxY^6fx<4up|5SeCT(ZtSXa}rW8rKq|j z%{-|$L1qS~`u;6`;lY4`AD|>tW=%D zyV*#R6h0-Di+v~dUBC@W;3IPYVi(v_oVp+k}Ud`0qH3OkAwwtEz^`&4cZf~bP_xB~X1{Ps4L*}LSk_o*~@ zSl--?D#@La$M$)7avsC`XTe4AZ?c-vf7mbc=qSrGia)bt_HX8!B{P$mtRy60LP$WO zq=*3wi-1)Yfv^~4ldbG16;Yug6pN@uMMMf1R8WykD2T|Gx_~X9;###LqJjt_O9iIC zcjh}ir=I@N9{x0(a}P6L=Kbz-@4MY+1pIyA>cSP@mNumoCk`_dJjVV$>7$nI!DBO1jrBAlpQlK?T658~*5c8s#jV{WPOVlP+61v_vn5SiB391^v3L%M*>h6N z?u6W;+5vbvzETaS#RRx>-Vcngn#a_DWhI-ok~9I0_?*SF3=pQ4UG9$PfaWnyQyQmX$fVDUj{t<#I3YDg0L~ySMbA?kcPGO-zTWPi8I3{wwOcAnH(b7EbLq+H8+?VoJ&8EN7I_u z3bY3_O1VP;IW}h@AT4B5Ll#LgGa=m>a&4S5nevN40m$Zij9Mbp5sH{40Q9Iyv<#ED zV`gz=S|lyYD&`yx(mW2Bd^UJv7Iz_D6e6lHo5O|qC?d-jaqAS)YZlf5PUXg=l!7&k zAvrc8P3I+~GqJx7L&|fQ2mWsavZy12I>OY!G83K88qeJP*1_+r$Ta11p)}@@FQSg7 z9Hu3n)WK33Oc`354@v=RqLdrB8BJTWiTsXcrI-fj3id@)YG{&>>vGwXyt5P(f?U35 zQb!cN5YYMTh1bpB?7Y@O3(FMcS87RJEG?OnR?JBSUQ{rN6%4B2M->&In!k}o zTG5aSHzzJv{2`^kUpqjbqL><>tM|bMz&W7rS7u|}v zkSlrKjYEJ&wlj&X6K6#Ab~XcNRQrTflpu|t6=7RGb;RKf!Rv+B1+TTGp|#QoG*w2x z>1c$Vu14s(5%e^rLO?&(Xn*!ee-?ZVV)|iNUk3Eytm;i->h*|7kByA^hR~FdmhhCY zbc(1Y8{RNJ>-g+KucgumQ|%4TE})wcwt6JPW-5Hus1O8djX*epI!3cb$1o?OSx}>S z`A7teV9;>Rs-dij!8EY9&`k|YNI5!7n6gIjX0V<8t>NeA=Jv@Tnc`F$dl`JRtAuKy zg-8X!+rVfe5KjP8z%+0db1`@$ep0>2__I=u-a_U# zllcwcvzsMs?rH?vn+?udgKwn4#TKK9NpYz_K0{JX$$gS)P}qJ%CYmMcc#^fTnDzNM z6aFX!50jc7nnalAteVGs%sDE>tgGC1oQG)Em{)TzgLkl@QE^T(_!QSHpn~uN;6X_> zM!b%wD6~^TgDFx6R*58=mraDi&Ft5WY_fHDu?CV=h2q7j7%Z z2u_!JjQI@y%104u?Bl4=rFvxcl>)2N!a-I8iz4}cHZEAKHU2Uz%T zBlt~-_VDtZ6uo0x@;dSJ$Ue-_tU~VHhSmj=YCe}5+7uVpjcf*646dD^-r##198{d( zGw>BS4%mWnnmIYe`aHqpA7i4ALUtH}PgU{%`Ojprrr8`$ms|7t{DEL79Erx_nOQlx zd5sDh7dB~nMRBvz=4CBfURiO~)vbTk=9;!u?b=^g-LX@b>$`Tp;nz3z=-I1xpT7P2 z4;VP8cJQr3h7BJva@6QCzZo}v!lcPlZogyNZ>Qfi@c&zwE~&z~+_O8l?? z8ub6d^_$E}v0X{_pjlU<(@~wFWM?bg`3Nsk%1e~=aFjbP0V>)xpPq2^FIE3tPJ`bhrU!6eWN@&fk{6o zm(D4hE?!EE9X`2S&ATNTz<$0M{>%4YxL;y2navi96%TB7yTjqc2e-$gVTDiE{kRbf z;YT=vBN;I~!4zD<7JR`New!7x2#)_$fU-fNla->ic~6*iB5!~6sc(a@(5~= zevRI5kD>Ux6DPh$^r;_yIF0TzXV0EHcOLCOUAS=Z;-v=tiMqzN#M5Qo#LCKOVr_@~ z#MZ7Y5<7ZVU)nXO=G5+C;}7o~GyBk%@r(AZo4jh*>ZzNyt(>-V)3UqXTDxTC!PQU9 z{kZP2g-0$I4K*~>&`?7|4GlFk)X-2vLk<6T4J(Zro}q?y9U3KGp@v<(sxQd=xci;uPu=&?q9^8mez{22P)7~V zRz?!*so~YG<%vDLs?WbMp#O<|LneH&cjTOR>&HI%#`f_qZhLv+mJKgW*|mDr9d9nL zo4$Y1vU}fOuw?Ehmy3Vbu!lM#rOT^dA{D5;f{c$P6HxeqY5dLRikT!6=CWkVYoh5 z5Yc{{6V;Q%qM57>@IM+#A%pDHCZKlsW!~U=dbZQUWAec*%%eX4BtvTuQ?5pqifcn< zTnVOuDaL9uO7Sfze3FsMiRrPn4+b7&C_B6k)YxuX)Y|`ZuHE(Y%RYCHCqp+eeP+Kz zZ5upS(ikid$WfK|WTACgl^E5pqVT5p5@HL5PieO{Ab<>f$RIkj4%FFhTxhc2^IP}D zQ_lw7JVwW_quU?)CDa??cSSk`x3D2Ze76=QOP8V*i4|CNjEJBk3CYdY1_VF-*RTqd zANm&5+x~s7*?!No$;Ebj^vbn?r=ForgT6FbXJ95@k6<&^$dWq>R7G+vT1J&(<>X4d z5?>yvu{Kcr)8{|{8LAGgT~yg_m~FG)Ju&EPGdywWTKA+UO8M9~R@@!HU>kz+vvf!< zU4<%*uSb_t>cXVNYJ3e=N|IX}D1i*cdsYG2!8LESCx4vkvfDW_dco%5w5xl|ln1hU z*oPwM3!vv2gR&XT$bv*2iW{pz7n79OvhaF*Ia*GtvNli(8A>5T-NDtf%_rB7neDcj zo;upJ&t7y>OvBap>ki{icw@7N1ES~;5%IKsR4Szh!ytCzGH^yh zHoA?J8{8Vjv^F5#vJA*}|7AvhVCCSzu{CXzXLqRIIM~R5^Tm=m_gi_>-iWlPfmqrY zl0+FoM@Kxu#^DAC@fb5HDZ~_&g6NB-TN|j@vTRx`A_IbED1m`5 zV}oGRG=#Oi(X9WZ=kYh6Xr_N&A$@oF2R=ByH3yvDO9u|eXyD43NZ{>&13}KAAk;M& z;4TL(MqCYiAL#~rM{)Oi7wh4>5btSiJ;pEpq@7y*sdVAzRRVC}`y6m&ODZ_ID;n7E zBY;bX(ZK6OFo2&51gJCq0DI0C;LrO2lASk*viAZp_BR35!P-E<=FdU??v>!)!Eb@! zQC#b)86sSC0=GDIb&(%T1N4248T@^UCUO*^Uu}O;BJj#7Z7S&juLGLYP zWSdz@%z@lQR==hFVJL(QWssrz{0^Xm3>puYw^|?nXF53PQA0?2r!1_fNfchyz>iSX z6j7Qb?0BP)N$)Mn$}s0Lm;;%=7MLvUgP{O26hQ_NWT=4*YL}ynx@#_T`dhGPEdh~( zjYx)3f#&KYSZRHEgi0o)=tX>*k;_i*WilD&%pB%GT1J7%(g6FTfdd)JPy7wkL54<` zBMW+Wm)8a_*n|-lIna!_-QI}esp~LOS!K9NC?x4Q0!llRL+i<4(M|M%oQKKG0+XeE zFt8v4@4y;R0U6}yw=Xt1ANk$j=JKlJChSR%AK7e#-_h%kygGTPq^v4TSyUE&KUY9( zyUnF^B^So`Q(24$)Iw&zrTt;xLxw8IP=9XwJH6A9*X>uGU-aI9jhTJO-CcpV)lI>i zDg~;7C&eh3VyyN~DZV9zPcp`FVtUAhDSf1(%w9_ag`56o5FA(yBq!Db<+*Kd4Niw& zbzgCw9Poq<4SADWy8{?6L*b)UjA@CA9aon^nOZ#A8 z?^*#$AcO4q`uCc1+g`Uh9eVNLveWqJHGk8{Et0MmmL_QlD&VS-r8#vdNxBpxPprVH zVnhTTQAlpamQW4o;*?fP14WRb5Hbk&e*iN}ODamd44jb&*y0hVY6=4O$$l4G|?YSsLI#h9bxy-v2dF9RKTY z&1e5HX}WM=CA?{al8G7 z87D{W+$FDy=Ql#xBYxz}hwy~t-jKA|4s<4|4VxQoz~`fzBUs4$q-A=}bG$;Qusbo&=C^}j4P5AI!Q_z(Ma7S-f|hhbdB zj#bBTT&6QRTBo);E@#FHIA`1ifjSCBYz09O!WNb+L_$bNLI{CC!oGwp5FiPVKmvp% zF)RstAPIy;tQ)0@A_`g*M9|j%e5dX4K3?_0i|77#^`7%SvHeW5aOO}QI66qd{?+M^fOtT^x9xqXOE6 z_!j4i|0&!Z^M-smc!}nPUSwPeTx5Cszhe9NE^tt&g=F9NZLVwmvVq%cm$lAqU!?%c z%_2Cmg9j(~alpYU2Aq$O;qoa01lnT&dnO3N&jv!Iqd!oce1Y*b3SymoApZOn;J93Y zr1#EfSiMX$`N!oo@abwXe7T7Shqfiau`g&~w?7=54r1WaAvE|M_Jh!)C?Fj7hKLhh zKso6Nv{RRXVdDX@HtxW-y#$Hx9pvx$2y*tX1s<~1B`3Cm*rXDTA8_XKqAtsGYFP%1}gNKCEL z#bznGqH|U4QH9N#NTIeRqOzlrP~BO7wWi(Nel_e{19^uwg6Q~GkRgV8XKQG1cYp@J zOA882=o5JaeOyFM8Ratz`!m@RT@qK(5uc{k#$;=nX$75XN~x}qB-P6!WIa_Rd6&6C z!H$)XhZqX1H$vI*El`aZ8o#y%)g=c|q1<0KhF~7og)_z^bxkLj$eUR7EZ`l~F2t#S~eOxxF*+tv5h9VyLm-1uDeQhXm+v!t*gV&?N>bJ+5_>ES}g09GCa3m z9x3T6qpCEetTrW|(^Jh$GfFaeCSj^zI6px+lFhE@&tgjq=Jw7Yu-X8Xh@l=av^ZKp z`$dO0U0xn@-2wQAotU_r&4fH-T|`xLC2 zUdqr`3gdc&MO*{FAl<~v%^yz77GCG3mk)5$Bt~-801I)3M$0V?r6Ex_l^BrzlX=nuus?zgMsXUUQ9uomLP4o7TG9O&@{y| zW_PZHtxp#x4{(LNp?G2GFtf0HfLTysG&d;xbS3Z+g9tIyAO^MF&YwHa9b7P8u$vur zcb~fL9d>8bpWSB+$!|jbuDqGpAZ(zt=GD+U(`Bq)j+A3$Rb-f=%L@nT;_`l)P+~AQ zDEiG%X1N{|M?ZlUyU$+toI5x-}Q0g_Z?jI5IA&FvRMA!4XN4E2aXbNU}I_2&*eyK&xj@}8^P z-3OO(hVT7YO+!K1QXNLb*WjwtuMt%224ZV;Ex9AIn$~kw#_GdXCF`+O`F%K9vCiB; zfEbGQt_G>)pFnwJ^Xrb&J7x#Y{`=9G^QrrfFSrd)d0^Xr@QqPiM`x7kLj~ELI0>hf zP#dErDk;jyCSn7%6<5b>3#m=)K-Xq=2G-`79TX!50b-CJTn9}@HqGm7w@;0p-9P@o z@#J?iF0Osg+(T6pD4OIZI;p@Enw!#xD`9mJDyVHlSwt(jHmsRik5R`cgRZf!`K!{@ ze#(p{bAuAZP`c-1P<*-eP21rOGXu6;#>cWKPMa_##LGnpdq+kpkmpO__ zOEBScq7C7N;Yo*mx>?6ln#J?q)V*}`6HcSTcoS$UcMKcHyh%ukx*m~E9HwN24bpNj1C0D2 zBa82ENGw9>Q;L21(##ITh(W&lqc@s={b6#@`s0!N$3D?LbJ*X!boNB;TW9C;*KVG9 z&rw0i(?JB*B#unIA5M=LCo>6S)Hv)NMncGK76*Nc&Gr8-DH(MmJ=JG4!|b49n*}s} zZt<*dx5eoA-c`DpV_TXQ?e@#z%ux|I{jUJrzD-#|dBx3#1kh%~LP$?ZIKp%k0sAd&EW#McB*{36L4vp_`!zhwBK=UM&%bL>FB7hE*zd1{dNY-X_c zY*vW5f$A^IZ>X=Lj7v*IvE_^Du5Ha|Ico{#wC5I0UWR6w(4xH&Q5J-TdlR7 zw${m0n`M{jversV$;xitFH~Oeh8GmCpn`}OP(T4uQ4vuRx^C_eidx`2LraR z&P8TH1dok)IOL3j!0q7>?uvz2w-89&83d_6213T}0LcEyA98>41L_`MDA;=(N{|@t zXfs6zEchB7BgVu@*HqpL4Y5=h=ILpPl5OP5b)g)0N8K+0Oxc9;x`|M zB|PBG7)KDFZ~+n4 z6NE8-&-p2l57;EaR56Wwol-)-lFcr=n9k>prqooOO{%XQNsx$!;^mElv6`lV=q_1r zgh7s`H-<7N?WFsYPr zS`p)7PFcnIOm6iVqM&{#xmIFN6iaRKvKDKsT4ls_sP#CV5>3ED49vBQfQkIomD@jr z`X4_Bsiz~zj=F*@*lSJ_8Tdq$7;~pOBjY+Jhdx$Zz&TH4)C`l@;(>IY%$icIGAD`J zO!(%Go;bBm8>8uHjcwPU>6M`rF_a-cZ53h=BL?|?M^GMd1w{~MRvsSoxCtLORZk?1 z^Ri1Wlu|2)>4gopTxN?ovs`0Lt<-fT*LCX?n@#Fid9NJbs&7tcYey5XSNzYwMhrEG zL9%NVDE2vm+Q${tftcCW)4`8g;_$a5DLI#`Gt17E=Lqe^G^v?Vtm(;S8T4tq-cDj& zpEkAGDov1D#7W9-5kb?5rdNhC#K8G>2?)0>hbF|J+P5Cs4!eLh0P|bh$&hJvOyUh$ z5@oDDjWfc}7FkR4l*R(O&Ol}L=<)>SHgdgHk=fKQA~f|2Qx(Q)Vyhlae;UdWLmgs} zA_g^L=s*me{+Jh?*wBaVxTHx{LjFZbDtD+lQ_@$FtL`o<)VCLv8Cz-GJ~>6$-;^t{ zRi{e^_!)8&H&bOm6L4M|DmK0k^@u^X^E1$RtOwm8msx`!=9wWZ^noENd7>?zc0o?y z+ePV3CP9w6gG1A+m<*$|kYf?k1pRf?h5>GNqn$&No7p5~7n)ufSYIy!E@BXETLyB( zp!N6{7!JDp-tCKdVhjzvXN(|R*TvD#DH8?O#$1&6WL1DN0Po-QmMitq#@d85&L820;w@QR$ov&( zGaCn~#Zn8kNMS@1lz-~*${^UV7$jT&4y|r0LGQlq_r3$)KeHXf+#d=Io3LY3&Y2?% z&AQmic2$x@)|}Q_*O0B_3n@mHps25y&+0GW3I-_LMmxDoY9W`l7}4~np$aiHAqI`x z3g~kGW~Lvr{nw$RUU$y>hmMbgrVLrb>D^s1e3dq#QLIQ+RW)aJvc0SEsEPM{9!5fPxC_Wd>${md7r}ZZZ6U-?MF{X4$ zL=Q=NvWqGYH54m?4CTr|eHE&p@)HNB`R6;JSif+lXVbg4M_iX)y1HxS@NEw#^COJA z?(rdC*|c9o)l^t=>9q(F^-?S?b2NcLI7?v152tZ)gISf~136V#TYgQ5wYWCW!mjtX z@KFU-h(Yw_+n`<*@wE^4Vwt;m3ag*=mOu-CsFO zjIMDQzUj2YG`(we+snO9&2#&A)y{bzDF4mRm;Ur*7WfeQty)Lh8Fieg*1A<{QLwe*R-kU6 zh^(>*f-C{T8X<%o0tB)`2xK7(OA;W2EM(;$5)wod1*zLmTC|pN@Todl+ghcxXMWXr z<~rWZMK8YhpS$y(H(czG-{%-SFIN^E{-_H4_ZLI>K_bNaW&++n6|zs_ zATK!K*P_s~zm$c=&Q_i}^K(sj^b8~7^h{l3)3o3&9kL{l)}1&JlM9J1|F+Qz;kU5cyGdkpKAgH zxy3?^`)R=KjD+-$!-25t6y$vp28Fvrp~N!;$ezJawI>Ludjo;B_aw0Qy-t0Db6wQ` znCsFC%jWRl-Gx-x@@5gZy`2raR^#BnJF#$NeFOw-42AH`!4UiYNx*FlfOOXrko|!_ zR517-69AbTtY=I*zk(Q6Hed^dq8)B}XEUckfq z1DhE6oL-jrltRsXSjNt~U%)H*Cs9;+m(W^sC$pU~nciLdCBCPABGue5p5ox%#9iTE ziN7pxw%-lE8~!g1)yPocz7$yKzu^AYAP(^W(HSq`<4*u5H|i&5Y0`Jq)T{^Pb@|hU z+_EX6kn%O5l{T5x&iXQ4$(~5-X&6uK<=#qh2tLORHw`B^AJEp!foilTDLa+|8*O{R zr)!|)=q6|j@_?3TZxAO3{K6+h|5#s?`iMaxPFFEYzbWC=Oy=`h6SFgA6s>mq5eED?oJMuOL0L3FLtuAdm8fwxqyW zNmlGrenG~!^%aFvR4QeXTvt0@#N}QmiNs^)+S*34I@>R&s}+~;cN+2M zrOpO)w4N;^me?_XihQdd(!&4)fx77X9LD>2DB#`$iV+-IkfCw4IRkP z9pC}o5kAm$HuyznTKr>aZq7Ynam82l6?HdgG~p<@PJRhJ2j__*z2ltRY$s?iQ$`P_ zNjI3fGBHg@woTz|FAX$gV4?p)fDCQOpg6PwC+Z%=+Rs zi?*=Ks>svWT64605~4{j%Ii}(+e-r-8Q91m+W9AF-?s`>2RDG>xcjfhP@kWSF(FS3 zNx1tx8Tq$6bLnH^0^v|&x!lI8QJJW<25lv`S6MFU>nQE8NsH9|O~}E|HyXKxnA+KZ zwfdEz{)5FJL52=w&>VaZOvl`3u@IjhvFMOTSR!sppH_IQE1NmoN)p-yC2~`Jm0H7O z7!)-eOjaedwp2*_#blMep-647FE*IiC79OPUK$w4z(Iy)WKir~2|dWrd(3^t8tn7E zEh^+&TYT~zQ%cd8Dw8=VBQ{~;BDt1Zp;EA^1}TG$iK%?6pt{A*rF1!1Whw`=TyJKQ zdwZPil>z-Y4X$rM%g$xcg$(-7)`P`w$8&p-_mhFhkm-TADlF20{DzTta&uwI2Y!1iDs1w?2>g0|} zMz@1Z*I^Yjv(DN6XW$`&%;QZ^@A(Uuecqk5`)>c?(n+reBd3DzT#8A)>PRSbm{aKn zO_o5RAj(>#Mcq6JSzjll_R{!lYZX_}Pi~YtN*Yv-;<_G7Nv%omY*2>`EMyS4E&@3+ zX!raXFrRfV27TSW8x8n$`dV1f#OP_<@P+t-zP=Qi+K|DQs&k}Godrs^tV~C1tu|Lm zSbe1;o~=;SV$T<;?0LK%3#rkhcQ&Y7^~xaJx(GVa?bPpid)DT&_J@l{w>`RkV*k{5 zNZ|ErQAvZtars6Ej@pT(bHxTiD@Q}>qAN?Z6`fVaVmSjN$r`P>GKq~KQ`)kdbr?Zp z(mNZlk)igz`5@l95W3u#fXVZ%=L6n`&3b$Y^o@8s>^fRXWtMC;X9lKNs|b(;g< z$g^ZMGfl*fN_~;KSX-gbQ`1ZY6$i^ui7jcWE(>0vH>b(XI%k7=WT-=imiHHcddK2l zExVUL9r9Xp|N4BrT?KHsGwB1Dy5qK)Pi<=(aCOfx8;2kGdfFfQ`}f=rjgj4pPUnA< zP{8;qwUT@@lSvvo$H^Wc2~vlP#fd}YmbeQwZPDjzWs&E3^6-KGuwQ3yO`d5S$0H8b zicZJ6U$)lKilAcMT7}e#A{B@zvIz)8_5=tCOV}X`*?^b;AtAv)LP7$800|HRihzP5 zbz!K&C~jC$6qS~uNL9T1UcKh>Xb#>#paGjUO)F`pY`0K`?mA?o?%yX zOdYgsnsIfge&g<NOKPyfOdMcv^j44z6 zo@i6i2C8Lqz`P7|tKSOq)7TP=_9* z=IpCwa~ojOA~oz@Sps|4<%81}2Dt4?2TzAY2;LV51ScYp4@CmiH4HLvA;36{2lkO5 z$U7PcLXQ9t9rFjN=W!_a@&&aw+HRk*#9ZwC1k-kVK1L5KELE_1kr;L^&jtH6+2FW= z3ND*T;ISYvlg!{dr_<$FbIvoQA z>MnIyV$9bpF*T#}=O|#+ykf9f$c3#-GT_@)@vwId5uDeDg1hwz@U`^={1#sz*m*b|rUgd+hn0m0R$H=R z{em>G{VWc)FO2~El|it7^>J`p;{~2;J-~mRJDgmPgUGMlAZCLrkTSi4*aEp3YS^XZ#$6S?Lidd41$znz+;|x%i@Q>rWMCbrk_rj zNLHmhPpHaxMy{ic#Q-hlw1d(h2apmEfhfuAgCHCKhL=m6WELj8%#x-(OI6SwCsnc@ zQEGT2Bm@6`j9GXuy0h>O@v>+zvR`~9d_Z(5;-&yiz(x#AWaBWmEd&9wFC@rqFaPo1 zp!Bc<#R)9PBV9lm@B2=a8T#rJhcv+zq&%gI>7(g#?g&-Izn4&5I81I3-y)f1gE3w5 zpNW0teGz@-7ox67JBR}!Gyw-OZ5j`4#0vk+!e~mes85| z5tBtZ@#FdY%+Z`8&VwwOU^rDN9!jbzy+Ns043JvX{V`pd-pC78U4%=jv(Z;hn`5s_ z(Dc#3-D(9Q#Bdtf7ZuKHp~~G3w0>Bq40U^75$pd(o=o^vLZ^-ia~UJt0{$>vA|6aH zFB_n0)YmBb>MJCZzBi_$?i`_0-x|}cZ6aM(7|2&;XaX*>FIdQJpKE6Y;+>yC8L}@b z53Yrp!*)<}9Q&dAByL6%9WYgq6#Y`3oi-}saPH=xDjLiwmiK3#)?7(Z*YqaU*7YQs z8agTM22)JC!4P*|r>9&}=@NdDqv@j|AK5r1h(Uo}4%&lXfgZO7>V2^9^myFs8baWN zHa>PtnV$Kegqb%e;7PBsg%!Q@lBx?C<@$4}RSjp74MsEdOk*A8OrtKoQ?E(tsZ>+@ z%FzTo#K1-jd}QNDcl;A7u**Q_^c6H92BSB2#u$W~Y={gTuO-JlR43C0Wm&?jg)G^{ zJie-fC8}qN=gJyooC=eKU27JxTg(DRTeBdiv-VU@j|NSD8Muf+gcuZv zL1(`NjQhWUHdou}uA}xZFC2Fp?ZgKSwMA0;3?zC-b)ukInJ%j>rK>8%TwPhApuR*P zX)MZDn1p#cGe57nmB(o{@wgp&9=BVICdm7rp%^h#Aa7-@{pZlU|BLr$U2I-;AKCM~ z*Vk>NJ2+^dJ%ZfR6hm*TjX%{;nIhGeXIGS$vZ_lY{Q5#saU;J_ZsG~GX137S%H*3{ znEZ~q9DcVJO@A49h(TgAAJmAUZqMh?;<);4hs(yv-XpumuKKv#?F|gP+8IXfG!tpf z1`1!Nqn0Su8A_>w`6v5z7S-gP#&J9>GKdbeTD4YClo4D}ph{I_mwk~vgf&1QAz=wS zfkc7?NC-s27J`AujuIA)tfK7D0)h)xidX~@tB4>)bi_XMo}RfUmvb=}pZo8{d*0{& ztIjTBidco*n~Z$^ZF*jLGcB*aIf2{UM9uD~qh9H*k_2QR4NRnghcr|m|LX?iezzL# z{?u)*zBpui>gAZT+4zu$$3Tx?Xj?m;RwoY4D65Oi=hsk5xD`p2tZQktDJ7gnnt&&! zT)oy5S5(^+&2Mgs<#p7><#$&}0@%prWvR&lAGw`XCluh8uF`sk!S^fuW@>N7Y_zAx z9WRWIx?{QqeM#cZz{Kh{5=$VC$jfbrE6%8;Ra~xST&GsD>*LDvZbp@rh{MG=DTDoOm^z&;=c0;J)(=4NO*t+>{uzw_O&nd-}@)|wN~E}H)Q7>#Zp@g~;w z<0z$_!RZC<;oQvT=%SQciKW!W%hfUUtXi@tr#?g^XbcwB+$4ya8-r`^)ea)XtE>2t7rtu5KaM|$XK;E# zIgHLI9<_r~9MeWG4{v2w6I-~~gPO0_;##Uj{w+0;=D?h-aqF~;bM2%Du4Eh=#T^Tzr;U&@Xum|{#0;yDSUkLWN0#FBAOX7p2#6SOwPfLrWg2* zaQL3X1y?acLIHZ{hQMv8P2fH}Tqp_P?vw@r@}{g;mHyayPRs3?+wxKCThUkjy`^7Gjuxz2=w_|k8!^`1Evf7N z7h~5$T*JRaVThk8-uN{-HefZ)AG?x?^ZAeyhSrQ=9CJ-q0 z{*dJ03#m@tz;^Zot_$Wbo}2qu0orZ7+}-8N4UF@bMh{6W)ytzs?)?MRIU(E64Ox<90W{sAgnI2;YOCqu#I6ajqC;2>BJ3uJvCh&A*CnlT1aOx%HK>IR$( zu8?cy0(^5P5L!4wm8AoStRykoB8$4)vk7(cu^g)MuWw|of|~plIIffeIy>XxoN_pr z93X&|h95W{@dD4|7{HxGLx`3uMCv$0{EtpRJLL!|r!N9i*B-KdvV)wTY@zUs4G7O# zL#0IS-H|~x{33%YdnO}Q2-{>ha6mp84*fF*PHYPS-CZ~^*y9c6d(mLG-x=K09Kh$G z9pKb$fuvy#{vbJ!9Rj#xm_5p!T1H3Q~RWSAW@h1_E%z&|dD#%?K8*+Ud6@2!j! z8@9_NfwEi_s3{QOh@vm@UAV*99Zq1p%ML7eTZ6+77JybZ11}X*@K-T`puI*w+Ghyi z`wSpTRUhJ1&qJcB9?`f5RH z$T>)kHw9X%4J2ecK`b8)QKeq%h8#p`Z-Gmvl_2%}4#+T9fh-3NV0&u;lc)!bSTmqs zwgW2172(N5&=ZH$&T9}BiO1ec_32qJhfbS$P1rA0o1dK$##y*aj^?4pU=`|Za z?ll*)5lHxNL+nWfNIs|Gd*c7`!xJ!8xG(erl-M=*B_ate;XNo@NGff-zolV#XBq9xQ$oqwY zyyF-;ijaBkJK&lsL%y8`$gZ@n5hc3lji+mSR7565r zj{2G;PI^VSbNOXZf9eb5kWcvi${NK^q!0Q{CHMMIU)l&z_sBpz(vYaB0O`oqyMpYj zJQHQ$+h{-`S_ks|4S*YJ16dTebtc1aHHAZ5q7_6g#1~UuM^z-vh2LPzkZv)jgWK89 z@%^0N0v~Yi`#sguvQ0ws}2-l z4WWQ!`-K~WS<9pcen@ABFC^#2&nFboXQNBge<#;uJqu~%P7vGke;)9BQPL>6->OHkRDE*E#F z8mg?gM!6;Vp7M4=r?N4jr>ZV#kZ;5dGxaH>rS<>`X~;tws9T(YwR16ukOsNuTF{=^ z1P08W5BdHnp$P_l`3#uBk<;uEDgQhy;me!DA(JAp(wT#d!m1Yj{ z#F@iPd;V(3M;b~tI|FZr3sfCg3fiNqq2~0)xdxxzZyGLnP1Q$WpBds}MinXP1A@## zD~m*LrBgX3YMHREkSj9~B`Qs>Myt%Zsh4NB>P49roglkg#?Kk#SLQxo+XID20}3Knrdz$Do?_CVp9|1~g>2I2NapxVC#s*kMt z*l^PIo%#H(m#zMu6Xr0?zZznq`}K+Vb~(PFS(rnw;}o!Uc0L0rDf(Dt_wMRbx!*p`Pn^x}~FD%%j zPg_GU4@}X~T{YLz?x<5q4bsdKJ)g){u&)b6uMosHV~GRa2=Q zY8tgqOrw5RY0qB`1sk1!iM$EvwuPYE_X*S=UO8(%@#V}t@9mSFm?MwdgZ&20kx`bL zaj8vu9I;wKC{{`GSYkd|$mNvC%9$*6Nf~l247HI`db7Ha(NRg+uME6pn(gk~GH@5CeKGyc|h-Pyv&e)KUC$CPW@wHhM6-s1S z%C1Yv5{5Eg#M5R8WO{yj(H#GwE25C_lATTtx<_pZE;zgmShUugfFEu+Vf^>r;RBv|r^Y+g9)7=La{WRjSbnM6DU-plm z+t)UVJ#*6*9IWb#i05}*$zWI#3yRv(igWK|Riw9&xXH~lVSH1CB-SL7McvZKBTS9* z%T1lK$oc_cRP7Mg9-tu&Ok_?e*3W~6P4j+h-|G1D(C+zTUgo zek|yccsM+^;=7nMYX7yoyq=Vz^sda3IvTyvZsL; zIZwhOZhRk|KpeeBAdIBsCl6;*u09~$h_cb>;WlPjuuWVMWYaPOZ6;R0a5pn>aHK4- zXOwOa&{v{CvdRJK);PSitaf-ZwhT4!+|9}I>fnl|>0=v>FHi50Po4MV{St72J{cB7 z{y8=>dm=GDZ6Y0)_)}i`)n`RnQO_8;;m^3lkf+jupdYp5fbn|D#ql-@c6^wEdGwfU z50tM!gKCAtNAq&j=zt4qU}Bj=`?T8v({Ju84R1YNtKOX2#r==>;nLUsr^qv5zBw~j z0@G)bLzAa7BIBotF|pIsxX9_UYvHeWNg*$#xS%O@O5jv&s{adf8umpu9`nmXyMVvc z0ct-*jaU|DC(~xHoJ*R; z`NYj;U}I*90gV6p4LjiS&Ed7iAA9T~MRu z`KYdr1*khC3sE=!_-vjAwz!C4|H=wDw2lhL-16b<4gz5I;UMJOc!>3gg=DWNAe^`i zd8a~wawZt)XM=$49SEZH0id{W5%fM7sQ2}QJAS@k#n|(G9U9fu>V#_Pbwbtr;EYnj zDn}t~bt!}0%PHW#HXA(Gr@(2qc<|jC4M96EL)4y7NZ1z)X$OKJ%RLZC-}nRd5EdAR zF~B|I3t|r+PS{7u1F%a4W$cax zyEt|nM@0d}f=C@53nCnfgdRdj2q`2afe_Mr4IbpQ zeE_rE8&aISfV^Ta&{udO19%VcSMCPs%3YvdwG#}hJixO0pQyNme7|$tIK{JZAPn`hTj6nI^qPG zsCB@^ZGm*gc1RO?0!iZo1oO{;FF6Rs;?1r)VE5KX@Tq38(UDuV!fCIm1IVSv6A@io3R@^efZ>O)jl^ho5Bn4yRlv9H1h z`;&Xa2XPM~-X`9U z7)ILyh=>CoaY)_h0E{hDfwN;42=+OG_<$3LL!ChozYRFVJ;2KJ2d3mOr0au$k{|JJ zVoB8B_^PM5xwqMv*};#F!#qfHh?n94W!BYKtTOvl*0-6%#ufar01aDr4`^uh^3@I@YS?8 z*z?R+i7l*wg!b&GG2PtTsK>mUQN66I(S7vh*jMC>v4ccg{MTW%J*2Onj6AnfK;||R z)O+TG-hVmd1a1Ibr2Ci(@vCO_hr;(A#panG5y_~t-bWe04ed1XlJ>9^j;t=;ML&^$I-ZK=HmMqh$9Rm z9vV{69V!~BRh*S^i7Vv&%2G(q(sPujsrlL}a%oOE>5SndvDsKeyk)eKIyDyZeW{7^ zm}{i;ux$Y}WUo(KX$Slt>_Ls(OB3=&6z=#QO1&0;uKIcHNOhpw%gPA9p5nNF-8SPA zuInhI-{j1U1`(H6%aKZ}SQ=Fs!=x)tFEUuEr%aZ##ym6iW}boCq0gb+mFsAa_*&W% zjxD}9(2&j(A`V)_!LoS@lRWZAi3g!c$g87(d3rI&C=qv0% zjG$jP30Z%pKQEyb<(V0)mmg(Efz^un^D5PqZVg%i$qzE__jbC#sdTCJPG2Ei~OI3 zo4$hz_nBYLcsdTB_ggt|;h@W-^C8~tHBrGWW$3u`C-AA&CJN)Ep2;mxaU@2WM5PsL z^a_E=DB%^Gh1{Ba9=AE4$Gc_X@osB)ylyd<`%qvDpd*cyv3w%Pob14a%#Gro9N?7O z^pEHE%pYpx;HG;`!TYY)MIO6QnGjoBl1wPiCo!x>I@hRYOSEdCO0H1qMN)&2 zD=sv%#i#N!#Z3q|^H}0eElYG?!V*3Z+Txo7Yw1K#B4=S*Tlt~Do;u&DoUm2Iv+%U23?a$UAM$B>~c$fGMN zEHp(!K2>$ooUZK9rOWS2(`DTvTL1%bU@w^nYUC^mkhiMh$4R4Sw@n$jxNG)6tM}rE zHv%@^x_or+#isDU+OsjyrPUaGet8N_Urb@ktxS=?!cnkI5-r1^&86m8OeB4oIaPno zLddypCh9wMB<(#ZS<@}D1uz}Q0~eVYx@8lfaMeVp-eCW!(ZyltipPxSzk4}${qDcv zT5F(Z!*5|nsv4tFg>~p;Lk*6qtRQCzOX&i3F?T}k7b znxaReF%Pt8nP`&gYIC$uvV<#L4%NJ`-&}vdxqaPu-u}LB{C9KR;Yp^vZ2mI4JXYgxL`qe>yuEIrh(|7#^2*< zHFvoDvRfiaUQcRf#M+c*P_dSV= zs(8p@uoHJ?QJTH?rkgI-glieSi1eji^Aw@ zFAG#br6C1Jmr`(U3Gwu*E^+U^E^%{o8RgdrTiw=i57RSaK32y@10DCjp>Eqf92Zjf ziW8mnQp8Mqk;W4ZWsCTVB1wW`cRE9{FN3Byk{PXN&W;+om_r@9o)hsxkrVM~Br{^* zty~q<8c=XbpLo`;L-h6hh3I*xOZ+lprhfk4>ldA#abI?1+RJj^RDfOO`*63y_jI4^ zNp5iZq?npKA&W_x$c^JplrUKnd)SPL167PD znkxfY9&{9LjYWm$cGP%9;;=UrCw#*3gI^fh{6f&_AB=keL3plG|2cx_x~xvL_NWuh z4>gISUkudhu}Z57>lPKlVQD7ZmPz1kk%XXCY(!cyz*tKTyLIHqT2GE0J92Prj6kt{ z7kLKxXNW94lWGed~jYHD0J$yA6ld zdg8eC7BpLX;Jl3oE~?blP9d6Z5X9k!1W`SuK`DcwS~koyq*$e$2pc^n9Q0%0x`YZZ z!w>`-2O`4M53$RsuToK1Z|2OU#W>nHCJmN4RM_eU!*P)x-1WWSWv~SSU%4S{i3_5Z zID@uy6PSh$;2PRPU}T3BqYaQ5uSd4AEeecnP-||IXTeJ@HEJw)7T#;Jm3CR&3 zBsT>>bT$~mOQA^W3(KIT?cFmI#Piqaf^v zM$+}zKX|{<=Q;h1j|tD2)68Mk7-Kx)P23Fo72{+4^Z0q1DiD*mOCs5jvR)f<@}|z) ztdAluW0VA&V^@q7iufClm+p+5{H@5W@`J2C1Zl^qkerT2@;Uk!(a-Up1>LNL#M_*Y z+S=`XKyy@X zw?Y}m4#g4|z_3sR2N(=ixqE_Clpd;x+VvlH=cQ0j(Jt%$6 zdYk$zeoQ*RoD%gVd`P^-o@1+mWU@g(Hps|*lSgjeQm4hJ+-ih90n4$MYK1D69m>US zUrI847xIh4=5nfIW-|^lXVQ-GrX)?mN%7f~alxguQGWN1H{9OL*PNm3N6g`zy9w`h z+-6TouXCnFUA$SoDoC+VhmgGKHD^d>u5fu>-w5rU$JWe1msAF~BH)^0`^J!xXE@2gZL|BS{$}1wgh*gHoQ1ikUBGv-JkPMLrv;hn0n<8W;Qjor> zFxd?9&3ArOUHS626363nN-wi1g}=jS3f^llksNrJ&kVoA=24m$Vn!V;m7^x-@G6K! z38j&0QBg!|VqwIfI6qPopA$L7Q4n9zGo$8-YXRZAwLlco^I(JonThn{`XKMzrcbKN zUo4ec?O&{PI5u74VXDc$Wj~yO^}Ht|2DXdnVGTT(Qo~MQRxo97NpvQ^kg62skt@X6 zq((^=sW&Nu{6v&SndGKWUNVv?vm`lXZdFJIG$8NO25|`KAsvu)OdlxEZunoR*^b{U zf80A)WB>J3h5Mxum5*J2c8F(3YIs0n5;d$w$fA_<_)HZ?0_Vl12^2B8qV(ueNeZnl zNlxpQ%ILp{ljsvX3H?Q^nEslw77&4CpdkMU{$6d6jAY39Mh_I7G5Anny6s)<4|`_n z?T(JCuU{N4^|tNK5AtZvA_UYXlf%j-3`(Jp%gp7A;7mAKkiu4oq_IU3F|$T0WZsbp zS&x$vV#fvXu~RHT>FM=L>Wfu4 z{tArE9aVsPeJ;+wGJ{A^B}bEUB^*YEC?1vzqyjN7QsLuZ@Pp$jC?!xA|mhW~>wpkx~*x+)$M}5P( zxzx{1t;G73WJloh(y8Q(O8O1SKhi_ zUL10(pdbvFnN23iGZ-<6say_UF5+{fDI$g>S3(n)Nhyg9GLpDoMv;sOsfm*?RX9yw z3m_sHSi8_53AvLTt&eL_MUZcH zF#(&RjEYLkrPKKe4x62kz@w+h6UZqFF)_I~DLlDeN=UgUjYu66M#v|*k<#gywSXw( ze0V1s$dN4h`_Q1u82!HKEA7`kr*tQV&Tby+xA?NN+u=-oo10}>gSSgwZGd-LB`!o# z78%JeqS07NR%~>>fJ@3riVx4u6yX#qafsr!Bv{cc3C$T3VlyXUT-tQZS^x>j!21FX z(hQN_xd-*v?fs~?9f!~_hQ87oeRO(b-_ZB_TKeoyRd=~s6t-cUG8_Fc(z?(fK}~oV zyNW`NE@#F>mBz6N#bRDaQF?r!s!-^ssuB6BxQ1P`~MsQ6c+fSXw^{y`9W2)5xFLj6DM$LHK&C2I2?~)nXS^ypS29j+kkhdKI zHQS+IJGVfZ(GAdpsXeH>lPA_SYs`$Q9$SA?@X+Z}>Y#^>sL#h0z8mNr-Hi_-b`tTp zJ9J`DJ50INDxzarQ<q7RRO^!6i{r0rmFRz zpWF1Iz5#uxYr+6(oZGKeHG68K>b2Rf%vY9&B`@v2jeG8TIp!JWO4OvkBkn2IEpVKO z@g1l8-q3IZ+%<{8*EH!^Cru&#s-~9UFy2kDpLmLQ7+b_%efV4OT0oKkG_TTz9@XnY z_d0Z;wqbp!etr|G{M`W^<-2b;rN6zjOT1`d%w4cK9`okfxu|)}W&C`AW$--S#&3?~ z;62B1_L}3ly3I-4uFYq7I?oq+U7fGNIJ~)ov0oUuY4>LSrtS0}n6>_@ z+E8!vQB-XvVUxRbN|{eIfA^^u5Wr{mZquQP#5{^xy{aHcnx zN#>r*3=8+=I7`=Mv6b^my0zmZ?UV zO|4o`)qplssL_M6KJ7ruKONB%{C#30^KX+KBw)T953cMF0#^_D0{5dB;Csvygr0Om z3duD4F#|ITjDyMkpAcvwPC7sXbQgoW;)Et^-nwe&%W@>7h zrZW{$Dr!?CtYU?*j;+V(T3oAjVfSL~uB|7egmIWC)%W@D?(6a5^ZNc=*M0x)-~FAo z1j==GUBb{LATiq?(%4)uZ%*LZ3I-S!ii%v6x;2CvD+aK z`_}}Z-O(Rij(+G~>x&+zuW`AHL^|G0BDLNjk?MaVk+zK+O(}-?)Erpri(zM&3Mb=a zxSJ-ye{L+o7DOXvVI;_l!oc`XFt|$sA++#ErllX0mOd!9@b2{v@BYU_OH_RU!wk9 zqW&KwlJXOYB*n}rT$oO!Vg9r@Sm;F&Jqd-wi~zV8dc$+32mFm(5i-jek;YEgZ0v}H z*$$x2UJa&+9a2qJLS(W6GSg*Hn%bb)%o>$uR;c|dU=aUx(i(kGT&9Dy!4O;@WAH-f zfWO%sJmwOlN^QVV+k&;-9?S+uFxu9Ee#`~5)2^Ui+5pN8H&A*!ko4FCWt*0uAq0hfp*ayv}>NA{^SM9uii-d%Ln8azDRuKJCUIA8;#fcjl_-m ze~6p#*TlhB7f4<@4HUwG;WQnoE`|_z8Y4Yu4#Y9$5YsFm5-mrXaurgyIwGak8Jw04 zU>$J>^Mogo&v}D!#TWG3exN-F0QJv6Bs~wBAP)tPCTfDU3EGf%31cB|5+;L(6A-8i zFbM}L;lOe<0N>dVV)t3d2rxs&MsvuLEFn!>fpmpE1f@>kRl6d!$pa~eyutp?7pyY@ zU|tSH^37l{ehvlgkFZJVv+%K`p$IKm6RAlYiF}zRLL>K=$*y|%@jR8bX zGmx=i7UceB$c|hHMWQ9-sVk8oUjuQG3xrkf;5T@KcfcRqjv#POg@Sz{9L#HxNd74b zj3?1!wEh?^b!d|&>D}g6uUyO zxHBo)8PyI& zeCKhM-0QQVFi0z_jCwDri+wBHOMcBiNFU-JW4&ab=DuKd^Pe$p3;XC#(*L9lr9Wh7 z_&rQ5=QeAUag#kxxyG4H)CE!q2kr_zWGvT5o}B?ooMvLHhY2bJ7hqeICAN|6#R)1A9t|U zzbO~_4Hjib^(zY#pUTUbk0mv{hoWyp_tFkX?(#Y^?{K@aeoX1kzR9_xxW?(t>E;f} z&ZoW=o#lPto#KzMPo#}9bOA1r@dQitps?0M36VFq5t+A!n9DlfdE>joEVK=q?B3MU z*AGlo$7Zh@CD9Z&`va2N*GaKaRr27@8#qG+IqOSZ-;ScI#!k&T- zQNQY2@u2*m__g?eoQW$(+cS2pFfsQ2W4TU3{Gs$`eq zN@;b@{nBb>ziOxQW!4VmYjKtGoj?~zTQU_{MAj@Ns3GQ}X{FxeK}UlR9j-=$oj!B_ zIvHyD;ArgHTL)==SDLvSzuzNDI#DBMw^!u}+A2z_)TlGXSqaqz`GWGi6KN$m)tLp^=d#7Z_8gILFjpv?7K=nLkBdah zDWdGRiP_ojd6GahmLW|Q4?kghXB9S=1}(yuO9oQ!E}M~l8?cdoG~lFhw})yp+7@Vk zrJ3v5ULWP(T$8}9t2!E4U7i_VUYaW?E-FsTFR02C<=1B)7q{kQi2KFq;wka5{1?KE zyyeu4ytn)e@t?7hK#V#bj%~q15tic=mZy0a{!`~}!s~ux;`0$JnTOXM)W@%Q@44O; zVAtIm>~XQ_uwVVzIL@hBL1g*K^thr5(UH9J!c<{tMP^3v8DVPC#hm2AzT6{4Z#6MnsADm^oDaO=%M zPlNtmKijqrwp(LMIHR_i$Nsq?DWd31YOJ_Mn3PqWpORi#mXTaho5e3bFN!a}oD*9< zmJ?s`OqlTVQd(l!n4(#I&>GWWkxz^n}{#OkPcsFzQrS z_TicvqQkXMgwZuiX))Drl6X}sagsn1HiukA98@Xcph+2h?omd|qsr*ldn)MOv?1x{ zq}`VOF*n_|VV}JXgG}e@z7T3@Pb4$1BR(XnO%RpZaxCu1g`6XC&BZCvO;za;jps5$ z&UGH=HjZQkH_aapZCp+XJNuR&e&)|ONgx@k{gVO?Y824-76tVCfINCUA&VY9R74XG z^oZAHY?QmET(z2S(=2Ll1Ui%r1$*TWM)+m*$Ffsqrl3A5Ld>%%-#2UklhR?-DrY-}5AabgTy@WCZo{=xNtRG&>}X?%k0_Q;*4L z_kV_;U`H}Ezwp!Yp5uzNL15)hJcP$`REULc~`J`%b+Nnk0phTp8@Prf*?wfMQaj_4`fG;M)t%YVXkig_I65&kHF7CfKg8#E^j^q(ta zG3F{cw7GL!%3NoN*ZgRR=c6asxf1OC%U^8odw;VefiePGXhLYZn}9~HNueu~MASYn zjn2PO#?}3yx1sV6OLF0Bdo|(jE}E&!RD;CjK=YU-u66iQls$Jb(TTN~>Kd?^?cuvv z`ih^S#f z8r7_+;mg+yNcn3Ph$BMDQDMD|8jQu^ugI>?cYw4{DSr1W*0)egE-VOjz@K~ zQmA4@4wZb>Amn`2Bc*>eljE=3Y>ruXR1I7A&|t6AcLuHpY59E%)Ajkr)1!S87*#aKr z!zNr7Xb_Hq&W1QJl8J!5WDXqI%mh~z22j*!;J?iq*cu+#C(I3Ee{cc8PAACJbc8&u zgHWbz52tnP;JmIabnDu{_1)Gmjd`jkNq;w1|2kHG5~0$0ghb0YbPN=5d{Dzj!7d^f z^hr!GlVO03JOvy#d4Rj3E6|jjz+c$`*edoAw#5!&RBeE-whz*`T0zcM3nPTo@?hS)fkv1#Kb)3`uTaA?*yd zG6%s?)(+g{tbrnL1-@hpU~V#l;7ukFph)G%IUD zyF_)P*!{5?WGx`XUq&bj5aNIg&JXJa1yt~Eu$|xt+EV+$khl-bH&}u-$rS828iDgh z18|qt1B$dRFl4kLP(~9tvO6JMb_c}DYJfm)8)V92dw@1= z1k}gIKwZSFm;m*o2~fV60%hG4yuoxG^S3vce31Zrwf~>N&y)y3mL%ZV$^h4y48c?- z;IP!-5KjYG>AQfLuMGheyTSjgKKNZU1m7+rU|cl@#;6JSOqqhutQpW>ngjiP!Tgg1|I0u%mVy8iBCyR#5MnI@VUA=7^HzcorW$agw*x0d z6AtC-LQt7LFi-D+|Il5gQB7W37!H$Es}!etS#?p+78R=Ez@Q+CAflkgkU1d<2}#I6 z2EGhHAb}9(0FfC%Kn4{Aqk;n{a#dREP_(+Ny}F!5uL>#@1IV!Ncl$g2@%-NJIs0Ab ztcTdR1_*85KXccRLa(Eq( zTQ&meqz@3!`vKvyKM-zi0{p|xfPWJJQJ(@Qah5HX{gYcp_QRHsI0zWTf&cq|00?LX zoR>Y&y&QnE#u4}%=YTNC2}I!wK^Wx%aWUTmPxd2lQayo{vlbX78-RYu7ii7?KyBX) zInkUwXHzB7d%CHwS9u{A>=dO68b4>Ds&JJ!EXt$^)&$k2M7>g4InPF1HvkM zV4_~Z_nHOb^|L`5I1glD3qgi;0ZFtQh(s$OE@?Gz4eNnjDY$Gs;#jCwFJ60X`ztKnW z12i+~CFMNzIq7QjQ_@|=L*i@3AC$kScj;4v-xz?s&Vb0DnXs#m3E|cNin}c^(Huf| zdr_9in+?XzP7{S8-wqc>y1mOId%ZNU{T^w>A@>qhk-s6j zs9&Yols=J(@ozyTyN6fL?dBefJI6UKJj1>u>R|VaPqGI@X5MIQ8-F~yC2op*Q~*&& z1c0*!(9jJ3cTNTBIy&?|a?pMju63L)_M1Cex^2;5*)G>tCW7aqJf`3820_S;)P%^s zL=C=IkwNX2=QGbrN@6=i)qJy{N!ZSB7q{}xOOElbNt=03rOm?OxCW6Wrd~Wjs})ZZ zYsE7JYXBYfTp>DNjXG}zx)0-z_E5Zf)Nxi63Rx7+BuMs|w*GN8y4od%ut&)y2 zDr8gS3fVNt8o+S11u;558TG9!)Om~0H>=#s;dAwd+3)KDoL|)MaCuOTU3sgN>f2Yq z*?uuc9C=2sz@OBn(2ge?SVz?P+y+I7pf;f-Mg=R!R1` zR2&n0)+mTDXUp*|`XpMDE{#=}lEbY|G6^eGRq-Xt2Du4oLkf^?MLu#1>J+lg8ayP>8v4li4L=lt2S?b}<8kseoS zh#R}gncGg8_`6&4rBO}UDr#+pmQ|IO$t_JS5SldQ5@S-GJU6jbk)=MXG^nqsGLv5= zWNAJMGc}{JnVRwFOw9z{8o)ujfGo0sbkunZU2LGr)y8sox$V0aPy1))^^SMjf)-yp z67fS%Jz+!VLB`g$GVbnXQ#`KLsGwBlXjmng8QemBzA!JXM3SXFB-f`NRp?SWRjDaI zt5UVk5S{LWNT>UYtJ97#blUM~YXBGRff9921DfN&5*w)b&Ss?9&F1w958FqbYi9ME zw=BBax@&n?Q`9g0;U(+Gn92HahBbhX_CSp~XEvInbTMY8?q8S>txIiQbhz8x zKj-Oiy(3`Zr4!-HI*;MJk2g}cG}N+pR#yqIrDZa5VX>N#Q>2Z}D993M^NZq>ax3Mk z>_#LZ%dC`T^{S-V50psmP&|?|!c$~hSc>d1rZqr-?jYIO2J+@(pke`LqHz)C-HFAR z$6ZS>x4T!`_nq4`zw30Eo4F0U_Q+9kz@bJ~SXmu^UtzU`m{X~Y)|aJlQcDbRi3f~g zq^MjbEv!!v7qlyc1wBeZ!Cj@;G!!3SILwzAEi8#~jA;!Jqvuck#s&(UF;MM{89nw5 zX5h>`%>7;vSD6aiG>wcJjS#JNYOo{J7M5}6K14- zF6LqTY|Op$b1?l^oiKe@mfLmp`Z$>{Y+u@RF4D8QgWy+erU(Cz?mCTX^2);ieo06O zpdhj+BAe_43_Az~!xln9LK2cd0%1oei=yII)Ttvbt#znVcM27?EQ2sbbO5WORz(GI zJ)UDd45*`(Vvxbgj?cWuPyLYj@H^*zx##_#``q)M`+R*SN3gT8P`0&ht!m@x&FQ5l z|B_R5VsCza&4Hqv>gv@Q)s3Z^>dw-%>bs>GKMWUTRgdLmA0N-mJ~olA3)WLP?3zcW z4;ztZKQhUKRu<{`nMH1P8(@srk zbiwBN1p5rh!1r|Wu#rh_pEDrWE;Gr+UKTljcd1@e567_fR=CxX8+@nz*QA_^u9VQN z7c-(aTv#Po(@`S%yuD13dw#1r2qV+UyDNiB`sX=acs?F`a!jX}=dGbBxq7m-ts*vw=1Ll;)|#oF)c z5qoaCtqj=EtqEU!BQK`ldU1Ttwe{lktK~_ms})Mcl}eSYt12zAt3e~`>PSzxa+mUZ znz(C9m3Z-^LUKVj?4ptWqlDb8qmiqvbkcr-PFijv$>m%H!pI6(UJrr9{+MB@^~FCdK!4%K7*1 z$@zW5)Ou1P=z&;p2O?d5t0d&X4}|>Eq(|D%(MWR_ot)}nlB%ahq3(T%EKiCySSo(%4or0RV;t7fyW!{ zh>LyR8y7qHCN6ehoEQ6V#QZ-`j}X#bM@Yv{gq-QrBPVar$k7K(QaL=Id^KWE`*MWM z+^h|lSE>y+FVOO=v$bM7jW*dyrOk9xXbU`L+O^(^+AW*}?M^?z$o_!1k)wgJBR>X5 zziSJL8oeG8IXbW+^4+@-u68bj`xZL&oFL>v6Cus#2&uh7$l+c+vhOK_R7{%bZJo5I zl}&muizoezawo$~)2E`%Q>KKAlBSZDNTyP4Mbo+Vg6U#M{&blWZ+g2+%*KoK*F(MNf@@kn(;)*3B7`LYV1g!J4MVGP)d|462$M z#3R%&7Lmr0;LnSI*dz=J(-5RC2tu}506sVK!@7kWl$(2Fw*?!2xAa7fr3V_V+|g#` zhHI2=ola939HuhZ(@V$~zY8da#-kzsI%b1Sw9M1j0pHML$Sgj2wavw zVp%>A8ZL*_h>c_;4`__tkZbIW;(5!kalQk-oNtG3Ol)z)WGQM*Y;eZZ1}!=rp)%Ne zn~*I}2q}6=NX9rJN)RH35sAYBy+~NmK7%bS7|wJ*c+xrW(Ptxw;f64V3%HDBh-ErJ zz_f#eX#=H!HPQ?gA(v%|5|%kOvCOc;Z~^rbT!2G{rZ}n-;@xP7@zsZrA_-tZ7RrJw z+89!?DH7AnAu6&$!WL@?_t+r*J6rIp?ZK~eKwOI>;?6Gv?~)UEH!1g>!5gIf?gHL> z$}|Ok<~+xPlP;fT;Bn{>ar7bcV?wcl1x1uG{G z;3?%b8-h{Fq!$G6nxjk$z@8Am`3kk+_EQs;@p7B=Uh#ql}@X`kfTA$g3ao_2L zkG>NL@ckeHXG{d|Q4!d>e40V*L5I>qA8Bj`GJOq@9cGMdo+&b=7D&&au33p4)L%Fu zWw$Go2RxuS?uDe2%OU%R52UTWkaqe*@=L(S#J<3p#DSnm@o?}5@rRHx@m$DgA_7Mw z@E?}KcSs73E=X{pLFz__+Lew>cLwq}1}Iozgo0>O@d4=9glmr=JHP-|sLJJfrZBUTw_%Uy-`%LyW@5zik ze&cBeg5Il-g^s1vhL0vUaz_-cQE%m)F~dpMc|)>?{8!Rf@h@a!`~mrFOurJ`XDJAO zqC)6H6+(1@n3^HQk&Y~??-n}gqm;^HeSjg#B1}-mx4=4?&CHq%r}3g<&$0YXzVCAW z8vHhMU-*#bVB~A{_y1$NPJ^1f);NHlgiS?pYpqME>sS}usut>sAbUv29+HrR>;V!W zKp+8P*a@2f*+P&lKoBBCK-ol=3K&7KUbUlEP_NeZ*0%OuwRPj%*YEl8n>pW}Gw1og z@66xlDXlT!3B`hNNyI=S+l61(n|g0cCJSdrVWQSyV@G}^Rm1j za*F)#g;ikgFl%wQ=qCJ3sD*fg)=!$Gjgzg^`;;;23-b4jx42Oj3>;=7e-RG!>gPaD zTOeU08nTf2l23hWy&Y6-wTJ3Gjxf!``F+}n75~!&t$mR~-TZSRZ`Y$(smFb3qUXOP z8s8a#HfWMpjJw9s6UNx}M*k_^a^u`ewi`N=w&=(^sru&d$)EbNp97%OGu;sX4jpp?|ltETpFo9Nw~c4jB1k7Z#`u+FpR*koGCC`gauA0rmZ@it!+%=^ZdWH3I*ekzNKD^biNH}SopQwtCBsA|0(rweq8Fc^6qKuhAD06uCWZB z`<2v4&t7G`e^){Zwq2e{Y>h6Unxv%+V`Md}PSV7w5nFf$(I8(hn&wwZehIIVzNPDB zkW?XqxN;c`vIR1bJxGwgt3af!MmnD>>O=7s^veo2`)5@L7W`CoeECc%X8m{()$K|y z$Gsu**mv8F@~(HNggtBut$4bheCN@+c}EXvG36V)dyjhBGkx1WDA~KQpC|Za5r)(qYH^Vl&$8~!h@6;S!cD*w2tC14Y&b|WH zw-<7R$J^3ne$8qHwmvzPSe=wbt5g&+OXJJf#qt_nQS3QEe#}LYHfBte8}mq*7ypWt zulPXAQ$T`N0kO6~_7^B9L;7Cw3SXqIV^}KE~`eD;f`d5UUYPC~OVGrm)t9zQD9#6J*c zB>k6@sd^upse~j1&K4Ms>BXzrms*xwrsPTZ2Hb+q}F#` zPZfT9M;ZNqNyj}_pC93C$ce?2WhN1HX{V?Kr*fFNsX9((vYw|=8HK4zi#S<1BvC2v zN>Wl@hO5=@=<3vYvN{#wZGk)_2lAyz7M1~6xEy?_TmfFxuLN_gtH2NDt#%VF?n^Ek zPp<8%!F}DTr|mbEa*kH(#6IN((HNapLCDWerDkVlG1AkE*lJA$Pj#wZn5aH4PEZd@ z;?%b!inKqtN$KwxN$K+xWg5iW0tHA85?lbxKsSh=I<}xk+YT=7 zHF>XTZ@_MCK1itQEv&w25UI z{Ss-$v?MzFH=aD_Ei*3rBPA{i5^RBDBnzKRbXQIya#Q zJN7T?YCG{os|mBEzJa_~UlVqyq>AsAUlAFQRVokBlqku`r_<<)LM=;PP{NhvofSlC z&xyp^Ua?3!DVF5_%8M#|%aj&;q)PK3!4?>aWFgrZ$-*M=q|y=GH7)=*%?rWgMQ1Q_ zX+5g9d*8x#%kfo>=D1I<9ASjl^GLh{3A#iNu6*H7%wzhZ%K7#}Stp zc>H3MfUCPC+;9LFqqCQOQTDs2CD#fih$Vrxt?0iX6Z_g9Dgpb^_K8CvdfI z0T}5264lwe$EoGw(Ur9q{5O=h<98Odh91l|agJ%4L_VqpSx|gk0zSGXg&a|x6)H3o zg>kF&9G1SB%hY%C==upBqv{!lZTOqPshX#RS3-g

#Goh69*8g91O)+5>B=BN*v) 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

;$t%06PPvQnNR- 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 z�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 T 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 _!}Whp+Io3RitTF25fV0{2&q_9bm= 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%0Dq-_!>Drz8{+`L|w^ti1%uT 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 Date: Thu, 17 Nov 2016 15:52:33 +0100 Subject: [PATCH 09/32] Fix failing test DEV-1831 --- .../iTextSharp/text/pdf/ocg/OcgRemovalTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs index e306bdf08..33f43cb28 100644 --- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs +++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs @@ -55,7 +55,7 @@ public class OcgRemovalTest { private static readonly String INPUT_DIR = @"..\..\resources\text\pdf\ocg\"; private static readonly String INPUT = INPUT_DIR + "Example.pdf"; private static readonly String CMP = INPUT_DIR + "cmp_Example.pdf"; - private static readonly String OUTPUT_DIR = @"..\..\com\itextpdf\text\pdf\ocg\"; + private static readonly String OUTPUT_DIR = "OCGTest/"; private static readonly String OUTPUT = OUTPUT_DIR + "Example.pdf"; [Test] @@ -64,7 +64,7 @@ public virtual void RemoveOcgLayer() { OCGRemover ocgRemover = new OCGRemover(); ocgRemover.RemoveLayers(reader, "ecc.pricebutton"); Directory.CreateDirectory(OUTPUT_DIR); - PdfStamper stamper = new PdfStamper(reader, new FileStream(OUTPUT,FileMode.Open)); + PdfStamper stamper = new PdfStamper(reader, new FileStream(OUTPUT,FileMode.Create)); stamper.Close(); reader.Close(); CompareTool cmpTool = new CompareTool(); From 5d26bb188992c433f42530d525b6d442b1d4d0f3 Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Thu, 17 Nov 2016 16:35:23 +0100 Subject: [PATCH 10/32] Update cmp-file DEV-1831 --- .../resources/text/pdf/ocg/cmp_Example.pdf | Bin 493753 -> 493771 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/src/extras/itextsharp.tests/resources/text/pdf/ocg/cmp_Example.pdf b/src/extras/itextsharp.tests/resources/text/pdf/ocg/cmp_Example.pdf index b9bde5a403aec846a1f37288e022943fed91c617..f4de663319eb5270f75a3a7c31e515e30101f97e 100644 GIT binary patch delta 2214 zcmZWqeK=J49$&;TA?Y@m&+G8Jc8hUFT`hjwTmYLNsFuz#%R-agSIO7E9lM{(ivYIAhG<^;Bxt24A`i*ACW#5jRl-YaQsem$`}JmjNTBOpG` zGU!I@9d4ANrQc@8!1lIcXIstCfr$sZP6t0}J$>b&h@P}~)yK@z5&i4d66qFtkWYU7 zaBzO*-|O_B_J8GNJJWR|k>tUI?)l;B%oo?I^{z^05}#a7T2eioIy85!*l7yP2qym85*WeVKPC0^;d^@X z1Myl`^7}2V7o6hgtj18K3uD{Wai+DvTFv%@waw(A#hWK0wGXX0g+#etS(y`2-wLynd5D>%UGF~SnjW;nIc9l5vrdec-6I$NdONGosZ_B?dpDyrFXFxI z6eCwA>z%kfo;K_pbJxzlJH|L3jWs)5?J23jKkz)!&OsBn>udlSb{?E;U2Hrh0N8yqZpWc7bS*Y#1t;WhQ5p<+}Pg zc>OOb|3j|XYjAf36k#=GldDc`i`c{9PwMEkEdrmHlG|RV{mV1mee%b>ml$F0S(|Su%X>yESx7_<#X9$Mc*r5=BC2eWpZy` zK+2Am?X^{<2S!d+<~x*c({KvPt|~IL-+MG+bSgvct-UQ^Z)HL=oKfBC*>sUU=34Tu zz}g^lDDQ~QNImTb5$%UAqkrwJ4~T!&#gBh#l&ODV>M7L~`D{aoDj-Fi!?_N37 z;>U5kuly&!_RgC*$)`Cj?w!KS44Rh&u+7Q8A_SSonbQ|OAOvLt6%6C3VmN}TwxPaoQii0S@p@@bc3~)G94jkqPRY(YwL&X4uVN`(tuu+Qr2u@&t zl1DmNIC+$|OahY=ea??S2#ir%KpZw(r3Lx6Qf4IIS{S3qL;%DgD03sEN@RWs^FIH1 zVt^codJ^QK5h^hT*btQjW#iOkAutRG%3=@z*+PlSK~OgS+U zV?$V>ZYFJq8ARR-5f&+AN8qHuun0oPK_esZFi|)Z0dTDFNG8oz2jFxoD>rX<`hNfp C?;BtM delta 2241 zcmZXVc~BE)7{-f%1QJ9~3}!1f>EhN)iM`FghiW0+vf42n9?bh+J|B zjTi)^cpxzn5R?%QVksh3EJbZ3wjxI@6|EeD6|G(Dv>i5oyfZt$dEfW>_IbY9?Jc!v zFSRK7k^wM5762kFM*u86=x!#rLYxt25OfM)dvXIdaRRLxm;eAcF^Qhi;iyGStc9&b zqZk0pK#=7MfUfT+kA!KjCZU#cZK;-pQgfg3|ApcJ>Y)It7Ez0cq7bD`lnznUivd(x zPO50DAT}Z?(h3Ao$i*irI!Tb=;u9U3B=8c1#f1wzJQ9-<1fenXl&aRC!Pr%(Va6}# zk8V7hd%xpZnY#O-Uj7Qbd@IKE2|If5&vw2YWy^YEr)G~2m82O0oO zsWWqnc~{y?Lf! zwXONl)^%U+4pGP6!p z*&p4|Irbe+3z4cn96b>Wz5IQWqL!m~AHNW`{Om51&Sgx!I6$50e#}u^dm3B$=i}Sr zZK*b(yHm{bj<%5r&dV>UiATOryv?#?UaX6XsNE{pmc3l<(nWE$Q%J2p*t533YH6p> zb#rH9z8hur^N8BSmFm0nV_|C@?;h&>P2}F^d{cKnnl>3cQjyZh*ure#U#|4bq`HNC zcQ^bru(t`lWO!rNGyZ;o&Y1NN=_O5GzjPL?f1t}aSFv-dxj4 z?XS98)MVxyRO%xNf*KovIxDINQImBk+>iRJomJ%L~vE z)^QJPS+4tS+%08xf{HTQOc~`D?zyLGM5mveL|^1vq#v_LkMj?NAJu!ORQO#>@;g|G z9gf@WAg$i}>i)?GBcf^p$+2u2TLhq1#77eVtYWR`?;ijd0Rat$BAN_?V2wT;fHW8j z$2Azv{6|;xpD+x70Log}NH7o}GaO_h8X^dUVWe3cgb@-000dt6!lL0RRONgxrTgh)6>OM-VcbH->yb5M;t6`(X@60a72~An`w3 zC=3G-5%NDw^l$Dk07ESDLV(2tH5Q@>q_Gf(SfoS4L~t0%1$aKWg^>{c6A>fi3j%^5 zL>5Lt5GRWuOpF{I3_&19iU|fGjO^;XTP#FUmqRmhAYV`zCu}3#v3Z8GBo?`}5KA;% p5Ee@KfMOU1hNB3A089)Ap)d> Date: Tue, 22 Nov 2016 10:27:33 +0100 Subject: [PATCH 11/32] Port pull request Kevin Day DEV-1834 --- .../text/pdf/parser/PdfContentStreamProcessor.cs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs index ee710787e..50abf1563 100644 --- a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs +++ b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs @@ -81,7 +81,7 @@ public class PdfContentStreamProcessor { * @since 5.0.6 */ /** */ - private IDictionary cachedFonts = new Dictionary(); + private IDictionary cachedFonts = new Dictionary(); /** * A stack containing marked content info. * @since 5.0.2 @@ -133,11 +133,14 @@ virtual public IXObjectDoHandler RegisterXObjectDoHandler(PdfName xobjectSubType * @since 5.0.6 */ private CMapAwareDocumentFont GetFont(PRIndirectReference ind) { + WeakReference wrFont; CMapAwareDocumentFont font; - cachedFonts.TryGetValue(ind.Number, out font); - if (font == null) { + cachedFonts.TryGetValue(ind.Number, out wrFont); + if (wrFont == null || wrFont.Target == null) { font = new CMapAwareDocumentFont(ind); - cachedFonts[ind.Number] = font; + cachedFonts[ind.Number] = new WeakReference(font,true); + }else { + font = wrFont.Target as CMapAwareDocumentFont; } return font; } From d1d7296ee7c260278bfa39e13ba5b22269ca5cb7 Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Mon, 12 Dec 2016 15:18:03 +0100 Subject: [PATCH 12/32] Port: Close ZIP resource after Flatedecode port of 28ab2b00687 DEV-1838 --- src/core/iTextSharp/text/pdf/PdfReader.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/core/iTextSharp/text/pdf/PdfReader.cs b/src/core/iTextSharp/text/pdf/PdfReader.cs index f5a9e6231..aa902d8d3 100644 --- a/src/core/iTextSharp/text/pdf/PdfReader.cs +++ b/src/core/iTextSharp/text/pdf/PdfReader.cs @@ -2013,6 +2013,17 @@ public static byte[] FlateDecode(byte[] inp, bool strict) { return null; return outp.ToArray(); } + finally { + try { + zip.Close(); + }catch (IOException e) { + } + try { + outp.Close(); + } catch (IOException e) { + } + + } } /** Decodes a stream that has the ASCIIHexDecode filter. From d53b967a370bc37c23d220e4504ac3e03a9792ab Mon Sep 17 00:00:00 2001 From: Ilya Idamkin Date: Mon, 19 Dec 2016 12:35:42 +0300 Subject: [PATCH 13/32] Port fb80a022d0: Apply producer line at closing. DEV-1823 --- src/core/iTextSharp/text/error_messages/en.lng | 1 + src/core/iTextSharp/text/pdf/PdfDocument.cs | 2 -- src/core/iTextSharp/text/pdf/PdfWriter.cs | 4 ++++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/core/iTextSharp/text/error_messages/en.lng b/src/core/iTextSharp/text/error_messages/en.lng index 9acb0ee18..2b3f002c3 100644 --- a/src/core/iTextSharp/text/error_messages/en.lng +++ b/src/core/iTextSharp/text/error_messages/en.lng @@ -125,6 +125,7 @@ could.not.flatten.file.untagged.annotations.found=Could not flatten file: untagg count.of.referred.to.segments.had.bad.value.in.header.for.segment.1.starting.at.2=count of referred-to segments had bad value in header for segment {1} starting at {2} creating.page.stamp.not.allowed.for.tagged.reader=Creating PageStamp not allowed for tagged reader. crypt.filter.is.not.permitted.inline.image=Crypt filter is not permitted for inline images. +custom.producer.line.was.overridden.with.defaults=The custom producer line was overridden with default one. If you want to create documents with custom producer line please contact our support team at itextpdf.com defaultcryptfilter.not.found.encryption=/DefaultCryptFilter not found (encryption) deprecated.setstate.and.noop.actions.are.not.allowed=Deprecated set-state and no-op actions are not allowed. destination.end.tag.out.of.place=Destination end tag out of place. diff --git a/src/core/iTextSharp/text/pdf/PdfDocument.cs b/src/core/iTextSharp/text/pdf/PdfDocument.cs index e8bbcb037..01cfc43ca 100644 --- a/src/core/iTextSharp/text/pdf/PdfDocument.cs +++ b/src/core/iTextSharp/text/pdf/PdfDocument.cs @@ -88,7 +88,6 @@ public class PdfInfo : PdfDictionary { */ internal PdfInfo() { - AddProducer(); AddCreationDate(); } @@ -427,7 +426,6 @@ public override bool Add(IElement element) { break; case Element.PRODUCER: // you can not change the name of the producer - info.AddProducer(); break; case Element.CREATIONDATE: // you can not set the creation date, only reset it diff --git a/src/core/iTextSharp/text/pdf/PdfWriter.cs b/src/core/iTextSharp/text/pdf/PdfWriter.cs index 1ecad9c9a..ac52e24d0 100644 --- a/src/core/iTextSharp/text/pdf/PdfWriter.cs +++ b/src/core/iTextSharp/text/pdf/PdfWriter.cs @@ -1264,6 +1264,10 @@ public override void Close() { } catalog.Put(PdfName.METADATA, body.Add(xmp).IndirectReference); } + if (Info.Contains(PdfName.PRODUCER) && Version.GetInstance().GetVersion.Contains("licensed")) { + LoggerFactory.GetLogger(GetType()).Warn(MessageLocalization.GetMessage("custom.producer.line.was.overridden.with.defaults")); + } + Info.Put(PdfName.PRODUCER, new PdfString(Version.GetInstance().GetVersion)); // [C10] make pdfx conformant if (IsPdfX()) { CompleteInfoDictionary(Info); From 4e972daa81bfa8739c357731ac995fdf5abd97e8 Mon Sep 17 00:00:00 2001 From: Ilya Idamkin Date: Mon, 19 Dec 2016 14:00:54 +0300 Subject: [PATCH 14/32] Port a752bb193b: Fix possible errors with null producer line. DEV-1823 --- src/core/iTextSharp/text/pdf/PdfDocument.cs | 2 ++ src/core/iTextSharp/text/pdf/PdfWriter.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/iTextSharp/text/pdf/PdfDocument.cs b/src/core/iTextSharp/text/pdf/PdfDocument.cs index 01cfc43ca..e8bbcb037 100644 --- a/src/core/iTextSharp/text/pdf/PdfDocument.cs +++ b/src/core/iTextSharp/text/pdf/PdfDocument.cs @@ -88,6 +88,7 @@ public class PdfInfo : PdfDictionary { */ internal PdfInfo() { + AddProducer(); AddCreationDate(); } @@ -426,6 +427,7 @@ public override bool Add(IElement element) { break; case Element.PRODUCER: // you can not change the name of the producer + info.AddProducer(); break; case Element.CREATIONDATE: // you can not set the creation date, only reset it diff --git a/src/core/iTextSharp/text/pdf/PdfWriter.cs b/src/core/iTextSharp/text/pdf/PdfWriter.cs index ac52e24d0..b4b65c71c 100644 --- a/src/core/iTextSharp/text/pdf/PdfWriter.cs +++ b/src/core/iTextSharp/text/pdf/PdfWriter.cs @@ -1264,7 +1264,7 @@ public override void Close() { } catalog.Put(PdfName.METADATA, body.Add(xmp).IndirectReference); } - if (Info.Contains(PdfName.PRODUCER) && Version.GetInstance().GetVersion.Contains("licensed")) { + if (!Info.GetAsString(PdfName.PRODUCER).ToUnicodeString().Equals(Version.GetInstance().GetVersion) && Version.GetInstance().GetVersion.Contains("licensed")) { LoggerFactory.GetLogger(GetType()).Warn(MessageLocalization.GetMessage("custom.producer.line.was.overridden.with.defaults")); } Info.Put(PdfName.PRODUCER, new PdfString(Version.GetInstance().GetVersion)); From ccc37fd0ac4e292a3da28e13a49eebbe31554e8d Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Mon, 19 Dec 2016 14:49:33 +0100 Subject: [PATCH 15/32] Fix incorrect use of GetCurrentPage when stamping marked content SUP-1699 --- src/core/iTextSharp/text/pdf/PdfStamperImp.cs | 1 + src/core/iTextSharp/text/pdf/PdfStructureElement.cs | 10 +++++----- src/core/iTextSharp/text/pdf/StampContent.cs | 7 +++++++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs index 15f10d2a2..0906f03a4 100644 --- a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs +++ b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs @@ -702,6 +702,7 @@ internal PageStamp GetPageStamp(int pageNum) { ps = new PageStamp(this, reader, pageN); pagesToContent[pageN] = ps; } + ps.pageN.IndRef = reader.GetPageOrigRef(pageNum); return ps; } diff --git a/src/core/iTextSharp/text/pdf/PdfStructureElement.cs b/src/core/iTextSharp/text/pdf/PdfStructureElement.cs index 3c70b580a..b2d42709a 100644 --- a/src/core/iTextSharp/text/pdf/PdfStructureElement.cs +++ b/src/core/iTextSharp/text/pdf/PdfStructureElement.cs @@ -92,15 +92,15 @@ public PdfStructureElement(PdfStructureElement parent, PdfName structureType) /** * Creates a new instance of PdfStructureElement. - * @param parent the parent of this node + * @param root the structure tree root * @param structureType the type of structure. It may be a standard type or a user type mapped by the role map */ - public PdfStructureElement(PdfStructureTreeRoot parent, PdfName structureType) + public PdfStructureElement(PdfStructureTreeRoot root, PdfName structureType) { - top = parent; - Init(parent, structureType); - Put(PdfName.P, parent.Reference); + top = root; + Init(root, structureType); + Put(PdfName.P, root.Reference); Put(PdfName.TYPE, PdfName.STRUCTELEM); } diff --git a/src/core/iTextSharp/text/pdf/StampContent.cs b/src/core/iTextSharp/text/pdf/StampContent.cs index 11f6ae1df..a750442c6 100644 --- a/src/core/iTextSharp/text/pdf/StampContent.cs +++ b/src/core/iTextSharp/text/pdf/StampContent.cs @@ -78,5 +78,12 @@ internal override PageResources PageResources { internal override void AddAnnotation(PdfAnnotation annot) { ((PdfStamperImp)writer).AddAnnotation(annot, ps.pageN); } + + protected override PdfIndirectReference CurrentPage { + get { + return ps.pageN.IndRef; + } + } + } } From 0d9fce407b5fcd291073af8cb772627db44df536 Mon Sep 17 00:00:00 2001 From: Ilya Idamkin Date: Mon, 19 Dec 2016 17:03:08 +0300 Subject: [PATCH 16/32] Port d84fc33de8: Make producer line override silent in any cases. DEV-1823 --- src/core/iTextSharp/text/error_messages/en.lng | 1 - src/core/iTextSharp/text/pdf/PdfWriter.cs | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/core/iTextSharp/text/error_messages/en.lng b/src/core/iTextSharp/text/error_messages/en.lng index 2b3f002c3..9acb0ee18 100644 --- a/src/core/iTextSharp/text/error_messages/en.lng +++ b/src/core/iTextSharp/text/error_messages/en.lng @@ -125,7 +125,6 @@ could.not.flatten.file.untagged.annotations.found=Could not flatten file: untagg count.of.referred.to.segments.had.bad.value.in.header.for.segment.1.starting.at.2=count of referred-to segments had bad value in header for segment {1} starting at {2} creating.page.stamp.not.allowed.for.tagged.reader=Creating PageStamp not allowed for tagged reader. crypt.filter.is.not.permitted.inline.image=Crypt filter is not permitted for inline images. -custom.producer.line.was.overridden.with.defaults=The custom producer line was overridden with default one. If you want to create documents with custom producer line please contact our support team at itextpdf.com defaultcryptfilter.not.found.encryption=/DefaultCryptFilter not found (encryption) deprecated.setstate.and.noop.actions.are.not.allowed=Deprecated set-state and no-op actions are not allowed. destination.end.tag.out.of.place=Destination end tag out of place. diff --git a/src/core/iTextSharp/text/pdf/PdfWriter.cs b/src/core/iTextSharp/text/pdf/PdfWriter.cs index b4b65c71c..c62e5a5ed 100644 --- a/src/core/iTextSharp/text/pdf/PdfWriter.cs +++ b/src/core/iTextSharp/text/pdf/PdfWriter.cs @@ -1264,9 +1264,6 @@ public override void Close() { } catalog.Put(PdfName.METADATA, body.Add(xmp).IndirectReference); } - if (!Info.GetAsString(PdfName.PRODUCER).ToUnicodeString().Equals(Version.GetInstance().GetVersion) && Version.GetInstance().GetVersion.Contains("licensed")) { - LoggerFactory.GetLogger(GetType()).Warn(MessageLocalization.GetMessage("custom.producer.line.was.overridden.with.defaults")); - } Info.Put(PdfName.PRODUCER, new PdfString(Version.GetInstance().GetVersion)); // [C10] make pdfx conformant if (IsPdfX()) { From 8fe9d003669949b66f10dad2bedc225b45abff29 Mon Sep 17 00:00:00 2001 From: Ryan Hamer Date: Thu, 12 Jan 2017 13:06:00 -0500 Subject: [PATCH 17/32] Add null check to operator to avoid keymissingexception when the operator is not found in the list of operators. --- .../iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs index 9ebbcbb20..352dd636a 100644 --- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs +++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs @@ -194,7 +194,13 @@ public virtual void Parse(PRStream stream, PdfDictionary resources) { /// its operands /// protected internal static void ProcessOperator(OCGParser parser, PdfLiteral @operator, IList operands) { - PdfOperator op = operators[@operator.ToString()]; + //Add check to see if the operator is contained in the list of operators. + //If the operator is not in the list, a missing key exception is thrown instead of the + //op being set to null. + PdfOperator op = null; + if (operators.ContainsKey(@operator.ToString())) { + op = operators[@operator.ToString()]; + } if (op == null) { op = operators[DEFAULTOPERATOR]; } From ed4e233dad70b8f38e84f73658568e6f0a903cd7 Mon Sep 17 00:00:00 2001 From: Ryan Hamer Date: Thu, 12 Jan 2017 13:24:13 -0500 Subject: [PATCH 18/32] Revert change due to test failures --- .../iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs index 352dd636a..9ebbcbb20 100644 --- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs +++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs @@ -194,13 +194,7 @@ public virtual void Parse(PRStream stream, PdfDictionary resources) { /// its operands /// protected internal static void ProcessOperator(OCGParser parser, PdfLiteral @operator, IList operands) { - //Add check to see if the operator is contained in the list of operators. - //If the operator is not in the list, a missing key exception is thrown instead of the - //op being set to null. - PdfOperator op = null; - if (operators.ContainsKey(@operator.ToString())) { - op = operators[@operator.ToString()]; - } + PdfOperator op = operators[@operator.ToString()]; if (op == null) { op = operators[DEFAULTOPERATOR]; } From 75b929947ba16e08d1af1877fce78301f8d5c10f Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Tue, 14 Feb 2017 09:47:55 +0100 Subject: [PATCH 19/32] Supply MarkedContentInfo to ImageRenderInfo DEV-1841 --- .../text/pdf/parser/IXObjectDoHandler.cs | 3 + .../text/pdf/parser/ImageRenderInfo.cs | 130 ++++++++++++++---- .../pdf/parser/PdfContentStreamProcessor.cs | 8 +- 3 files changed, 116 insertions(+), 25 deletions(-) diff --git a/src/core/iTextSharp/text/pdf/parser/IXObjectDoHandler.cs b/src/core/iTextSharp/text/pdf/parser/IXObjectDoHandler.cs index bcc6e337e..1028ee574 100644 --- a/src/core/iTextSharp/text/pdf/parser/IXObjectDoHandler.cs +++ b/src/core/iTextSharp/text/pdf/parser/IXObjectDoHandler.cs @@ -42,6 +42,8 @@ * For more information, please contact iText Software Corp. at this * address: sales@itextpdf.com */ +using System.Collections; + namespace iTextSharp.text.pdf.parser { /** @@ -50,5 +52,6 @@ namespace iTextSharp.text.pdf.parser { */ public interface IXObjectDoHandler { void HandleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference refi); + void HandleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference refi, ICollection markedContentInfoStack); } } diff --git a/src/core/iTextSharp/text/pdf/parser/ImageRenderInfo.cs b/src/core/iTextSharp/text/pdf/parser/ImageRenderInfo.cs index 349738447..82f7a32e4 100644 --- a/src/core/iTextSharp/text/pdf/parser/ImageRenderInfo.cs +++ b/src/core/iTextSharp/text/pdf/parser/ImageRenderInfo.cs @@ -42,6 +42,9 @@ * For more information, please contact iText Software Corp. at this * address: sales@itextpdf.com */ +using System.Collections; +using System.Collections.Generic; + namespace iTextSharp.text.pdf.parser { /** @@ -60,22 +63,39 @@ public class ImageRenderInfo { /** the image object to be rendered, if it has been parsed already. Null otherwise. */ private PdfImageObject imageObject = null; - private ImageRenderInfo(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary) - { + /** + * Array containing marked content info for the text. + * @since 5.5.11 + */ + private ICollection markedContentInfos; + + + private ImageRenderInfo(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos) { this.gs = gs; this.refi = refi; this.inlineImageInfo = null; this.colorSpaceDictionary = colorSpaceDictionary; + this.markedContentInfos = new List(); + if (markedContentInfos.Count > 0) { // check for performance purposes, as markedContentInfo.GetEnumerator is a costly operation for some reason + foreach (MarkedContentInfo m in markedContentInfos) { + this.markedContentInfos.Add(m); + } + } } - private ImageRenderInfo(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary) - { + private ImageRenderInfo(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos) { this.gs = gs; this.refi = null; this.inlineImageInfo = inlineImageInfo; this.colorSpaceDictionary = colorSpaceDictionary; + this.markedContentInfos = new List(); + if (markedContentInfos.Count > 0) { // check for performance purposes, as markedContentInfo.GetEnumerator is a costly operation for some reason + foreach (MarkedContentInfo m in markedContentInfos) { + this.markedContentInfos.Add(m); + } + } } - + /** * Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF) * @param ctm the coordinate transformation matrix at the time the image is rendered @@ -83,11 +103,23 @@ private ImageRenderInfo(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDi * @return the ImageRenderInfo representing the rendered XObject * @since 5.0.1 */ - public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary) - { - return new ImageRenderInfo(gs, refi, colorSpaceDictionary); + public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary) { + return new ImageRenderInfo(gs, refi, colorSpaceDictionary, null); } - + + /** + * Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF) + * @param ctm the coordinate transformation matrix at the time the image is rendered + * @param ref a reference to the image XObject + * @return the ImageRenderInfo representing the rendered XObject + * @since 5.0.1 + */ + public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos) { + return new ImageRenderInfo(gs, refi, colorSpaceDictionary, markedContentInfos); + } + + + /** * Create an ImageRenderInfo object based on inline image data. This is nowhere near completely thought through * and really just acts as a placeholder. @@ -96,12 +128,11 @@ public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectRefe * @return the ImageRenderInfo representing the rendered embedded image * @since 5.0.1 */ - protected internal static ImageRenderInfo CreateForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary) - { - ImageRenderInfo renderInfo = new ImageRenderInfo(gs, inlineImageInfo, colorSpaceDictionary); + protected internal static ImageRenderInfo CreateForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos) { + ImageRenderInfo renderInfo = new ImageRenderInfo(gs, inlineImageInfo, colorSpaceDictionary, markedContentInfos); return renderInfo; } - + /** * Gets an object containing the image dictionary and bytes. * @return an object containing the image dictionary and byte[] @@ -111,42 +142,43 @@ virtual public PdfImageObject GetImage() { PrepareImageObject(); return imageObject; } - + private void PrepareImageObject() { if (imageObject != null) return; - - if (refi != null){ + + if (refi != null) { PRStream stream = (PRStream)PdfReader.GetPdfObject(refi); imageObject = new PdfImageObject(stream, colorSpaceDictionary); - } else if (inlineImageInfo != null){ + } + else if (inlineImageInfo != null) { imageObject = new PdfImageObject(inlineImageInfo.ImageDictionary, inlineImageInfo.Samples, colorSpaceDictionary); } } - + /** * @return a vector in User space representing the start point of the xobject */ - virtual public Vector GetStartPoint(){ - return new Vector(0, 0, 1).Cross(gs.ctm); + virtual public Vector GetStartPoint() { + return new Vector(0, 0, 1).Cross(gs.ctm); } /** * @return The coordinate transformation matrix active when this image was rendered. Coordinates are in User space. * @since 5.0.3 */ - virtual public Matrix GetImageCTM(){ + virtual public Matrix GetImageCTM() { return gs.ctm; } - + /** * @return the size of the image, in User space units */ - virtual public float GetArea(){ + virtual public float GetArea() { // the image space area is 1, so we multiply that by the determinant of the CTM to get the transformed area return gs.ctm.GetDeterminant(); } - + /** * @return an indirect reference to the image * @since 5.0.2 @@ -163,5 +195,55 @@ public BaseColor GetCurrentFillColor() { return gs.fillColor; } + /** + * Checks if the image belongs to a marked content sequence + * with a given mcid. + * @param mcid a marked content id + * @return true if the text is marked with this id + * @since 5.5.11 + */ + virtual public bool HasMcid(int mcid) { + return HasMcid(mcid, false); + } + + /** + * Checks if the image belongs to a marked content sequence + * with a given mcid. + * @param mcid a marked content id + * @param checkTheTopmostLevelOnly indicates whether to check the topmost level of marked content stack only + * @return true if the text is marked with this id + * @since 5.5.11 + */ + virtual public bool HasMcid(int mcid, bool checkTheTopmostLevelOnly) { + if (checkTheTopmostLevelOnly) { + if (markedContentInfos is IList) { + int? infoMcid = GetMcid(); + return (infoMcid != null) ? infoMcid == mcid : false; + } + } + else { + foreach (MarkedContentInfo info in markedContentInfos) { + if (info.HasMcid()) + if (info.GetMcid() == mcid) + return true; + } + } + return false; + } + + /** + * @return the marked content associated with the ImageRenderInfo instance. + */ + virtual public int? GetMcid() { + if (markedContentInfos is IList) { + IList mci = (IList)markedContentInfos; + // Java and C# Stack classes have different numeration direction, so top element of the stack is + // at last postion in Java and at first position in C# + MarkedContentInfo info = mci.Count > 0 ? mci[0] : null; + return (info != null && info.HasMcid()) ? (int?)info.GetMcid() : null; + } + return null; + } + } } diff --git a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs index 50abf1563..c102df1ab 100644 --- a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs +++ b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs @@ -442,7 +442,7 @@ virtual public void ProcessContent(byte[] contentBytes, PdfDictionary resources) */ virtual protected void HandleInlineImage(InlineImageInfo info, PdfDictionary colorSpaceDic) { - ImageRenderInfo renderInfo = ImageRenderInfo.CreateForEmbeddedImage(Gs(), info, colorSpaceDic); + ImageRenderInfo renderInfo = ImageRenderInfo.CreateForEmbeddedImage(Gs(), info, colorSpaceDic,markedContentStack); renderListener.RenderImage(renderInfo); } @@ -1270,6 +1270,12 @@ virtual public void HandleXObject(PdfContentStreamProcessor processor, PdfStream ImageRenderInfo renderInfo = ImageRenderInfo.CreateForXObject(processor.Gs(), refi, colorSpaceDic); processor.renderListener.RenderImage(renderInfo); } + + virtual public void HandleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference refi, ICollection markedContentInfoStack) { + PdfDictionary colorSpaceDic = processor.resources.GetAsDict(PdfName.COLORSPACE); + ImageRenderInfo renderInfo = ImageRenderInfo.CreateForXObject(processor.Gs(), refi, colorSpaceDic, markedContentInfoStack); + processor.renderListener.RenderImage(renderInfo); + } } /** From 39144dad95c918df9acfa5c0d043de9ed475b9b9 Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Tue, 14 Feb 2017 10:04:39 +0100 Subject: [PATCH 20/32] Fix compilation errors --- .../text/pdf/parser/PdfContentStreamProcessor.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs index c102df1ab..f0c5c93d1 100644 --- a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs +++ b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs @@ -1226,8 +1226,10 @@ public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List Date: Wed, 15 Feb 2017 15:34:17 +0100 Subject: [PATCH 21/32] Fix failing tests DEV-1841 --- .../iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs index f0c5c93d1..a1882a6a2 100644 --- a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs +++ b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs @@ -356,7 +356,7 @@ private void DisplayXObject(PdfName xobjectName) { xobjectDoHandlers.TryGetValue(subType, out handler); if (handler == null) handler = xobjectDoHandlers[PdfName.DEFAULT]; - handler.HandleXObject(this, xobjectStream, xobjects.GetAsIndirectObject(xobjectName)); + handler.HandleXObject(this, xobjectStream, xobjects.GetAsIndirectObject(xobjectName), markedContentStack); } else { throw new InvalidOperationException(MessageLocalization.GetComposedMessage("XObject.1.is.not.a.stream", xobjectName)); } @@ -1269,7 +1269,7 @@ private class ImageXObjectDoHandler : IXObjectDoHandler{ virtual public void HandleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference refi) { PdfDictionary colorSpaceDic = processor.resources.GetAsDict(PdfName.COLORSPACE); - ImageRenderInfo renderInfo = ImageRenderInfo.CreateForXObject(processor.Gs(), refi, colorSpaceDic); + ImageRenderInfo renderInfo = ImageRenderInfo.CreateForXObject(processor.Gs(), refi, colorSpaceDic,null); processor.renderListener.RenderImage(renderInfo); } From 17f109168b9effef08bc42bf71523d8c23a00555 Mon Sep 17 00:00:00 2001 From: Amedee Van Gasse Date: Fri, 17 Feb 2017 10:30:23 +0100 Subject: [PATCH 22/32] Update README for iTextSharp --- README.md | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a4550ddf4..698594436 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,19 @@ -iText consists of several jars. +iTextSharp consists of several dlls. -The main iText release contains: -- ```itextpdf-x.y.z.jar```: the core library -- ```itext-xtra-x.y.z.jar```: extra functionality (PDF 2!) -- ```itext-pdfa-x.y.z.jar```: PDF/A-related functionality +The main iTextSharp release contains: +- ```itextsharp.dll```: the core library +- ```itextsharp.xtra.dll```: extra functionality (PDF 2!) +- ```itextsharp.pdfa.dll```: PDF/A-related functionality +- ```itextsharp.xmlworker.dll```: XML (and HTML) functionality This project is hosted on https://github.com/itext -You can find the latest releases here: -- https://github.com/itext/itextpdf -- https://github.com/itext/xtra -- https://github.com/itext/pdfa +You can find the latest release here: +- https://github.com/itext/itextsharp/releases/latest You can also [build iText from source][building]. -In some cases, you'll need [extra jars][extrajars]. -These jars are bundled in a zip file here: -http://sourceforge.net/projects/itext/files/extrajars/ - -For XML (and HTML) functionality, you need this jar: -- ```xmlworker-x.y.z.jar``` -This project is hosted on https://github.com/itext/xmlworker - -Finally, we also have a tool that can help you debug PDFs: +We also have a (Java) tool that can help you debug PDFs: - ```itext-rups-x.y.z.jar``` This project is hosted on https://github.com/itext/rups @@ -48,4 +39,3 @@ Contact sales for more info: http://itextpdf.com/sales [agpl]: LICENSE.md [building]: BUILDING.md [contributing]: CONTRIBUTING.md -[extrajars]: EXTRAJARS.md From f72b33a28de1c611bd490090c26b1efa173e2800 Mon Sep 17 00:00:00 2001 From: Alexey Subach Date: Wed, 22 Feb 2017 11:42:58 +0300 Subject: [PATCH 23/32] Port itextcore commit e20dc76 Fix Barcode128 generation in case of CodeSet A --- src/core/iTextSharp/text/pdf/Barcode128.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/iTextSharp/text/pdf/Barcode128.cs b/src/core/iTextSharp/text/pdf/Barcode128.cs index e271f1274..fd0bd85eb 100644 --- a/src/core/iTextSharp/text/pdf/Barcode128.cs +++ b/src/core/iTextSharp/text/pdf/Barcode128.cs @@ -400,7 +400,7 @@ public static string GetRawText(string text, bool ucc, Barcode128CodeSet codeSet throw new ArgumentException(MessageLocalization.GetComposedMessage("there.are.illegal.characters.for.barcode.128.in.1", text)); } c = text[0]; - char currentCode = START_B; + char currentCode = GetStartSymbol(codeSet); int index = 0; if ((codeSet == Barcode128CodeSet.AUTO || codeSet == Barcode128CodeSet.C) && IsNextDigits(text, index, 2)) { currentCode = START_C; From e1e5ce89448730ef1ff50e5f5badbb5601749d94 Mon Sep 17 00:00:00 2001 From: Benoit Lagae Date: Wed, 22 Feb 2017 15:33:57 +0100 Subject: [PATCH 24/32] Fonts: Ignore illegal /Differences array Emit warnings if problems are encountered DEV-1844 --- .../text/pdf/CMapAwareDocumentFont.cs | 96 ++++++++++-------- .../text/pdf/CMapAwareDocumentFontTest.cs | 7 ++ .../illegalDifference.pdf | Bin 0 -> 34393 bytes 3 files changed, 59 insertions(+), 44 deletions(-) create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/CMapAwareDocumentFontTest/illegalDifference.pdf diff --git a/src/core/iTextSharp/text/pdf/CMapAwareDocumentFont.cs b/src/core/iTextSharp/text/pdf/CMapAwareDocumentFont.cs index cfbfacb02..ef59a38fb 100644 --- a/src/core/iTextSharp/text/pdf/CMapAwareDocumentFont.cs +++ b/src/core/iTextSharp/text/pdf/CMapAwareDocumentFont.cs @@ -4,50 +4,51 @@ using System.Text; using iTextSharp.text.pdf.fonts.cmaps; using iTextSharp.text.error_messages; +using iTextSharp.text.log; /* - * $Id: CMapAwareDocumentFont.java 4320 2010-02-10 05:24:52Z trumpetinc $ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ +* $Id: CMapAwareDocumentFont.java 4320 2010-02-10 05:24:52Z trumpetinc $ +* +* This file is part of the iText project. +* Copyright (c) 1998-2016 iText Group NV +* Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al. +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU Affero General Public License version 3 +* as published by the Free Software Foundation with the addition of the +* following permission added to Section 15 as permitted in Section 7(a): +* FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY +* ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT +* OF THIRD PARTY RIGHTS +* +* This program is distributed in the hope that it will be useful, but +* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +* or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU Affero General Public License for more details. +* You should have received a copy of the GNU Affero General Public License +* along with this program; if not, see http://www.gnu.org/licenses or write to +* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +* Boston, MA, 02110-1301 USA, or download the license from the following URL: +* http://itextpdf.com/terms-of-use/ +* +* The interactive user interfaces in modified source and object code versions +* of this program must display Appropriate Legal Notices, as required under +* Section 5 of the GNU Affero General Public License. +* +* In accordance with Section 7(b) of the GNU Affero General Public License, +* a covered work must retain the producer line in every PDF that is created +* or manipulated using iText. +* +* You can be released from the requirements of the license by purchasing +* a commercial license. Buying such a license is mandatory as soon as you +* develop commercial activities involving the iText software without +* disclosing the source code of your own applications. +* These activities include: offering paid services to customers as an ASP, +* serving PDFs on the fly in a web application, shipping iText with a closed +* source product. +* +* For more information, please contact iText Software Corp. at this +* address: sales@itextpdf.com +*/ namespace iTextSharp.text.pdf { @@ -56,6 +57,8 @@ namespace iTextSharp.text.pdf { * @since 2.1.4 */ public class CMapAwareDocumentFont : DocumentFont { + + private static readonly ILogger LOGGER = LoggerFactory.GetLogger(typeof(CMapAwareDocumentFont)); /** The font dictionary. */ private PdfDictionary fontDic; @@ -167,7 +170,12 @@ private void ProcessUni2Byte(){ cidbyte2uni = new char[256]; for (int k = 0; k < e.Length; ++k) { int key = e[k]; - cidbyte2uni[key] = (char)byte2uni[key]; + if (key <= 255) { + cidbyte2uni[key] = (char)byte2uni[key]; + } + else { + LOGGER.Warn("Font has illegal differences array."); + } } if (toUnicodeCmap != null) { IDictionary dm = toUnicodeCmap.CreateDirectMapping(); diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/CMapAwareDocumentFontTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/CMapAwareDocumentFontTest.cs index c5937f011..c546634bc 100644 --- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/CMapAwareDocumentFontTest.cs +++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/CMapAwareDocumentFontTest.cs @@ -69,6 +69,13 @@ virtual public void TestWidths() { pdfReader.Close(); } } + + [Test] + virtual public void IllegalDifference() { + PdfReader reader = TestResourceUtils.GetResourceAsPdfReader(TEST_RESOURCES_PATH, "illegalDifference.pdf"); + // this call will throw an exception and make the test fail if we remove the error-catching code + PdfTextExtractor.GetTextFromPage(reader, 1); + } [Test] virtual public void WeirdHyphensTest() { diff --git a/src/extras/itextsharp.tests/resources/text/pdf/CMapAwareDocumentFontTest/illegalDifference.pdf b/src/extras/itextsharp.tests/resources/text/pdf/CMapAwareDocumentFontTest/illegalDifference.pdf new file mode 100644 index 0000000000000000000000000000000000000000..9f78c922157dea967617eedd349369fea78118b4 GIT binary patch literal 34393 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 literal 0 HcmV?d00001 From 02239c02d5e6ac0698758237b173f24ed2837d72 Mon Sep 17 00:00:00 2001 From: Benoit Lagae Date: Fri, 3 Mar 2017 10:56:07 +0100 Subject: [PATCH 25/32] Port of github itextpdf pull request #29 --- .../iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs index a1882a6a2..4d2b5e5fa 100644 --- a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs +++ b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs @@ -347,7 +347,7 @@ private void DisplayPdfString(PdfString str) { */ private void DisplayXObject(PdfName xobjectName) { PdfDictionary xobjects = resources.GetAsDict(PdfName.XOBJECT); - PdfObject xobject = xobjects.GetDirectObject(xobjectName); + PdfObject xobject = PdfReader.GetPdfObjectRelease(xobjectName); PdfStream xobjectStream = (PdfStream)xobject; PdfName subType = xobjectStream.GetAsName(PdfName.SUBTYPE); From 3047b4500821023cf14ce57d9ce7df80ef78cec2 Mon Sep 17 00:00:00 2001 From: Benoit Lagae Date: Fri, 3 Mar 2017 12:58:09 +0100 Subject: [PATCH 26/32] Fix porting error for github pull request #29 --- .../iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs index 4d2b5e5fa..953ab44b1 100644 --- a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs +++ b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs @@ -347,7 +347,7 @@ private void DisplayPdfString(PdfString str) { */ private void DisplayXObject(PdfName xobjectName) { PdfDictionary xobjects = resources.GetAsDict(PdfName.XOBJECT); - PdfObject xobject = PdfReader.GetPdfObjectRelease(xobjectName); + PdfObject xobject = PdfReader.GetPdfObjectRelease(xobjects.Get(xobjectName)); PdfStream xobjectStream = (PdfStream)xobject; PdfName subType = xobjectStream.GetAsName(PdfName.SUBTYPE); From f0454f12b1b02f77703862940d33e169fbd00468 Mon Sep 17 00:00:00 2001 From: Ilya Idamkin Date: Mon, 13 Mar 2017 15:46:22 +0300 Subject: [PATCH 27/32] Port fd85b34fbf: Fix for large table splitting. Fix dropped row and header in case of adding part of incomplete table with rows ending right on page break. Add corresponding tests. DEV-1843 --- src/core/iTextSharp/text/pdf/ColumnText.cs | 34 ++-- src/core/iTextSharp/text/pdf/PdfDocument.cs | 1 + .../text/pdf/table/SplitTableTest.cs | 166 ++++++++++++++++++ .../itextsharp.tests(VS2010).csproj | 9 +- .../itextsharp.tests/itextsharp.tests.csproj | 9 +- .../cmp_addOnPageBreakHeader.pdf | Bin 0 -> 1674 bytes .../cmp_addOnPageBreakSimple.pdf | Bin 0 -> 1619 bytes .../SplitTableTest/cmp_bigCellNoSplit.pdf | Bin 0 -> 1859 bytes .../cmp_bigCellSplitDefault.pdf | Bin 0 -> 1867 bytes .../SplitTableTest/cmp_bigCellSplitLate.pdf | Bin 0 -> 1859 bytes .../SplitTableTest/cmp_veryBigCellNoSplit.pdf | Bin 0 -> 1500 bytes 11 files changed, 196 insertions(+), 23 deletions(-) create mode 100644 src/extras/itextsharp.tests/iTextSharp/text/pdf/table/SplitTableTest.cs create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_addOnPageBreakHeader.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_addOnPageBreakSimple.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_bigCellNoSplit.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_bigCellSplitDefault.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_bigCellSplitLate.pdf create mode 100644 src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_veryBigCellNoSplit.pdf diff --git a/src/core/iTextSharp/text/pdf/ColumnText.cs b/src/core/iTextSharp/text/pdf/ColumnText.cs index 7dddd6f3d..77670da74 100644 --- a/src/core/iTextSharp/text/pdf/ColumnText.cs +++ b/src/core/iTextSharp/text/pdf/ColumnText.cs @@ -1632,21 +1632,25 @@ virtual protected int GoComposite(bool simulate) { // IF ROWS MAY NOT BE SPLIT if (!table.SplitRows) { - splittedRow = -1; - if (k == rowIdx) { - // drop the whole table - if (k == table.Size) { - compositeElements.RemoveAt(0); - continue; - } - // or drop the row - else { - // don't drop the row if the table is incomplete and if there's only one row (not counting the header rows) - // if there's only one row and this check wasn't here the row would have been deleted and not added at all - if (!(!table.Complete && k == 1)) { - table.Rows.RemoveAt(k); + if (splittedRow != -1) { + splittedRow = -1; + } + else { + if (k == rowIdx) { + // drop the whole table + if (k == table.Size) { + compositeElements.RemoveAt(0); + continue; + } + // or drop the row + else { + // don't drop the row if the table is incomplete and if there's only one row (not counting the header rows) + // if there's only one row and this check wasn't here the row would have been deleted and not added at all + if (!(!table.Complete && k == 1)) { + table.Rows.RemoveAt(k); + } + return NO_MORE_COLUMN; } - return NO_MORE_COLUMN; } } } @@ -1755,7 +1759,7 @@ virtual protected int GoComposite(bool simulate) { footerRows = 0; } - if (sub.Count > 0) + if (sub.Count - footerRows > 0) { // we need a correction if the last row needs to be extended float rowHeight = 0; diff --git a/src/core/iTextSharp/text/pdf/PdfDocument.cs b/src/core/iTextSharp/text/pdf/PdfDocument.cs index e8bbcb037..f51d3c47e 100644 --- a/src/core/iTextSharp/text/pdf/PdfDocument.cs +++ b/src/core/iTextSharp/text/pdf/PdfDocument.cs @@ -2658,6 +2658,7 @@ internal void AddPTable(PdfPTable ptable) { } currentHeight = IndentTop - ct.YLine; NewPage(); + ptable.SkipFirstHeader = false; if (IsTagged(writer)) ct.Canvas = text; } diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/SplitTableTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/SplitTableTest.cs new file mode 100644 index 000000000..6e392314c --- /dev/null +++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/SplitTableTest.cs @@ -0,0 +1,166 @@ +using System; +using System.Globalization; +using System.IO; +using System.util.collections; +using itextsharp.tests.iTextSharp.testutils; +using iTextSharp.testutils; +using iTextSharp.text; +using iTextSharp.text.pdf; +using NUnit.Framework; + +namespace itextsharp.tests.iTextSharp.text.pdf.table { + [TestFixture] + class SplitTableTest { + private static readonly String cmpFolder = @"..\..\resources\text\pdf\table\SplitTableTest\"; + private static readonly String outFolder = @"table\SplitTableTest\"; + + [TestFixtureSetUp] + public static void Init() { + Directory.CreateDirectory(outFolder); + TestResourceUtils.PurgeTempFiles(); + } + + [Test] + public void AddOnPageBreakSimpleTest() { + RunLargeTableTest("addOnPageBreakSimple", 0, 0, 40, 34); + } + + [Test] + public void AddOnPageBreakHeaderTest() { + RunLargeTableTest("addOnPageBreakHeader", 2, 0, 40, 32); + } + + [Test] + public void BigCellSplitDefaultTest() { + RunBigRowTest("bigCellSplitDefault", true, false, 700, false); + } + + [Test] + public void BigCellSplitLateTest() { + RunBigRowTest("bigCellSplitLate", true, true, 700, false); + } + + [Test] + public void BigCellNoSplitTest() { + RunBigRowTest("bigCellNoSplit", false, false, 700, false); + } + + [Test] + public void VeryBigCellSplitDefaultTest() { + RunBigRowTest("veryBigCellSplitDefault", true, false, 800, true); + } + + [Test] + public void VeryBigCellSplitLateTest() { + RunBigRowTest("veryBigCellSplitLate", true, true, 800, true); + } + + [Test] + public void VeryBigCellNoSplitTest() { + RunBigRowTest("veryBigCellNoSplit", false, false, 800, true); + } + + private void RunBigRowTest(String name, bool splitRows, bool splitLate, float bigRowHeight, bool expectException) { + String outPdf = outFolder + name + ".pdf"; + String cmpPdf = cmpFolder + "cmp_" + name + ".pdf"; + String diff = "diff_" + name + "_"; + + Document document = new Document(); + Stream outStream = File.Create(outPdf); + PdfWriter writer = PdfWriter.GetInstance(document, outStream); + + try { + document.SetPageSize(PageSize.A4); + document.Open(); + + PdfPTable table = new PdfPTable(1); + for (int i = 0; i < 10; ++i) { + PdfPCell cell = new PdfPCell(new Phrase("cell before big one #" + i)); + table.AddCell(cell); + } + PdfPCell bigCell = new PdfPCell(new Phrase("Big cell")); + bigCell.FixedHeight = bigRowHeight; + table.AddCell(bigCell); + for (int i = 0; i < 10; ++i) { + PdfPCell cell = new PdfPCell(new Phrase("cell after big one #" + i)); + table.AddCell(cell); + } + + table.SplitRows = splitRows; + table.SplitLate = splitLate; + table.Complete = true; + document.Add(table); + } + catch (DocumentException e) { + Assert.True(expectException); + } + finally { + document.Close(); + writer.Close(); + outStream.Close(); + } + + if (!expectException) { + Assert.Null(new CompareTool().CompareByContent(outPdf, cmpPdf, outFolder, diff)); + } + } + + private void RunLargeTableTest(String name, int headerRows, int footerRows, int rows, params int[] flushIndexes) { + String outPdf = outFolder + name + ".pdf"; + String cmpPdf = cmpFolder + "cmp_" + name + ".pdf"; + String diff = "diff_" + name + "_"; + + Document document = new Document(); + Stream outStream = File.Create(outPdf); + PdfWriter writer = PdfWriter.GetInstance(document, outStream); + + document.SetPageSize(PageSize.A4); + document.Open(); + + PdfPTable table = new PdfPTable(1); + table.Complete = false; + table.SplitRows = false; + table.SplitLate = false; + + int fullHeader = 0; + if (headerRows > 0) { + for (int i = 0; i < headerRows; ++i) { + PdfPCell header = new PdfPCell(); + header.AddElement(new Phrase("Header " + i)); + table.AddCell(header); + } + fullHeader += headerRows; + } + if (footerRows > 0) { + for (int i = 0; i < footerRows; ++i) { + PdfPCell footer = new PdfPCell(); + footer.AddElement(new Phrase("Footer " + i)); + table.AddCell(footer); + } + fullHeader += footerRows; + table.FooterRows = footerRows; + } + table.HeaderRows = fullHeader; + + HashSet2 indexes = new HashSet2(flushIndexes); + for (int i = 0; i < rows; ++i) { + PdfPCell cell = new PdfPCell(); + cell.AddElement(new Phrase(i.ToString(CultureInfo.InvariantCulture))); + table.AddCell(cell); + + if (indexes.Contains(i)) { + document.Add(table); + } + } + + table.Complete = true; + document.Add(table); + + document.Close(); + writer.Close(); + outStream.Close(); + + Assert.Null(new CompareTool().CompareByContent(outPdf, cmpPdf, outFolder, diff)); + } + } +} diff --git a/src/extras/itextsharp.tests/itextsharp.tests(VS2010).csproj b/src/extras/itextsharp.tests/itextsharp.tests(VS2010).csproj index 59f8bb392..2876b0b62 100644 --- a/src/extras/itextsharp.tests/itextsharp.tests(VS2010).csproj +++ b/src/extras/itextsharp.tests/itextsharp.tests(VS2010).csproj @@ -68,8 +68,8 @@ - - lib\XmlDiffPatch.dll + + lib\XmlDiffPatch.dll @@ -103,7 +103,7 @@ - + @@ -140,6 +140,7 @@ + @@ -448,4 +449,4 @@ --> - + \ No newline at end of file diff --git a/src/extras/itextsharp.tests/itextsharp.tests.csproj b/src/extras/itextsharp.tests/itextsharp.tests.csproj index b41eda616..ba1778ac7 100644 --- a/src/extras/itextsharp.tests/itextsharp.tests.csproj +++ b/src/extras/itextsharp.tests/itextsharp.tests.csproj @@ -53,8 +53,8 @@ - - lib\XmlDiffPatch.dll + + lib\XmlDiffPatch.dll @@ -86,7 +86,7 @@ - + @@ -119,6 +119,7 @@ + @@ -430,4 +431,4 @@ --> - + \ No newline at end of file diff --git a/src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_addOnPageBreakHeader.pdf b/src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_addOnPageBreakHeader.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b5f5567543c3b1df733e59fa09823ccca21d1bc1 GIT binary patch literal 1674 zcmY!laB4$$Ge>mmz+h3*sa(vjg&HnJ7 z(UE=I?ZR4yeO0@)uFrlkH+Q%B_1Rr!)nAOaL@u7O*tgqFG}p@{D`9hA#+8d{-EPde zRVGmvmbocAPRyFAw9xC`;>inq;ucR?;FovND?nqqC->A%sh6BquJMgpG44kGM4y6t+>_^)|RwY zBXz}8SM}fCU%7qX{yoE$nwJ8N8z2i5mnMif4XG?h)elHaPu2HLP037j%CCqv0Lq$L znkrbB7{%%br55Lx7A2<^1LNN z5P6WzAp1;#T+}pVXlX(q4NW}Db;v-V<^6Aw>MPBq=CgAquYSOPud9;rV3mN)7V-G| z%PKOnoH$sXNza(cQ_!K%HBaO*Ge@~hO_i*2iNTrc4@!m3IrJXpuei^#?cSo)`w=E= z$K~?41ASe$gb3c8?#de_c-u>%bgF~aR0prh1$w;4JT52lnB*J!esBBRIg$66dXC=T zzZd&GZvXJIUdNO5UwTK%1~uc3DFM!wS==j@^~Wt**RrkB^`g+LPeqre1w>x`q&g*h z>mmNXO!71ObTI?n3=s%a3v^Jx;tF(7963XFFneecYa;%HF% z3Q_=hI4BmO(Hu>qb7DziPJTK#^%bKh84HBsfTH}A(&W@4jm(hLijs8-rh2A&hK9Pq zevSdb9{wQ;D~${c40MeQ3{4flDiqv{@=FU8{K6DsG#uRne00lFi;6Sz^I|kL^__u5 zR0)vn0xY*QT&#ea%nghUjSWqVER8L-4UE+d4AeFCee+ZBDnR(Dq9`?u%Rs@B3+MzW zP%tw!H8xd9Q-FzCngKln0t$I>F_2@?#0(8gfgy&b&cp&3+-PE;yooMmfvMNf&=5nf zp`j^~TS|%&GjmdlKt+3SW>uXFpo2D40m>3wO*b!C%N(-vsDAGlXL$2bI#G(>#U>X`5nR2PB Jy863u0RXP_MeG0o literal 0 HcmV?d00001 diff --git a/src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_addOnPageBreakSimple.pdf b/src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_addOnPageBreakSimple.pdf new file mode 100644 index 0000000000000000000000000000000000000000..405b5213946bdebb78d9fe474030dd16127ec1c6 GIT binary patch literal 1619 zcmY!laB-L_)Nw?a= zmKI(*6;prj^y`NgEG@50leu)DeP3nK4Pk}tEGJYMKTTt}>CtdTSm83u2@A$cx{R0R zF|1T|(BhmB#H6CkDCFPZBCPO`#UqO8h%IB1cSD4b!ZMbQZ7dx&j7q)@9l{D(oEJPQ zba=(iotyr>F>AK{s_5Nue}4wmO#Q7stETk7hWXpF|9kd`pDv1Pd_3tw(Y^M^lP(s; z^*s(caOt_PrJks6wTaP|Eg4TTG%v1Ltm?X$ahlnpi*3{7dO2K;VwDzp9lO{Wpq3rj z6`=n1Vpo91R#)z+L6KVmw3fPZZ=IBT(P`rmaorGalPtqksxn(8u1?x^M>C|`{Yp|u zw=PiZ=%$Q?Q9j*bt6Xm{YRw9a-x8pE$(8%6QeRY4R$w=f=*>{on5NIKkfnOj^Iz~^ zMrFRAXpK&c}LXi^c7r(g_`2iXj=&lJc- zO*w`pmIPAH`HftM9C(g>wDtekYZWp1%dBT%j;z}s*)~~m@V$NXx>{FnUW_FZ`~UkB zdP+R5NX_AW>DDus)855FTHs72pxTW zagk`@jOpS9bxkKu$NlUPf9uZ_xP(3TR^IG+pH1tpIC-vhYo4}cec;ncRjpB9CLPoN z%kaJ+U=C(Dnj!o}wQvN56|Qgu1v@kx!S;b7L_fGRsRR^>AQ3}-r^Mn^u&_sJPFZS6 zW^$swYaTFHX6B{qhiB$F<`rkc_;z-%_yI*1vbmu2Pz;RPQeadX>3e6U6i0)SOppS| z!$GkKjpk??ofAtEbMn){391-96<8n?2NdO}lqRPZX=H|^R+Ow$Fx4~FGc?o<_Hzsf z_V5o;SZQQnV4!PcU}&lUR-xctlwVq);1{M4qv7Zt;GP*Zr^_p5>=rypw)N5#93JgS4^9&6Q zkjyJ7O3chjEdrI%!I@R53YPjo`S~RZpm++>_smPnR{+HVkm;fjZIfbTXp)>}4s>{u zS+c32k-1T-v6-Qzv0<7;nuUo;svTh!ptPV0jv`&OIOHlWNh~S>2PV*D11?onSARDy E0A4UA>;M1& literal 0 HcmV?d00001 diff --git a/src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_bigCellNoSplit.pdf b/src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_bigCellNoSplit.pdf new file mode 100644 index 0000000000000000000000000000000000000000..aa954f7738d07dc807d102d0b103a316fe990c90 GIT binary patch literal 1859 zcmY!laBCuYm8y;HBSB{f?M*ER}U-ne17 zPi_DF-G_aXRKzwaNXYRNFTU=xSINrt-;(V<*1L3{Z&YpP-I;fQ|LBdc948$u%9z4> zTJQaDag=%}AieO1+l#G&MT;jab5rE)bz0Tyr1hWs?K57Yv7Q<8Mz3WVyc`*N@rHJ@1az{AVZSD+0KmONFOD+;_}XXV3aVdEJ<-Ilh;9Mc17) znR~6m#8*5k#`p43De=oCFVEF8)@s~-%$1s#0`(b?1qulhM2Lh`7NqJ2B&Mh8`=+L3 zCOYL;L>mBQO)X6oEKH1I^@CE2^Gl18Q;UJ2=a!#W0-_8R41r35?0`Vu87P*TS5mA1 z3gsZ6Nku@Of-yuMWHZP>L1`N$C2*g1DX|6*C0%I+k5?>u7tU3k^rmAnkNhSxPer>W zN7bY(jepJJ`@iJ@W7o_LF~=j*9{a2oTzzOC(>MP=M=tCNDBzFEXMI%9t9$yk=<{8< z;qT=5q_`*7oOpC&&ucmL_50?TipfkYHg=xYkyFvOMrqSE<0mB(_6sp(Ud0SrGlW;E z7PO$?!xgmV2>YOk+tA#MK+s+Q2QBM`zcoi$&3A1`yJXV8c0tqbq`Cv{+FqeiEcN%d z?FjVba85Y!^uU=dTfR)mj#&86U&Ww2dGn``AZxqM-2eL(CyG`~+#1REm__8aPowFs zuCn-rffF}um>6)1&cwIB{lDcR=Pr&+U7;;}nM;MXaAsx-Z{f}K+d1p^3v=TwZGMw|jMrKHAMaen^Q$15XLqpwQKgWPz5C0H_l|}{z z2D(NDhNcQ&6$=KI z<_5-w#)c+Fmd2La2FB_J2I`vnzWFJ56(BrSQIwj-WuRba$OUu*6eyUPni`ubq$xnf z3=Iu{K?ec~c`z{pkZaMz3=J)TQHQ3^$O0H{XksP?nCi@ofuWA3&fEkT2WVoJn06Q% znF8YtRh^-cC6c`*MTwa?sYRd~DLAt#73f|4p#1z21yGa*>3im-ygHA^u!H#am(Ha1VTG`6rzHBL=7H!-jytOAs7RKc;Six%Bn#U+VFCE##3 PG%+*hQdM>JcjE#89esFX literal 0 HcmV?d00001 diff --git a/src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_bigCellSplitDefault.pdf b/src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_bigCellSplitDefault.pdf new file mode 100644 index 0000000000000000000000000000000000000000..2671f96dff8cfc279e27607cb30bd0327ff19e73 GIT binary patch literal 1867 zcmY!laBXAyy?N;Qcw>b{ z_MDi@yHxaqug%cFf$_B~>%V{CJMGl?rTF9qsTAPW>S zCWsIUsVqp<4@gW;)%Q(J$xL+0uZT7P%9>i5Dp;5p#p(y87U!21C8rhxL(?rkuLMLH zDi{Kl1la+BzB5oPHLs*t0Tk*%K$D7qJOyKjJjiB{eWpMzYK$0~84!q(eqZiG20U%= ze~Ri?Ts-Y_Yu)N_N7nqq{}}CeE%Zrs{_y_xNj@XZ9sv%U%8JR;uFc!hn#^6luy^^S zTlv~=IyWkxE825%r;qcaNrKZQMb5lnlC68$#jf$KUsUaE(eyO8-iVv`wI4(X3IC2@ ztzZ5$Orda9MjfATbMjX%S-?p-qOuDYhr%pXS9q z#0*k1gcqq6q@ZBK6{O|}`=E*3(A0i5`X?IfH z0e5Y$&?uJr``dN|dU7}?oOpWR%$6-*resGfeCV%YP@cT`Q%I1tU1#q9{fZMsD<*D@ z6} z%pkTvc$sQJ3<^eEK@3Xd&{PYy50w1%gG-Z2Kv@PPVyN$wSeyzL_DIbsOD)MvPSkhJ z1C}kBdFlG$nR$+R#hEa^ogFMUfHDWNxuD!v49rNSpp2vMotaV`4a%TF3ZOI$0wJe}0KczG|wMZi~B(29x&aCl z%uG#75E%Vv>dZ`lVUH$e zZVHSEG%-s|I}DA?fQ2BcIzwXvBs)rq5;JpBi$FC~aAs91(7XCU`S~RZpePN}_smPn zR{%#CknN%nZDVedVw_}Rl459TVPs~WoS0&4U}*>pYGaFJgG3XHL_5MNKCuYm8y;HBSB{f?M*ER}U-ne17 zPi_DF-G_aXRKzwaNXYRNFTU=xSINrt-;(V<*1L3{Z&YpP-I;fQ|LBdc948$u%9z4> zTJQaDag=%}AieO1+l#G&MT;jab5rE)bz0Tyr1hWs?K57Yv7Q<8Mz3WVyc`*N@rHJ@1az{AVZSD+0KmONFOD+;_}XXV3aVdEJ<-Ilh;9Mc17) znR~6m#8*5k#`p43De=oCFVEF8)@s~-%$1s#0`(b?1qulhM2Lh`7NqJ2B&Mh8`=+L3 zCOYL;L>mBQO)X6oEKH1I^@CE2^Gl18Q;UJ2=a!#W0-_8R41r35?0`Vu87P*TS5mA1 z3gsZ6Nku@Of-yuMWHZP>L1`N$C2*g1DX|6*C0%I+k5?>u7tU3k^rmAnkNhSxPer>W zN7bY(jepJJ`@iJ@W7o_LF~=j*9{a2oTzzOC(>MP=M=tCNDBzFEXMI%9t9$yk=<{8< z;qT=5q_`*7oOpC&&ucmL_50?TipfkYHg=xYkyFvOMrqSE<0mB(_6sp(Ud0SrGlW;E z7PO$?!xgmV2>YOk+tA#MK+s+Q2QBM`zcoi$&3A1`yJXV8c0tqbq`Cv{+FqeiEcN%d z?FjVba85Y!^uU=dTfR)mj#&86U&Ww2dGn``AZxqM-2eL(CyG`~+#1REm__8aPowFs zuCn-rffF}um>6)1&cwIB{lDcR=Pr&+U7;;}nM;MXaAsx-Z{f}K+d1p^3v=TwZGMw|jMrKHAMaen^Q$15XLqpwQKgWPz5C0H_l|}{z z2D(NDhNcQ&6$=KI z<_5-w#)c+Fmd2La2FB_J2I`vnzWFJ56(BrSQIwj-WuRba$OUu*6eyUPni`ubq$xnf z3=Iu{K?ec~c`z{pkZaMz3=J)TQHQ3^$O0H{XksP?nCi@ofuWA3&fEkT2WVoJn06Q% znF8YtRh^-cC6c`*MTwa?sYRd~DLAt#73f|4p#1z21yGa*>3im-jOiD?#OifBQOEyk1Fg7wbGcmR!tOAs7RKc;Six%Bn#U+VFCE##3 PG%+*hQdM>JcjE#8wvl=n literal 0 HcmV?d00001 diff --git a/src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_veryBigCellNoSplit.pdf b/src/extras/itextsharp.tests/resources/text/pdf/table/SplitTableTest/cmp_veryBigCellNoSplit.pdf new file mode 100644 index 0000000000000000000000000000000000000000..5b5b61b746bf4e923d8c5e9b21b047b951509153 GIT binary patch literal 1500 zcmY!laBCuYm8y;HBSB{f?M*ER}U-ne17 zPi_DF-G_aXRKzwaNXYRNFTU=xSINrt-;(V<*1L3{Z&YpP-I;fQ|LBdc948$u%9z4> zTJQaDag=%}AieO1+l#G&MT;jab5rE)bz0Tyr1hWs?K57Yv7Q<8Mz3WVyc`*N@rHJ@1az{AVZSD+0KmONFOD+;_}XXV3aVdEJ<-Ilh;9Mc17) znR~6m#8*5k#`p43De=oCFVEF8)@s~-%$1s#0`(b?1qulhM2Lh`7NqJ2B&Mh8`=+L3 zCOYL;L>mBQO)X6oEKH1I^@CE2^Gl18Q;UJ2=a!#W0-_8R41r35?0`Vu87P*TS5mA1 z3gsZ6Nku@Of-yuMWHZP>D1`JII#K6SUS%(b-T)%%772lL8UTE^ELM4|wbK&lQ zzYcPK9tBZ3On?90S~gqFL)1yZLS~1|*DpdV!zvbcup32en)PyP-;wSD|6X%;eB?|I%kUa_#BnbS%PpcvH;E=?){r2>$Mp}tdMaVl8YBQ>WiwInk+QQtKWm_0J{()GhL^BnVv zGhuu?J6HsR;v3mqP=YE3rj1fyS}@Z0&P*we2BoVi6k6(KI?ImL%rnr-M^u zF?uqxKqw9<%1vpMqBb!cP@NscBpW3YJ_zCqRLMnW?FJXI@&q0w@-MOc#Y{8-wITLqh}OWP>CFGb3Xo%OrCn3qx~L3xgC(6N5D4 lL_5MNKxsi097VclamZC%l2}v%4opKsQ$sFQRabvEE&#?M@F4&I literal 0 HcmV?d00001 From 7f51eaee367635c453f63a3cd2ee86b4ac63f04f Mon Sep 17 00:00:00 2001 From: Samuel Huylebroeck Date: Wed, 15 Mar 2017 11:29:48 +0100 Subject: [PATCH 28/32] Avoid possible NPE occurs when removing all fields from a document in a loop when a field has multiple kids SUP-1846 --- src/core/iTextSharp/text/pdf/AcroFields.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/iTextSharp/text/pdf/AcroFields.cs b/src/core/iTextSharp/text/pdf/AcroFields.cs index 864262534..a589229b9 100644 --- a/src/core/iTextSharp/text/pdf/AcroFields.cs +++ b/src/core/iTextSharp/text/pdf/AcroFields.cs @@ -1761,6 +1761,7 @@ virtual public bool RemoveField(String name, int page) { PdfIndirectReference kid = refi; while ((refi = wd.GetAsIndirectObject(PdfName.PARENT)) != null) { wd = wd.GetAsDict( PdfName.PARENT ); + //if (wd == null) break; //avoid null-reference exceptions in case of removing fields with kids (see SUP-1846) PdfArray kids = wd.GetAsArray(PdfName.KIDS); if (RemoveRefFromArray(kids, kid) != 0) break; From 7a773caab84a6221c0426aef70781eba1f76a07a Mon Sep 17 00:00:00 2001 From: Pavel Alay Date: Mon, 20 Mar 2017 11:37:50 +0300 Subject: [PATCH 29/32] Update copyright year in Version.cs --- src/core/iTextSharp/text/Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/iTextSharp/text/Version.cs b/src/core/iTextSharp/text/Version.cs index 09160199d..a2567248b 100644 --- a/src/core/iTextSharp/text/Version.cs +++ b/src/core/iTextSharp/text/Version.cs @@ -83,7 +83,7 @@ public sealed class Version { * iText Group requests that you retain the iText producer line * in every PDF that is created or manipulated using iText. */ - private String iTextVersion = iText + " " + release + " \u00a92000-2016 iText Group NV"; + private String iTextVersion = iText + " " + release + " \u00a92000-2017 iText Group NV"; /** * The license key. From 23eff21a9c92566fd46ff462d236f8991430ada0 Mon Sep 17 00:00:00 2001 From: Pavel Alay Date: Mon, 20 Mar 2017 12:58:46 +0300 Subject: [PATCH 30/32] Update AssemblyInfos --- src/core/AssemblyInfo.cs | 16 ---------------- .../iTextSharp.xtra/Properties/AssemblyInfo.cs | 12 ------------ .../Properties/AssemblyInfo.cs | 16 ---------------- .../itextsharp.pdfa/Properties/AssemblyInfo.cs | 16 ---------------- .../itextsharp.tests/Properties/AssemblyInfo.cs | 16 ---------------- .../Properties/AssemblyInfo.cs | 16 ---------------- .../Properties/AssemblyInfo.cs | 16 ---------------- 7 files changed, 108 deletions(-) diff --git a/src/core/AssemblyInfo.cs b/src/core/AssemblyInfo.cs index 9a91ffeec..85dbb1a96 100644 --- a/src/core/AssemblyInfo.cs +++ b/src/core/AssemblyInfo.cs @@ -2,11 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -// [assembly: AssemblyTitle("iTextSharp")] [assembly: AssemblyDescription("A free PDF library ported from Java iText.")] [assembly: AssemblyConfiguration("")] @@ -21,15 +16,4 @@ [assembly: ComVisibleAttribute(false)] -// -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: - [assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs b/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs index c3e55e567..9f170d167 100644 --- a/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs +++ b/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs @@ -2,9 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. [assembly: AssemblyTitle("iTextSharp.xtra")] [assembly: AssemblyDescription("Extra functionality for iTextSharp, a free PDF library ported from Java iText.")] @@ -15,13 +12,4 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: [assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs b/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs index 9673d865b..bf8a0951f 100644 --- a/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs @@ -2,9 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. [assembly: AssemblyTitle("itextsharp.pdfa.tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] @@ -14,21 +11,8 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("ad182706-8617-4e07-ac63-2f1b88ebb671")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: [assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs b/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs index 0606017e4..48e9ae3d3 100644 --- a/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs @@ -2,9 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. [assembly: AssemblyTitle("iTextSharp.pda")] [assembly: AssemblyDescription("PDFA functionality for iTextSharp, a free PDF library ported from Java iText.")] [assembly: AssemblyConfiguration("")] @@ -14,21 +11,8 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("e1d9164b-61e9-4efa-9758-14406d5034cd")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: [assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs b/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs index bcd294975..fa6628da3 100644 --- a/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs @@ -2,9 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. [assembly: AssemblyTitle("itextsharp.tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] @@ -14,21 +11,8 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("6d44f434-c50b-4232-87eb-853990beef3b")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: [assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs b/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs index 0398fa5db..b78327afa 100644 --- a/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs @@ -2,9 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. [assembly: AssemblyTitle("itextsharp.xmlworker.tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] @@ -14,22 +11,9 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("f9ca61f8-a39e-4bcf-bf38-f58ea5f0b42a")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: [assembly: AssemblyVersion("5.5.11")] diff --git a/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs b/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs index d9ed89104..1109a92c7 100644 --- a/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs +++ b/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs @@ -2,9 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. [assembly: AssemblyTitle("iTextSharp XML Worker")] [assembly: AssemblyDescription("Parses XML to PDF, with CSS support, using iTextSharp")] [assembly: AssemblyConfiguration("")] @@ -15,21 +12,8 @@ [assembly: AssemblyCulture("")] [assembly: InternalsVisibleTo("itextsharp.xmlworker.tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001008b21ed5b3fc1c11996390981fe22bbe71a39a9e11d3c2cefddd6ee92920fa871f9666ae0fa941af0280d0653df048ae2d93f8c5e2d820dba3c8df9ed468c8be40a6fffeb32aa481a254f0fb9f37aa7c3ec1c0acd2c009746bbdafcb75bcdbcecb7caf1f0f4b6e7d013906ba60b66eb1c8298e4efb052caf6cece4bf1816902cc"),] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("12ef9c6c-372c-4ba1-9104-89a92a97ff9a")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: [assembly: AssemblyVersion("5.5.11")] From f852f4b19bcc3e25c05740c51cc3e5aa6573b6c4 Mon Sep 17 00:00:00 2001 From: Pavel Alay Date: Mon, 20 Mar 2017 13:01:34 +0300 Subject: [PATCH 31/32] Add missing copyright headers --- src/core/System/util/FilterStream.cs | 83 ++++++------ src/core/System/util/ListIterator.cs | 87 ++++++------ src/core/System/util/Properties.cs | 87 ++++++------ src/core/System/util/PushbackStream.cs | 83 ++++++------ src/core/System/util/RectangleJ.cs | 83 ++++++------ src/core/System/util/StringTokenizer.cs | 84 ++++++------ src/core/System/util/Util.cs | 87 ++++++------ src/core/System/util/collections/HashSet2.cs | 83 ++++++------ .../util/collections/LinkedDictionary.cs | 87 ++++++------ .../System/util/collections/OrderedTree.cs | 86 ++++++------ .../util/collections/ReadOnlyDictionary.cs | 83 ++++++------ .../System/util/zlib/ZDeflaterOutputStream.cs | 86 ++++++------ .../System/util/zlib/ZInflaterInputStream.cs | 86 ++++++------ .../iTextSharp/awt/geom/AffineTransform.cs | 83 ++++++------ src/core/iTextSharp/awt/geom/Point.cs | 83 ++++++------ src/core/iTextSharp/awt/geom/Point2D.cs | 83 ++++++------ src/core/iTextSharp/testutils/CompareTool.cs | 87 ++++++------ src/core/iTextSharp/testutils/ITextTest.cs | 83 ++++++------ .../iTextSharp/text/AccessibleElementId.cs | 83 ++++++------ src/core/iTextSharp/text/Anchor.cs | 88 ++++++------ src/core/iTextSharp/text/Annotation.cs | 88 ++++++------ .../iTextSharp/text/BadElementException.cs | 86 ++++++------ src/core/iTextSharp/text/BaseColor.cs | 84 ++++++------ src/core/iTextSharp/text/Chapter.cs | 89 ++++++------- src/core/iTextSharp/text/ChapterAutoNumber.cs | 85 ++++++------ src/core/iTextSharp/text/Chunk.cs | 88 ++++++------ src/core/iTextSharp/text/DocWriter.cs | 87 ++++++------ src/core/iTextSharp/text/Document.cs | 88 ++++++------ src/core/iTextSharp/text/DocumentException.cs | 87 ++++++------ src/core/iTextSharp/text/Element.cs | 86 ++++++------ src/core/iTextSharp/text/Font.cs | 88 ++++++------ src/core/iTextSharp/text/FontFactory.cs | 87 ++++++------ src/core/iTextSharp/text/FontFactoryImp.cs | 87 ++++++------ src/core/iTextSharp/text/GreekList.cs | 84 ++++++------ src/core/iTextSharp/text/Header.cs | 88 ++++++------ src/core/iTextSharp/text/IDocListener.cs | 86 ++++++------ src/core/iTextSharp/text/IElement.cs | 86 ++++++------ src/core/iTextSharp/text/IElementListener.cs | 86 ++++++------ src/core/iTextSharp/text/IFontProvider.cs | 83 ++++++------ src/core/iTextSharp/text/ILargeElement.cs | 85 ++++++------ .../iTextSharp/text/IRtfElementInterface.cs | 84 ++++++------ src/core/iTextSharp/text/ISplitCharacter.cs | 87 ++++++------ src/core/iTextSharp/text/ITextElementArray.cs | 83 ++++++------ src/core/iTextSharp/text/Image.cs | 88 ++++++------ src/core/iTextSharp/text/ImgCCITT.cs | 88 ++++++------ src/core/iTextSharp/text/ImgJBIG2.cs | 86 ++++++------ src/core/iTextSharp/text/ImgRaw.cs | 88 ++++++------ src/core/iTextSharp/text/ImgTemplate.cs | 88 ++++++------ src/core/iTextSharp/text/ImgWMF.cs | 88 ++++++------ src/core/iTextSharp/text/Jpeg.cs | 88 ++++++------ src/core/iTextSharp/text/Jpeg2000.cs | 87 ++++++------ src/core/iTextSharp/text/List.cs | 88 ++++++------ src/core/iTextSharp/text/ListBody.cs | 83 ++++++------ src/core/iTextSharp/text/ListItem.cs | 88 ++++++------ src/core/iTextSharp/text/ListLabel.cs | 83 ++++++------ src/core/iTextSharp/text/MarkedObject.cs | 87 ++++++------ src/core/iTextSharp/text/MarkedSection.cs | 87 ++++++------ src/core/iTextSharp/text/Meta.cs | 88 ++++++------ src/core/iTextSharp/text/PageSize.cs | 88 ++++++------ src/core/iTextSharp/text/Paragraph.cs | 88 ++++++------ src/core/iTextSharp/text/Phrase.cs | 87 ++++++------ src/core/iTextSharp/text/Rectangle.cs | 88 ++++++------ src/core/iTextSharp/text/RectangleReadOnly.cs | 88 ++++++------ src/core/iTextSharp/text/RomanList.cs | 84 ++++++------ src/core/iTextSharp/text/Section.cs | 88 ++++++------ src/core/iTextSharp/text/SpecialSymbol.cs | 86 ++++++------ src/core/iTextSharp/text/TabSettings.cs | 83 ++++++------ src/core/iTextSharp/text/TabSplitCharacter.cs | 83 ++++++------ src/core/iTextSharp/text/TabStop.cs | 83 ++++++------ src/core/iTextSharp/text/Utilities.cs | 87 ++++++------ src/core/iTextSharp/text/Version.cs | 83 ++++++------ .../iTextSharp/text/WritableDirectElement.cs | 86 ++++++------ src/core/iTextSharp/text/ZapfDingbatsList.cs | 85 ++++++------ .../iTextSharp/text/ZapfDingbatsNumberList.cs | 85 ++++++------ src/core/iTextSharp/text/api/IIndentable.cs | 84 ++++++------ src/core/iTextSharp/text/api/ISpaceable.cs | 84 ++++++------ .../iTextSharp/text/api/IWriterOperation.cs | 86 ++++++------ .../text/error_messages/LocalizedResource.cs | 86 ++++++------ .../error_messages/MessageLocalization.cs | 87 ++++++------ .../text/exceptions/BadPasswordException.cs | 86 ++++++------ .../exceptions/IllegalPdfSyntaxException.cs | 84 ++++++------ .../text/exceptions/InvalidImageException.cs | 86 ++++++------ .../text/exceptions/InvalidPdfException.cs | 86 ++++++------ .../exceptions/UnsupportedPdfException.cs | 84 ++++++------ .../text/factories/GreekAlphabetFactory.cs | 85 ++++++------ .../text/factories/RomanAlphabetFactory.cs | 87 ++++++------ .../text/factories/RomanNumberFactory.cs | 87 ++++++------ src/core/iTextSharp/text/html/HtmlEncoder.cs | 88 ++++++------ src/core/iTextSharp/text/html/HtmlTags.cs | 88 ++++++------ .../iTextSharp/text/html/HtmlUtilities.cs | 86 ++++++------ src/core/iTextSharp/text/html/WebColors.cs | 87 ++++++------ .../text/html/simpleparser/CellWrapper.cs | 86 ++++++------ .../html/simpleparser/ChainedProperties.cs | 84 ++++++------ .../text/html/simpleparser/ElementFactory.cs | 86 ++++++------ .../html/simpleparser/HTMLTagProcessors.cs | 84 ++++++------ .../text/html/simpleparser/HTMLWorker.cs | 84 ++++++------ .../html/simpleparser/IHTMLTagProcessor.cs | 84 ++++++------ .../text/html/simpleparser/IImageProcessor.cs | 86 ++++++------ .../text/html/simpleparser/IImageProvider.cs | 84 ++++++------ .../text/html/simpleparser/ILinkProcessor.cs | 86 ++++++------ .../text/html/simpleparser/ImageStore.cs | 86 ++++++------ .../text/html/simpleparser/StyleSheet.cs | 84 ++++++------ .../text/html/simpleparser/TableWrapper.cs | 86 ++++++------ .../text/io/ArrayRandomAccessSource.cs | 81 +++++------ .../text/io/GetBufferedRandomAccessSource.cs | 81 +++++------ .../text/io/GroupedRandomAccessSource.cs | 83 ++++++------ .../iTextSharp/text/io/IRandomAccessSource.cs | 81 +++++------ .../text/io/IndependentRandomAccessSource.cs | 81 +++++------ .../text/io/RAFRandomAccessSource.cs | 83 ++++++------ src/core/iTextSharp/text/io/RASInputStream.cs | 83 ++++++------ .../text/io/RandomAccessSourceFactory.cs | 83 ++++++------ src/core/iTextSharp/text/io/StreamUtil.cs | 83 ++++++------ .../text/io/WindowRandomAccessSource.cs | 81 +++++------ .../iTextSharp/text/log/CounterFactory.cs | 124 ++++++----------- .../iTextSharp/text/log/DefaultCounter.cs | 44 +++++- src/core/iTextSharp/text/log/ICounter.cs | 81 +++++------ src/core/iTextSharp/text/log/ILogger.cs | 80 +++++------ src/core/iTextSharp/text/log/Level.cs | 80 +++++------ src/core/iTextSharp/text/log/LoggerFactory.cs | 80 +++++------ src/core/iTextSharp/text/log/NoOpCounter.cs | 81 +++++------ src/core/iTextSharp/text/log/NoOpLogger.cs | 80 +++++------ src/core/iTextSharp/text/log/SysoCounter.cs | 81 +++++------ src/core/iTextSharp/text/log/SysoLogger.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/AcroFields.cs | 85 ++++++------ .../text/pdf/BadPdfFormatException.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/Barcode.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/Barcode128.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/Barcode39.cs | 86 ++++++------ .../iTextSharp/text/pdf/BarcodeCodabar.cs | 86 ++++++------ .../iTextSharp/text/pdf/BarcodeDatamatrix.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/BarcodeEAN.cs | 84 ++++++------ .../iTextSharp/text/pdf/BarcodeEANSUPP.cs | 84 ++++++------ .../iTextSharp/text/pdf/BarcodeInter25.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/BarcodePDF417.cs | 87 ++++++------ .../iTextSharp/text/pdf/BarcodePostnet.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/BarcodeQRCode.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/BaseField.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/BaseFont.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/BidiLine.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/BidiOrder.cs | 42 ------ src/core/iTextSharp/text/pdf/ByteBuffer.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/CFFFont.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/CFFFontSubset.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/CJKFont.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/CMYKColor.cs | 86 ++++++------ .../text/pdf/CMapAwareDocumentFont.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/ColorDetails.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/ColumnText.cs | 85 ++++++------ .../text/pdf/DefaultSplitCharacter.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/DeviceNColor.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/DocumentFont.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/EnumerateTTC.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/ExtendedColor.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/FdfReader.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/FdfWriter.cs | 84 ++++++------ .../iTextSharp/text/pdf/FilterHandlers.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/FloatLayout.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/FontDetails.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/FontSelector.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/GlyphList.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/GrayColor.cs | 86 ++++++------ .../iTextSharp/text/pdf/HyphenationAuto.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/ICC_Profile.cs | 87 ++++++------ .../iTextSharp/text/pdf/ICachedColorSpace.cs | 83 ++++++------ .../iTextSharp/text/pdf/IExtraEncoding.cs | 82 ++++++------ .../iTextSharp/text/pdf/IHyphenationEvent.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/IPdfOCG.cs | 82 ++++++------ .../iTextSharp/text/pdf/IPdfPCellEvent.cs | 85 ++++++------ .../iTextSharp/text/pdf/IPdfPTableEvent.cs | 86 ++++++------ .../text/pdf/IPdfPTableEventSplit.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/IPdfPageEvent.cs | 88 ++++++------ .../text/pdf/IPdfSpecialColorSpace.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/IntHashtable.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/LabColor.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/LongHashtable.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/NumberArray.cs | 84 ++++++------ .../text/pdf/OutputStreamCounter.cs | 87 ++++++------ .../text/pdf/OutputStreamEncryption.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/PRAcroForm.cs | 87 ++++++------ .../text/pdf/PRIndirectReference.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PRStream.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PRTokeniser.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PageResources.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PatternColor.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/PdfAcroForm.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfAction.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/PdfAnnotation.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfAppearance.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PdfArray.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfArtifact.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/PdfBody.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/PdfBoolean.cs | 88 ++++++------ .../iTextSharp/text/pdf/PdfBorderArray.cs | 86 ++++++------ .../text/pdf/PdfBorderDictionary.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfChunk.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfColor.cs | 88 ++++++------ .../iTextSharp/text/pdf/PdfConcatenate.cs | 86 ++++++------ .../iTextSharp/text/pdf/PdfContentByte.cs | 88 ++++++------ .../iTextSharp/text/pdf/PdfContentParser.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/PdfContents.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfCopy.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfCopyFields.cs | 84 ++++++------ .../iTextSharp/text/pdf/PdfCopyFieldsImp.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PdfCopyForms.cs | 86 ++++++------ .../iTextSharp/text/pdf/PdfCopyFormsImp.cs | 86 ++++++------ .../iTextSharp/text/pdf/PdfDashPattern.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfDate.cs | 85 ++++++------ .../iTextSharp/text/pdf/PdfDestination.cs | 86 ++++++------ .../text/pdf/PdfDeveloperExtension.cs | 84 ++++++------ .../iTextSharp/text/pdf/PdfDeviceNColor.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/PdfDictionary.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfDiv.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/PdfDocument.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/PdfEFStream.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/PdfEncodings.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PdfEncryption.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/PdfEncryptor.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PdfException.cs | 88 ++++++------ .../text/pdf/PdfFileSpecification.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PdfFont.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/PdfFormField.cs | 85 ++++++------ .../iTextSharp/text/pdf/PdfFormXObject.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/PdfFunction.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/PdfGState.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/PdfICCBased.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/PdfImage.cs | 87 ++++++------ .../iTextSharp/text/pdf/PdfImportedPage.cs | 88 ++++++------ .../iTextSharp/text/pdf/PdfIndirectObject.cs | 85 ++++++------ .../text/pdf/PdfIndirectReference.cs | 88 ++++++------ .../text/pdf/PdfIsoConformanceException.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/PdfLabColor.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/PdfLayer.cs | 84 ++++++------ .../iTextSharp/text/pdf/PdfLayerMembership.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/PdfLine.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfLiteral.cs | 88 ++++++------ .../iTextSharp/text/pdf/PdfMediaClipData.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/PdfName.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfNameTree.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/PdfNull.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/PdfNumber.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfNumberTree.cs | 84 ++++++------ .../iTextSharp/text/pdf/PdfOCProperties.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/PdfObject.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/PdfOutline.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfPCell.cs | 85 ++++++------ .../iTextSharp/text/pdf/PdfPHeaderCell.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/PdfPRow.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/PdfPSXObject.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/PdfPTable.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PdfPTableBody.cs | 83 ++++++------ .../text/pdf/PdfPTableEventAfterSplit.cs | 83 ++++++------ .../iTextSharp/text/pdf/PdfPTableFooter.cs | 83 ++++++------ .../iTextSharp/text/pdf/PdfPTableHeader.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/PdfPage.cs | 88 ++++++------ .../iTextSharp/text/pdf/PdfPageEventHelper.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfPageLabels.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfPages.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/PdfPattern.cs | 85 ++++++------ .../iTextSharp/text/pdf/PdfPatternPainter.cs | 87 ++++++------ .../text/pdf/PdfPublicKeyRecipient.cs | 85 ++++++------ .../text/pdf/PdfPublicKeySecurityHandler.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/PdfReader.cs | 87 ++++++------ .../iTextSharp/text/pdf/PdfReaderInstance.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PdfRectangle.cs | 81 ++++++----- src/core/iTextSharp/text/pdf/PdfRendition.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/PdfResources.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/PdfShading.cs | 84 ++++++------ .../iTextSharp/text/pdf/PdfShadingPattern.cs | 84 ++++++------ .../text/pdf/PdfSigLockDictionary.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/PdfSignature.cs | 80 +++++------ .../text/pdf/PdfSignatureAppearance.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/PdfSmartCopy.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/PdfSpotColor.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PdfStamper.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PdfStamperImp.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/PdfStream.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/PdfString.cs | 88 ++++++------ .../text/pdf/PdfStructTreeController.cs | 83 ++++++------ .../text/pdf/PdfStructureElement.cs | 87 ++++++------ .../text/pdf/PdfStructureTreeRoot.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/PdfTemplate.cs | 80 +++++------ src/core/iTextSharp/text/pdf/PdfTextArray.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/PdfTransition.cs | 83 ++++++------ .../text/pdf/PdfTransparencyGroup.cs | 82 ++++++------ .../text/pdf/PdfVisibilityExpression.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/PdfWriter.cs | 88 ++++++------ .../text/pdf/PdfXConformanceException.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/Pfm2afm.cs | 84 ++++++------ .../iTextSharp/text/pdf/PushbuttonField.cs | 84 ++++++------ .../iTextSharp/text/pdf/RadioCheckField.cs | 85 ++++++------ .../text/pdf/RandomAccessFileOrArray.cs | 87 ++++++------ src/core/iTextSharp/text/pdf/RefKey.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/SequenceList.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/ShadingColor.cs | 83 ++++++------ .../iTextSharp/text/pdf/SimpleBookmark.cs | 85 ++++++------ .../text/pdf/SimpleNamedDestination.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/SpotColor.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/StampContent.cs | 82 ++++++------ .../iTextSharp/text/pdf/StandardDecryption.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/StringUtils.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/TextField.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/TrueTypeFont.cs | 88 ++++++------ .../iTextSharp/text/pdf/TrueTypeFontSubSet.cs | 88 ++++++------ .../text/pdf/TrueTypeFontUnicode.cs | 88 ++++++------ .../iTextSharp/text/pdf/TtfUnicodeWriter.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/Type1Font.cs | 88 ++++++------ src/core/iTextSharp/text/pdf/Type3Font.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/Type3Glyph.cs | 84 ++++++------ src/core/iTextSharp/text/pdf/VerticalText.cs | 85 ++++++------ src/core/iTextSharp/text/pdf/XfaForm.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/XfaXmlLocator.cs | 86 ++++++------ .../text/pdf/XfaXpathConstructor.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/XfdfReader.cs | 85 ++++++------ .../text/pdf/XmlSignatureAppearance.cs | 86 ++++++------ .../iTextSharp/text/pdf/codec/BmpImage.cs | 126 ++++++------------ .../text/pdf/codec/CCITTG4Encoder.cs | 86 ++++++------ .../iTextSharp/text/pdf/codec/GifImage.cs | 84 ++++++------ .../iTextSharp/text/pdf/codec/JBIG2Image.cs | 86 ++++++------ .../text/pdf/codec/JBIG2SegmentReader.cs | 86 ++++++------ .../iTextSharp/text/pdf/codec/PngImage.cs | 126 ++++++------------ .../iTextSharp/text/pdf/codec/PngWriter.cs | 86 ++++++------ .../iTextSharp/text/pdf/codec/TiffImage.cs | 84 ++++++------ .../iTextSharp/text/pdf/codec/TiffWriter.cs | 86 ++++++------ .../text/pdf/codec/wmf/InputMeta.cs | 88 ++++++------ .../text/pdf/codec/wmf/MetaBrush.cs | 88 ++++++------ .../iTextSharp/text/pdf/codec/wmf/MetaDo.cs | 88 ++++++------ .../iTextSharp/text/pdf/codec/wmf/MetaFont.cs | 86 ++++++------ .../text/pdf/codec/wmf/MetaObject.cs | 86 ++++++------ .../iTextSharp/text/pdf/codec/wmf/MetaPen.cs | 84 ++++++------ .../text/pdf/codec/wmf/MetaState.cs | 88 ++++++------ .../iTextSharp/text/pdf/codec/wmf/Point.cs | 83 ++++++------ .../text/pdf/collection/PdfCollection.cs | 87 ++++++------ .../text/pdf/collection/PdfCollectionField.cs | 87 ++++++------ .../text/pdf/collection/PdfCollectionItem.cs | 87 ++++++------ .../pdf/collection/PdfCollectionSchema.cs | 87 ++++++------ .../text/pdf/collection/PdfCollectionSort.cs | 87 ++++++------ .../pdf/collection/PdfTargetDictionary.cs | 87 ++++++------ .../iTextSharp/text/pdf/crypto/AESCipher.cs | 86 ++++++------ .../text/pdf/crypto/AESCipherCBCnoPad.cs | 86 ++++++------ .../text/pdf/crypto/ARCFOUREncryption.cs | 84 ++++++------ .../iTextSharp/text/pdf/crypto/IVGenerator.cs | 86 ++++++------ .../text/pdf/draw/DottedLineSeparator.cs | 87 ++++++------ .../text/pdf/draw/IDrawInterface.cs | 88 ++++++------ .../iTextSharp/text/pdf/draw/LineSeparator.cs | 84 ++++++------ .../text/pdf/draw/VerticalPositionMark.cs | 88 ++++++------ .../text/pdf/events/FieldPositioningEvents.cs | 84 ++++++------ .../iTextSharp/text/pdf/events/IndexEvents.cs | 84 ++++++------ .../text/pdf/events/PdfPCellEventForwarder.cs | 87 ++++++------ .../pdf/events/PdfPTableEventForwarder.cs | 85 ++++++------ .../text/pdf/events/PdfPageEventForwarder.cs | 87 ++++++------ .../text/pdf/fonts/cmaps/AbstractCMap.cs | 84 ++++++------ .../text/pdf/fonts/cmaps/CMapByteCid.cs | 84 ++++++------ .../text/pdf/fonts/cmaps/CMapCache.cs | 84 ++++++------ .../text/pdf/fonts/cmaps/CMapCidByte.cs | 84 ++++++------ .../text/pdf/fonts/cmaps/CMapCidUni.cs | 84 ++++++------ .../text/pdf/fonts/cmaps/CMapParserEx.cs | 84 ++++++------ .../text/pdf/fonts/cmaps/CMapSequence.cs | 82 ++++++------ .../text/pdf/fonts/cmaps/CMapUniCid.cs | 84 ++++++------ .../pdf/fonts/cmaps/CidLocationFromByte.cs | 84 ++++++------ .../text/pdf/fonts/cmaps/CidResource.cs | 84 ++++++------ .../text/pdf/fonts/cmaps/ICidLocation.cs | 84 ++++++------ .../text/pdf/fonts/cmaps/IdentityToUnicode.cs | 83 ++++++------ .../pdf/hyphenation/SimplePatternParser.cs | 84 ++++++------ .../text/pdf/interfaces/IAccessibleElement.cs | 83 ++++++------ .../pdf/interfaces/IAlternateDescription.cs | 83 ++++++------ .../text/pdf/interfaces/IPdfAnnotations.cs | 86 ++++++------ .../pdf/interfaces/IPdfDocumentActions.cs | 86 ++++++------ .../pdf/interfaces/IPdfEncryptionSettings.cs | 86 ++++++------ .../text/pdf/interfaces/IPdfIsoConformance.cs | 83 ++++++------ .../text/pdf/interfaces/IPdfPageActions.cs | 86 ++++++------ .../text/pdf/interfaces/IPdfRunDirection.cs | 84 ++++++------ .../pdf/interfaces/IPdfStructureElement.cs | 83 ++++++------ .../text/pdf/interfaces/IPdfVersion.cs | 86 ++++++------ .../pdf/interfaces/IPdfViewerPreferences.cs | 86 ++++++------ .../text/pdf/interfaces/IPdfXConformance.cs | 84 ++++++------ .../text/pdf/intern/PdfAnnotationsImp.cs | 86 ++++++------ .../iTextSharp/text/pdf/intern/PdfIsoKeys.cs | 82 ++++++------ .../text/pdf/intern/PdfVersionImp.cs | 86 ++++++------ .../pdf/intern/PdfViewerPreferencesImp.cs | 87 ++++++------ .../text/pdf/intern/PdfXConformanceImp.cs | 87 ++++++------ .../text/pdf/languages/ArabicLigaturizer.cs | 84 ++++++------ .../pdf/languages/DevanagariLigaturizer.cs | 83 ++++++------ .../text/pdf/languages/GujaratiLigaturizer.cs | 82 ++++++------ .../text/pdf/languages/HebrewProcessor.cs | 83 ++++++------ .../text/pdf/languages/ILanguageProcessor.cs | 83 ++++++------ .../text/pdf/languages/IndicLigaturizer.cs | 83 ++++++------ .../iTextSharp/text/pdf/parser/BezierCurve.cs | 83 ++++++------ .../text/pdf/parser/ContentByteUtils.cs | 86 ++++++------ .../text/pdf/parser/FilteredRenderListener.cs | 84 ++++++------ .../pdf/parser/FilteredTextRenderListener.cs | 84 ++++++------ .../text/pdf/parser/GlyphRenderListener.cs | 83 ++++++------ .../pdf/parser/GlyphTextRenderListener.cs | 83 ++++++------ .../text/pdf/parser/GraphicsState.cs | 83 ++++++------ .../text/pdf/parser/IContentOperator.cs | 86 ++++++------ .../text/pdf/parser/IExtRenderListener.cs | 83 ++++++------ .../text/pdf/parser/IRenderListener.cs | 82 ++++++------ .../pdf/parser/ITextExtractionStrategy.cs | 84 ++++++------ .../text/pdf/parser/IXObjectDoHandler.cs | 82 ++++++------ .../text/pdf/parser/ImageRenderInfo.cs | 82 ++++++------ .../text/pdf/parser/InlineImageInfo.cs | 82 ++++++------ .../text/pdf/parser/InlineImageUtils.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/parser/Line.cs | 83 ++++++------ .../text/pdf/parser/LineDashPattern.cs | 83 ++++++------ .../iTextSharp/text/pdf/parser/LineSegment.cs | 86 ++++++------ .../parser/LocationTextExtractionStrategy.cs | 86 ++++++------ .../text/pdf/parser/MarkedContentInfo.cs | 86 ++++++------ .../pdf/parser/MarkedContentRenderFilter.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/parser/Matrix.cs | 84 ++++++------ .../pdf/parser/MultiFilteredRenderListener.cs | 83 ++++++------ src/core/iTextSharp/text/pdf/parser/Path.cs | 83 ++++++------ .../pdf/parser/PathConstructionRenderInfo.cs | 83 ++++++------ .../text/pdf/parser/PathPaintingRenderInfo.cs | 83 ++++++------ .../text/pdf/parser/PdfContentReaderTool.cs | 86 ++++++------ .../pdf/parser/PdfContentStreamProcessor.cs | 86 ++++++------ .../text/pdf/parser/PdfImageObject.cs | 86 ++++++------ .../text/pdf/parser/PdfReaderContentParser.cs | 83 ++++++------ .../text/pdf/parser/PdfTextExtractor.cs | 86 ++++++------ .../text/pdf/parser/RegionTextRenderFilter.cs | 84 ++++++------ .../text/pdf/parser/RenderFilter.cs | 82 ++++++------ src/core/iTextSharp/text/pdf/parser/Shape.cs | 83 ++++++------ .../parser/SimpleTextExtractionStrategy.cs | 86 ++++++------ .../iTextSharp/text/pdf/parser/Subpath.cs | 83 ++++++------ .../text/pdf/parser/TaggedPdfReaderTool.cs | 86 ++++++------ .../text/pdf/parser/TextMarginFinder.cs | 84 ++++++------ .../text/pdf/parser/TextRenderInfo.cs | 86 ++++++------ src/core/iTextSharp/text/pdf/parser/Vector.cs | 84 ++++++------ .../security/AsymmetricAlgorithmSignature.cs | 44 +++++- .../text/pdf/security/CertificateInfo.cs | 86 ++++++------ .../text/pdf/security/CertificateUtil.cs | 86 ++++++------ .../pdf/security/CertificateVerification.cs | 86 ++++++------ .../text/pdf/security/CertificateVerifier.cs | 83 ++++++------ .../text/pdf/security/CrlClientOffline.cs | 86 ++++++------ .../text/pdf/security/CrlClientOnline.cs | 86 ++++++------ .../text/pdf/security/CrlVerifier.cs | 83 ++++++------ .../text/pdf/security/DigestAlgorithms.cs | 86 ++++++------ .../text/pdf/security/EncryptionAlgorithms.cs | 86 ++++++------ .../ExternalBlankSignatureContainer.cs | 82 ++++++------ .../text/pdf/security/ICrlClient.cs | 84 ++++++------ .../text/pdf/security/IExternalSignature.cs | 84 ++++++------ .../security/IExternalSignatureContainer.cs | 86 ++++++------ .../text/pdf/security/IOcspClient.cs | 86 ++++++------ .../text/pdf/security/ITSAClient.cs | 86 ++++++------ .../text/pdf/security/ITSAInfoBouncyCastle.cs | 86 ++++++------ .../text/pdf/security/IXmlLocator.cs | 84 ++++++------ .../text/pdf/security/IXpathConstructor.cs | 86 ++++++------ .../text/pdf/security/LtvTimestamp.cs | 84 ++++++------ .../text/pdf/security/LtvVerification.cs | 85 ++++++------ .../text/pdf/security/LtvVerifier.cs | 83 ++++++------ .../text/pdf/security/MakeSignature.cs | 86 ++++++------ .../text/pdf/security/MakeXmlSignature.cs | 86 ++++++------ .../pdf/security/OcspClientBouncyCastle.cs | 87 ++++++------ .../text/pdf/security/OcspVerifier.cs | 83 ++++++------ .../iTextSharp/text/pdf/security/PdfPKCS7.cs | 86 ++++++------ .../pdf/security/PdfSignatureAppDictionary.cs | 83 ++++++------ .../security/PdfSignatureBuildProperties.cs | 83 ++++++------ .../text/pdf/security/PrivateKeySignature.cs | 86 ++++++------ .../text/pdf/security/RootStoreVerifier.cs | 83 ++++++------ .../text/pdf/security/SecurityConstants.cs | 83 ++++++------ .../text/pdf/security/SecurityIDs.cs | 84 ++++++------ .../text/pdf/security/SignaturePermissions.cs | 83 ++++++------ .../text/pdf/security/SignaturePolicyInfo.cs | 44 +++++- .../pdf/security/TSAClientBouncyCastle.cs | 86 ++++++------ .../pdf/security/VerificationException.cs | 83 ++++++------ .../text/pdf/security/VerificationOK.cs | 83 ++++++------ .../pdf/security/X509Certificate2Signature.cs | 83 ++++++------ src/core/iTextSharp/text/xml/ParserBase.cs | 87 ++++++------ src/core/iTextSharp/text/xml/XMLUtil.cs | 83 ++++++------ src/core/iTextSharp/text/xml/XmlToTxt.cs | 86 ++++++------ .../text/xml/simpleparser/EntitiesToSymbol.cs | 87 ++++++------ .../xml/simpleparser/EntitiesToUnicode.cs | 87 ++++++------ .../text/xml/simpleparser/INewLineHandler.cs | 83 ++++++------ .../xml/simpleparser/ISimpleXMLDocHandler.cs | 84 ++++++------ .../ISimpleXMLDocHandlerComment.cs | 82 ++++++------ .../text/xml/simpleparser/IanaEncodings.cs | 106 ++++++--------- .../text/xml/simpleparser/SimpleXMLParser.cs | 113 ++++++---------- .../handler/HTMLNewLineHandler.cs | 83 ++++++------ .../handler/NeverNewLineHandler.cs | 83 ++++++------ .../text/xml/xmp/DublinCoreProperties.cs | 83 ++++++------ .../text/xml/xmp/DublinCoreSchema.cs | 85 ++++++------ .../text/xml/xmp/EncodingNoPreamble.cs | 87 ++++++------ src/core/iTextSharp/text/xml/xmp/LangAlt.cs | 88 ++++++------ .../iTextSharp/text/xml/xmp/PdfProperties.cs | 83 ++++++------ src/core/iTextSharp/text/xml/xmp/PdfSchema.cs | 86 ++++++------ src/core/iTextSharp/text/xml/xmp/XmpArray.cs | 87 ++++++------ .../text/xml/xmp/XmpBasicProperties.cs | 83 ++++++------ .../iTextSharp/text/xml/xmp/XmpBasicSchema.cs | 85 ++++++------ .../text/xml/xmp/XmpMMProperties.cs | 83 ++++++------ .../iTextSharp/text/xml/xmp/XmpMMSchema.cs | 85 ++++++------ src/core/iTextSharp/text/xml/xmp/XmpReader.cs | 84 ++++++------ src/core/iTextSharp/text/xml/xmp/XmpSchema.cs | 87 ++++++------ src/core/iTextSharp/text/xml/xmp/XmpWriter.cs | 83 ++++++------ src/core/iTextSharp/xmp/XmpCalendar.cs | 83 ++++++------ src/core/iTextSharp/xmp/impl/FilterReader.cs | 83 ++++++------ .../text/pdf/mc/MCFieldFlattener.cs | 83 ++++++------ .../iTextSharp/text/pdf/mc/MCParser.cs | 83 ++++++------ .../iTextSharp/text/pdf/mc/StructureItem.cs | 82 ++++++------ .../iTextSharp/text/pdf/mc/StructureItems.cs | 83 ++++++------ .../iTextSharp/text/pdf/mc/StructureMCID.cs | 83 ++++++------ .../iTextSharp/text/pdf/mc/StructureObject.cs | 83 ++++++------ .../iTextSharp/text/pdf/ocg/OCGParser.cs | 87 ++++++------ .../iTextSharp/text/pdf/ocg/OCGRemover.cs | 86 ++++++------ .../pdf/pdfcleanup/PdfCleanUpContentChunk.cs | 83 ++++++------ .../pdfcleanup/PdfCleanUpContentOperator.cs | 83 ++++++------ .../text/pdf/pdfcleanup/PdfCleanUpContext.cs | 83 ++++++------ .../text/pdf/pdfcleanup/PdfCleanUpLocation.cs | 83 ++++++------ .../pdf/pdfcleanup/PdfCleanUpProcessor.cs | 83 ++++++------ .../pdf/pdfcleanup/PdfCleanUpRegionFilter.cs | 83 ++++++------ .../pdfcleanup/PdfCleanUpRenderListener.cs | 83 ++++++------ .../iTextSharp/text/pdf/richmedia/CuePoint.cs | 86 ++++++------ .../text/pdf/richmedia/RichMediaActivation.cs | 86 ++++++------ .../text/pdf/richmedia/RichMediaAnimation.cs | 86 ++++++------ .../text/pdf/richmedia/RichMediaAnnotation.cs | 86 ++++++------ .../text/pdf/richmedia/RichMediaCommand.cs | 86 ++++++------ .../pdf/richmedia/RichMediaConfiguration.cs | 86 ++++++------ .../pdf/richmedia/RichMediaDeactivation.cs | 86 ++++++------ .../pdf/richmedia/RichMediaExecuteAction.cs | 86 ++++++------ .../text/pdf/richmedia/RichMediaInstance.cs | 86 ++++++------ .../text/pdf/richmedia/RichMediaParams.cs | 86 ++++++------ .../text/pdf/richmedia/RichMediaPosition.cs | 86 ++++++------ .../pdf/richmedia/RichMediaPresentation.cs | 86 ++++++------ .../text/pdf/richmedia/RichMediaWindow.cs | 86 ++++++------ .../text/pdf/spatial/CoordinateSystem.cs | 86 ++++++------ .../pdf/spatial/GeographicCoordinateSystem.cs | 86 ++++++------ .../iTextSharp/text/pdf/spatial/Measure.cs | 86 ++++++------ .../text/pdf/spatial/MeasureGeospatial.cs | 86 ++++++------ .../text/pdf/spatial/MeasureRectilinear.cs | 86 ++++++------ .../iTextSharp/text/pdf/spatial/PointData.cs | 86 ++++++------ .../pdf/spatial/ProjectedCoordinateSystem.cs | 86 ++++++------ .../iTextSharp/text/pdf/spatial/Viewport.cs | 86 ++++++------ .../pdf/spatial/objects/NumberFormatArray.cs | 86 ++++++------ .../spatial/objects/NumberFormatDictionary.cs | 86 ++++++------ .../text/pdf/spatial/objects/XYArray.cs | 86 ++++++------ .../text/pdf/spatial/units/SpacialUnits.cs | 86 ++++++------ .../text/pdf/util/PdfResourceCounter.cs | 83 ++++++------ .../text/pdf/util/SmartPdfSplitter.cs | 83 ++++++------ .../text/pdfa/ConcurrentWriterTest.cs | 44 +++++- .../iTextSharp/text/pdfa/PdfA1CheckerTest.cs | 83 ++++++------ .../iTextSharp/text/pdfa/PdfA2CheckerTest.cs | 83 ++++++------ .../iTextSharp/text/pdfa/PdfA3CheckerTest.cs | 83 ++++++------ .../iTextSharp/text/pdfa/PdfACopyTest.cs | 83 ++++++------ .../text/pdfa/PdfAFileStructureTest.cs | 83 ++++++------ .../text/pdfa/PdfAFontEmbeddingTest.cs | 44 +++++- .../iTextSharp/text/pdfa/PdfAWriterTest.cs | 83 ++++++------ .../text/xml/xmp/PdfAXmpWriterTest.cs | 83 ++++++------ .../text/pdf/AFRelationshipValue.cs | 83 ++++++------ .../text/pdf/PdfAConformanceException.cs | 84 ++++++------ .../text/pdf/PdfAConformanceLevel.cs | 82 ++++++------ .../iTextSharp/text/pdf/PdfACopy.cs | 83 ++++++------ .../text/pdf/PdfARadioCheckField.cs | 84 ++++++------ .../iTextSharp/text/pdf/PdfASmartCopy.cs | 44 +++++- .../iTextSharp/text/pdf/PdfAStamper.cs | 86 ++++++------ .../iTextSharp/text/pdf/PdfAStamperImp.cs | 86 ++++++------ .../text/pdf/PdfATtfUnicodeWriter.cs | 86 ++++++------ .../iTextSharp/text/pdf/PdfAWriter.cs | 86 ++++++------ .../text/pdf/interfaces/IPdfAConformance.cs | 82 ++++++------ .../text/pdf/intern/PdfA1Checker.cs | 86 ++++++------ .../text/pdf/intern/PdfA2Checker.cs | 87 ++++++------ .../text/pdf/intern/PdfA3Checker.cs | 83 ++++++------ .../iTextSharp/text/pdf/intern/PdfAChecker.cs | 82 ++++++------ .../text/pdf/intern/PdfAConformanceImp.cs | 86 ++++++------ .../text/pdf/intern/ZugferdChecker.cs | 83 ++++++------ .../iTextSharp/text/xml/xmp/PdfAProperties.cs | 83 ++++++------ .../iTextSharp/text/xml/xmp/PdfASchema.cs | 84 ++++++------ .../iTextSharp/text/xml/xmp/PdfAXmpWriter.cs | 83 ++++++------ .../javaone/edition14/S01_Watermark.cs | 83 ++++++------ .../javaone/edition14/S02_WrongWatermark.cs | 83 ++++++------ .../edition14/S03_CorrectedWatermark.cs | 83 ++++++------ .../edition14/S04_CorrectedWatermark.cs | 83 ++++++------ .../javaone/edition14/S05_ExtractSnippets.cs | 83 ++++++------ .../javaone/edition14/S06_ExtractText.cs | 83 ++++++------ .../javaone/edition14/S07_FindItemsSimple.cs | 83 ++++++------ .../javaone/edition14/S08_FindItems.cs | 83 ++++++------ .../javaone/edition14/S09_FindLines.cs | 83 ++++++------ .../javaone/edition14/S10_FindStructure.cs | 83 ++++++------ .../edition14/part1/Sample01_HelloWorld.cs | 83 ++++++------ .../javaone/edition14/part2/ContentStreams.cs | 83 ++++++------ .../edition14/part2/MyTextRenderListener.cs | 83 ++++++------ .../edition14/part4/helper/ImageItem.cs | 83 ++++++------ .../javaone/edition14/part4/helper/Line.cs | 83 ++++++------ .../javaone/edition14/part4/helper/MyItem.cs | 83 ++++++------ .../part4/helper/MyRenderListener.cs | 83 ++++++------ .../part4/helper/MyRenderListenerSimple.cs | 83 ++++++------ .../edition14/part4/helper/Structure.cs | 83 ++++++------ .../edition14/part4/helper/TextItem.cs | 83 ++++++------ .../edition14/part4/helper/TextItemSimple.cs | 83 ++++++------ .../edition14/part4/helper/TextStyle.cs | 83 ++++++------ .../iTextSharp/sandbox/GenericTest.cs | 83 ++++++------ .../sandbox/SandboxSampleWrapper.cs | 83 ++++++------ .../iTextSharp/sandbox/WrapToTest.cs | 83 ++++++------ .../sandbox/annotations/AddLinkAnnotation.cs | 83 ++++++------ .../sandbox/collections/PortableCollection.cs | 83 ++++++------ .../iTextSharp/sandbox/fonts/UnembedFont.cs | 83 ++++++------ .../iTextSharp/sandbox/images/RepeatImage.cs | 83 ++++++------ .../iTextSharp/sandbox/images/TiledImage.cs | 83 ++++++------ .../sandbox/tables/SimpleRowColspan.cs | 83 ++++++------ src/extras/itextsharp.tests/GlobalSetUp.cs | 83 ++++++------ .../iTextSharp/testutils/CompareToolTest.cs | 83 ++++++------ .../iTextSharp/testutils/TestResourceUtils.cs | 83 ++++++------ .../iTextSharp/text/ChunkTest.cs | 83 ++++++------ .../iTextSharp/text/RemoteGifImageTest.cs | 83 ++++++------ .../ErrorMessageExistenceTest.cs | 83 ++++++------ .../text/error_messages/ErrorMessageTest.cs | 83 ++++++------ .../error_messages/MessageLocalizationTest.cs | 83 ++++++------ .../iTextSharp/text/html/WebColorTest.cs | 83 ++++++------ .../text/io/ArrayRandomAccessSourceTest.cs | 83 ++++++------ .../io/GetBufferedRandomAccessSourceTest.cs | 83 ++++++------ .../text/io/GroupedRandomAccessSourceTest.cs | 83 ++++++------ .../text/io/WindowRandomAccessSourceTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/AcroFieldsTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/BarcodeUnicodeTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/BookmarksTest.cs | 83 ++++++------ .../text/pdf/CMapAwareDocumentFontTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/DocumentFontTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/DocumentLayoutTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/FlatteningTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/IndicLigatures.cs | 83 ++++++------ .../iTextSharp/text/pdf/MetaDataTest.cs | 83 ++++++------ .../text/pdf/MultithreadedTtfTest.cs | 83 ++++++------ .../text/pdf/NamedDestinationsTest.cs | 44 +++++- .../text/pdf/NestedListInColumnTextTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/PRTokeniserTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/PageEventTest.cs | 44 +++++- .../iTextSharp/text/pdf/PdfCopyTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/PdfEncryptionTest.cs | 44 +++++- .../text/pdf/PdfReaderSelectPagesTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/PdfReaderTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/PdfStamperTest.cs | 83 ++++++------ .../text/pdf/RandomAccessFileOrArrayTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/StringUtilsTest.cs | 44 +++++- .../iTextSharp/text/pdf/TaggedPdfCopyTest.cs | 83 ++++++------ .../text/pdf/TaggedPdfOnEndPageTest.cs | 44 +++++- .../text/pdf/TaggedPdfPageEventsTest.cs | 44 +++++- .../iTextSharp/text/pdf/TaggedPdfTest.cs | 83 ++++++------ .../text/pdf/TestPdfCopyAndStamp.cs | 83 ++++++------ .../iTextSharp/text/pdf/TextExpansionTest.cs | 44 +++++- .../iTextSharp/text/pdf/TextFieldTest.cs | 83 ++++++------ .../pdf/ToUnicodeNonBreakableSpacesTest.cs | 83 ++++++------ .../text/pdf/UnbalancedOperatorsTest.cs | 83 ++++++------ .../text/pdf/VerticalPositionTest.cs | 44 +++++- .../text/pdf/cs/DeviceNColorSpaceTest.cs | 83 ++++++------ .../text/pdf/cs/LabColorSpaceTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/fonts/EncodingTest.cs | 44 +++++- .../text/pdf/fonts/FontEmbeddingTest.cs | 44 +++++- .../text/pdf/fonts/FontFamilyTest.cs | 44 +++++- .../iTextSharp/text/pdf/fonts/SymbolTest.cs | 83 ++++++------ .../text/pdf/fonts/cmaps/CMapParserExTest.cs | 83 ++++++------ .../text/pdf/fonts/cmaps/CMapTest.cs | 83 ++++++------ .../text/pdf/mc/AcroFieldsFlattenTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/ocg/OcgRemovalTest.cs | 83 ++++++------ .../parser/FilteredTextRenderListenerTest.cs | 83 ++++++------ .../pdf/parser/GlyphTextRenderListenerTest.cs | 83 ++++++------ .../text/pdf/parser/HighlightItemsTest.cs | 83 ++++++------ .../LocationTextExtractionStrategyTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/parser/MatrixTest.cs | 83 ++++++------ .../parser/MultiFilteredRenderListenerTest.cs | 83 ++++++------ .../parser/PdfContentStreamProcessorTest.cs | 83 ++++++------ .../text/pdf/parser/PdfImageObjectTest.cs | 83 ++++++------ .../parser/PdfTextExtractorEncodingsTest.cs | 83 ++++++------ .../PdfTextExtractorUnicodeIdentityTest.cs | 83 ++++++------ .../SimpleTextExtractionStrategyTest.cs | 83 ++++++------ .../text/pdf/parser/TextMarginFinderTest.cs | 83 ++++++------ .../text/pdf/parser/TextRenderInfoTest.cs | 83 ++++++------ .../iTextSharp/text/pdf/parser/VectorTest.cs | 83 ++++++------ .../pdf/pdfcleanup/PdfCleanUpProcessorTest.cs | 83 ++++++------ .../pdf/table/ColorsInTaggedDocumentsTest.cs | 83 ++++++------ .../text/pdf/table/KeepRowsTogetherTest.cs | 44 +++++- .../text/pdf/table/KeepTogetherTest.cs | 83 ++++++------ .../text/pdf/table/LargeTableTest.cs | 83 ++++++------ .../text/pdf/table/NestedTablesTest.cs | 44 +++++- .../iTextSharp/text/pdf/table/RowspanTest.cs | 83 ++++++------ .../text/pdf/table/SplitTableTest.cs | 42 ++++++ .../text/pdf/table/TableEventTest.cs | 83 ++++++------ .../iTextSharp/text/signature/XadesTest.cs | 83 ++++++------ .../text/signature/XmlDSigKSTest.cs | 83 ++++++------ .../text/signature/XmlDSigRsaTest.cs | 83 ++++++------ .../iTextSharp/text/signature/XmlDSigTest.cs | 83 ++++++------ .../xml/simpleparser/SimpleXMLParserTest.cs | 83 ++++++------ .../iTextSharp/text/xml/xmp/XmpWriterTest.cs | 83 ++++++------ .../examples/Setup.cs | 83 ++++++------ .../examples/XMLWorkerHTMLExample.cs | 83 ++++++------ .../examples/XMLWorkerHelperExample.cs | 83 ++++++------ .../iTextSharp/tool/xml/BugRunnerTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/TagChildrenTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/TagTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/TagUtilsTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/XMLWorkerTest.cs | 83 ++++++------ .../tool/xml/css/CSSFileProcessorTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/css/CSSFilesTest.cs | 83 ++++++------ .../tool/xml/css/CssFileWrapperTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/css/CssUtilsTest.cs | 83 ++++++------ .../tool/xml/css/DefaultCSSResolverTest.cs | 83 ++++++------ .../tool/xml/css/FontSizeTranslatorTest.cs | 83 ++++++------ .../tool/xml/css/WidthCalculatorTest.cs | 83 ++++++------ .../tool/xml/css/apply/ChunkCssApplierTest.cs | 83 ++++++------ .../tool/xml/css/apply/FontFamilyTest.cs | 83 ++++++------ .../xml/css/apply/HtmlCellCssApplierTest.cs | 83 ++++++------ .../xml/css/apply/ParagraphCssApplierTest.cs | 83 ++++++------ .../tool/xml/examples/SampleTest.cs | 83 ++++++------ .../css/at_rule/AtMedia_Rule_IgnoringTest.cs | 83 ++++++------ .../cell/Background_color_cell01Test.cs | 83 ++++++------ .../cell/Background_color_cell02Test.cs | 83 ++++++------ .../div/Background_color_div01Test.cs | 83 ++++++------ .../image/Background_color_imagel01Test.cs | 83 ++++++------ .../list/Background_color_list01Test.cs | 83 ++++++------ .../list/Background_color_list02Test.cs | 83 ++++++------ .../table/Background_color_table01Test.cs | 83 ++++++------ .../text/Background_color_text01Test.cs | 83 ++++++------ .../div/Background_image_div01Test.cs | 83 ++++++------ .../border/border/cell/Border_cell01Test.cs | 83 ++++++------ .../border/cell/InheritedTableBorderTest.cs | 83 ++++++------ .../css/border/border/div/Border_div01Test.cs | 83 ++++++------ .../border/border/image/Border_image01Test.cs | 83 ++++++------ .../border/border/list/Border_list01Test.cs | 83 ++++++------ .../border/border/list/Border_list02Test.cs | 83 ++++++------ .../border/border/table/Border_table01Test.cs | 83 ++++++------ .../border/border/text/Border_text01Test.cs | 83 ++++++------ .../cell/Border_bottom_cell01Test.cs | 83 ++++++------ .../div/Border_bottom_div01Test.cs | 83 ++++++------ .../image/Border_bottom_image01Test.cs | 83 ++++++------ .../list/Border_bottom_list01Test.cs | 83 ++++++------ .../list/Border_bottom_list02Test.cs | 83 ++++++------ .../table/Border_bottom_table01Test.cs | 83 ++++++------ .../text/Border_bottom_text01Test.cs | 83 ++++++------ .../cell/Border_bottom_color_cell01Test.cs | 83 ++++++------ .../div/Border_bottom_color_div01Test.cs | 83 ++++++------ .../image/Border_bottom_color_image01Test.cs | 83 ++++++------ .../list/Border_bottom_color_list01Test.cs | 83 ++++++------ .../table/Border_bottom_color_table01Test.cs | 83 ++++++------ .../text/Border_bottom_color_text01Test.cs | 83 ++++++------ .../cell/Border_bottom_style_cell01Test.cs | 83 ++++++------ .../div/Border_bottom_style_div01Test.cs | 83 ++++++------ .../image/Border_bottom_style_image01Test.cs | 83 ++++++------ .../list/Border_bottom_style_list01Test.cs | 83 ++++++------ .../table/Border_bottom_style_table01Test.cs | 83 ++++++------ .../text/Border_bottom_style_text01Test.cs | 83 ++++++------ .../cell/Border_bottom_width_cell01Test.cs | 83 ++++++------ .../table/Border_bottom_width_table01Test.cs | 83 ++++++------ .../cell/Border_collapse_cell01Test.cs | 83 ++++++------ .../table/Border_collapse_table01Test.cs | 83 ++++++------ .../cell/Border_left_color_cell01Test.cs | 83 ++++++------ .../table/Border_left_color_table01Test.cs | 83 ++++++------ .../cell/Border_left_width_cell01Test.cs | 83 ++++++------ .../table/Border_left_width_table01Test.cs | 83 ++++++------ .../cell/Border_right_color_cell01Test.cs | 83 ++++++------ .../table/Border_right_color_table01Test.cs | 83 ++++++------ .../cell/Border_right_width_cell01Test.cs | 83 ++++++------ .../table/Border_right_width_table01Test.cs | 83 ++++++------ .../cell/Border_spacing_cell01Test.cs | 83 ++++++------ .../Border_style_width_order_cell01Test.cs | 44 +++++- .../cell/Border_top_color_cell01Test.cs | 83 ++++++------ .../table/Border_top_color_table01Test.cs | 83 ++++++------ .../cell/Border_top_width_cell01Test.cs | 83 ++++++------ .../table/Border_top_width_table01Test.cs | 83 ++++++------ .../css/bottom/image/Bottom_image01.cs | 83 ++++++------ .../examples/css/bottom/text/Bottom_text01.cs | 83 ++++++------ .../table/Caption_side_table01.cs | 83 ++++++------ .../examples/css/color/cell/Color_cell01.cs | 83 ++++++------ .../xml/examples/css/color/div/Color_div01.cs | 83 ++++++------ .../examples/css/color/list/Color_list01.cs | 83 ++++++------ .../examples/css/color/table/Color_table01.cs | 83 ++++++------ .../examples/css/color/text/Color_text01.cs | 83 ++++++------ .../examples/css/color/text/Color_text02.cs | 83 ++++++------ .../xml/examples/css/div/Blocks001Test.cs | 83 ++++++------ .../xml/examples/css/div/ComplexDiv01Test.cs | 83 ++++++------ .../xml/examples/css/div/ComplexDiv02Test.cs | 83 ++++++------ .../css/div/ComplexDivPagination01Test.cs | 83 ++++++------ .../xml/examples/css/div/DivInTableTest01.cs | 83 ++++++------ .../xml/examples/css/div/DivInTableTest02.cs | 83 ++++++------ .../xml/examples/css/div/DivSampleTest.cs | 83 ++++++------ .../xml/examples/css/div/Linebreak001Test.cs | 83 ++++++------ .../tool/xml/examples/css/div/Match004Test.cs | 83 ++++++------ .../tool/xml/examples/css/div/Match005Test.cs | 83 ++++++------ .../tool/xml/examples/css/div/Match006Test.cs | 83 ++++++------ .../xml/examples/css/div/Overflow02Test.cs | 83 ++++++------ .../examples/css/div/PageOverflow01Test.cs | 83 ++++++------ .../tool/xml/examples/css/div/Same002Test.cs | 83 ++++++------ .../xml/examples/css/div/Shorthand001Test.cs | 83 ++++++------ .../xml/examples/css/div/Shorthand002Test.cs | 83 ++++++------ .../xml/examples/css/div/Shorthand003Test.cs | 83 ++++++------ .../css/font/font/cell/Font_cell01.cs | 83 ++++++------ .../examples/css/font/font/div/Font_div01.cs | 83 ++++++------ .../css/font/font/image/Font_image01.cs | 83 ++++++------ .../css/font/font/list/Font_list01.cs | 83 ++++++------ .../css/font/font/table/Font_table01.cs | 83 ++++++------ .../css/font/font/text/Font_text01.cs | 83 ++++++------ .../font_family/cell/Font_family_cell01.cs | 83 ++++++------ .../font/font_family/div/Font_family_div01.cs | 83 ++++++------ .../font_family/list/Font_family_list01.cs | 83 ++++++------ .../font_family/table/Font_family_table01.cs | 83 ++++++------ .../font_family/text/Font_family_text01.cs | 83 ++++++------ .../font/font_size/cell/Font_size_cell01.cs | 83 ++++++------ .../css/font/font_size/div/Font_size_div01.cs | 83 ++++++------ .../font/font_size/list/Font_size_list01.cs | 83 ++++++------ .../font/font_size/table/Font_size_table01.cs | 83 ++++++------ .../font/font_size/text/Font_size_text01.cs | 83 ++++++------ .../font/font_style/cell/Font_style_cell01.cs | 83 ++++++------ .../font/font_style/div/Font_style_div01.cs | 83 ++++++------ .../font/font_style/list/Font_style_list01.cs | 83 ++++++------ .../font_style/table/Font_style_table01.cs | 83 ++++++------ .../font/font_style/text/Font_style_text01.cs | 83 ++++++------ .../font_variant/text/Font_variant_text01.cs | 83 ++++++------ .../font_weight/cell/Font_weight_cell01.cs | 83 ++++++------ .../font/font_weight/div/Font_weight_div01.cs | 83 ++++++------ .../font_weight/list/Font_weight_list01.cs | 83 ++++++------ .../Font_weight_numeric01.cs | 44 +++++- .../font_weight/table/Font_weight_table01.cs | 83 ++++++------ .../font_weight/text/Font_weight_text01.cs | 83 ++++++------ .../font_weight/text/Font_weight_text02.cs | 44 +++++- .../examples/css/height/cell/Height_cell01.cs | 83 ++++++------ .../examples/css/height/div/Height_div01.cs | 83 ++++++------ .../css/height/image/Height_image01.cs | 83 ++++++------ .../examples/css/height/list/Height_list01.cs | 83 ++++++------ .../css/height/table/Height_table01.cs | 83 ++++++------ .../examples/css/height/text/Height_text01.cs | 83 ++++++------ .../examples/css/left/image/Left_image01.cs | 83 ++++++------ .../cell/Letter_spacing_cell01.cs | 83 ++++++------ .../div/Letter_spacing_div01.cs | 83 ++++++------ .../list/Letter_spacing_list01.cs | 83 ++++++------ .../table/Letter_spacing_table01.cs | 83 ++++++------ .../text/Letter_spacing_text01.cs | 83 ++++++------ .../line_height/span/LineHeightSpan001Test.cs | 83 ++++++------ .../line_height/span/LineHeightSpan002Test.cs | 83 ++++++------ .../line_height/span/LineHeightSpan003Test.cs | 83 ++++++------ .../line_height/span/LineHeightSpan004Test.cs | 83 ++++++------ .../line_height/text/Line_height_text01.cs | 83 ++++++------ .../list_style/list/List_style_list01.cs | 83 ++++++------ .../list/List_style_image_list01.cs | 83 ++++++------ .../list/List_style_position_list01.cs | 83 ++++++------ .../list/List_style_type_list01.cs | 83 ++++++------ .../css/margin/margin/div/Margin_div01.cs | 83 ++++++------ .../css/margin/margin/image/Margin_image01.cs | 83 ++++++------ .../css/margin/margin/list/Margin_list01.cs | 83 ++++++------ .../css/margin/margin/table/Margin_table01.cs | 83 ++++++------ .../css/margin/margin/text/Margin_text01.cs | 83 ++++++------ .../margin_bottom/div/Margin_bottom_div01.cs | 83 ++++++------ .../image/Margin_bottom_image01.cs | 83 ++++++------ .../list/Margin_bottom_list01.cs | 83 ++++++------ .../table/Margin_bottom_table01.cs | 83 ++++++------ .../text/Margin_bottom_text01.cs | 83 ++++++------ .../margin_left/list/Margin_left_list01.cs | 83 ++++++------ .../margin_left/text/Margin_left_text01.cs | 83 ++++++------ .../margin_right/list/Margin_right_list01.cs | 83 ++++++------ .../margin_right/text/Margin_right_text01.cs | 83 ++++++------ .../margin_top/list/Margin_top_list01.cs | 83 ++++++------ .../margin_top/table/Margin_top_table01.cs | 83 ++++++------ .../margin_top/text/Margin_top_text01.cs | 83 ++++++------ .../max/max_height/text/Max_height_text01.cs | 83 ++++++------ .../padding/padding/cell/Padding_cell01.cs | 83 ++++++------ .../css/padding/padding/div/Padding_div01.cs | 83 ++++++------ .../padding/padding/image/Padding_image01.cs | 83 ++++++------ .../padding/padding/list/Padding_list01.cs | 83 ++++++------ .../padding/padding/table/Padding_table01.cs | 83 ++++++------ .../padding/padding/text/Padding_text01.cs | 83 ++++++------ .../cell/Padding_bottom_cell01.cs | 83 ++++++------ .../div/Padding_bottom_div01.cs | 83 ++++++------ .../list/Padding_bottom_list01.cs | 83 ++++++------ .../text/Padding_bottom_text01.cs | 83 ++++++------ .../padding_left/cell/Padding_left_cell01.cs | 83 ++++++------ .../padding_left/div/Padding_left_div01.cs | 83 ++++++------ .../padding_left/list/Padding_left_list01.cs | 83 ++++++------ .../padding_left/text/Padding_left_text01.cs | 83 ++++++------ .../cell/Padding_right_cell01.cs | 83 ++++++------ .../padding_right/div/Padding_right_div01.cs | 83 ++++++------ .../list/Padding_right_list01.cs | 83 ++++++------ .../text/Padding_right_text01.cs | 83 ++++++------ .../padding_top/cell/Padding_top_cell01.cs | 83 ++++++------ .../padding_top/div/Padding_top_div01.cs | 83 ++++++------ .../padding_top/list/Padding_top_list01.cs | 83 ++++++------ .../padding_top/text/Padding_top_text01.cs | 83 ++++++------ .../css/page_break/after/div/After_div01.cs | 83 ++++++------ .../css/page_break/after/img/After_img01.cs | 83 ++++++------ .../css/page_break/after/list/After_list01.cs | 83 ++++++------ .../page_break/after/table/After_table01.cs | 83 ++++++------ .../css/page_break/after/text/After_text01.cs | 83 ++++++------ .../css/page_break/before/div/Before_div01.cs | 83 ++++++------ .../css/page_break/before/img/Before_img01.cs | 83 ++++++------ .../page_break/before/list/Before_list01.cs | 83 ++++++------ .../page_break/before/table/Before_table01.cs | 83 ++++++------ .../page_break/before/text/Before_text01.cs | 83 ++++++------ .../css/page_break/inside/div/Inside_div01.cs | 83 ++++++------ .../css/page_break/inside/div/Inside_div02.cs | 83 ++++++------ .../page_break/inside/table/Inside_table01.cs | 83 ++++++------ .../examples/css/position/Overflow01Test.cs | 83 ++++++------ .../css/position/div/Position_div01.cs | 83 ++++++------ .../css/position/text/Position_text01.cs | 83 ++++++------ .../css/selector/Css3Modsel_10Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_11Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_13Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_14Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_14bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_14cTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_154Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_155Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_155aTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_155bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_155cTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_155dTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_156Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_156bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_156cTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_157Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_15Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_15bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_170Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_170aTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_170bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_175aTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_175bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_175cTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_183Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_184aTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_184bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_184cTest.cs | 83 ++++++------ .../examples/css/selector/Css3Modsel_1Test.cs | 83 ++++++------ .../examples/css/selector/Css3Modsel_2Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_3aTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_43Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_43b_Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_44Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_44bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_44cTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_44dTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_45Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_45bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_45cTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_46Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_46bTest.cs | 83 ++++++------ .../examples/css/selector/Css3Modsel_4Test.cs | 83 ++++++------ .../examples/css/selector/Css3Modsel_5Test.cs | 83 ++++++------ .../examples/css/selector/Css3Modsel_6Test.cs | 83 ++++++------ .../examples/css/selector/Css3Modsel_7Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_7bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_86Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_87Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_87bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_88Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_88bTest.cs | 83 ++++++------ .../css/selector/Css3Modsel_89Test.cs | 83 ++++++------ .../examples/css/selector/Css3Modsel_8Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_90Test.cs | 83 ++++++------ .../css/selector/Css3Modsel_90bTest.cs | 83 ++++++------ .../examples/css/selector/Css3Modsel_9Test.cs | 83 ++++++------ .../css/text/align/cell/Align_cell01.cs | 83 ++++++------ .../css/text/align/div/Align_div01.cs | 83 ++++++------ .../css/text/align/list/Align_list01.cs | 83 ++++++------ .../css/text/align/table/Align_table01.cs | 83 ++++++------ .../css/text/align/text/Align_text01.cs | 83 ++++++------ .../text/decoration/cell/Decoration_cell01.cs | 83 ++++++------ .../text/decoration/div/Decoration_div01.cs | 83 ++++++------ .../text/decoration/div/Decoration_div02.cs | 44 +++++- .../text/decoration/list/Decoration_list01.cs | 83 ++++++------ .../decoration/table/Decoration_table01.cs | 83 ++++++------ .../text/decoration/text/Decoration_text01.cs | 83 ++++++------ .../text/decoration/text/Decoration_text02.cs | 83 ++++++------ .../css/text/indent/cell/Indent_cell01.cs | 83 ++++++------ .../css/text/indent/div/Indent_div01.cs | 83 ++++++------ .../css/text/indent/list/Indent_list01.cs | 83 ++++++------ .../css/text/indent/text/Indent_text01.cs | 83 ++++++------ .../examples/css/text_layout/Align001Test.cs | 83 ++++++------ .../examples/css/text_layout/Align002Test.cs | 83 ++++++------ .../examples/css/text_layout/Align003Test.cs | 83 ++++++------ .../examples/css/text_layout/Align004Test.cs | 83 ++++++------ .../css/text_layout/Anonymbox001Test.cs | 83 ++++++------ .../css/text_layout/Anonymbox002Test.cs | 83 ++++++------ .../xml/examples/css/text_layout/Em001Test.cs | 83 ++++++------ .../xml/examples/css/text_layout/Ex001Test.cs | 83 ++++++------ .../examples/css/text_layout/Height001Test.cs | 83 ++++++------ .../examples/css/text_layout/Height002Test.cs | 83 ++++++------ .../examples/css/text_layout/Height003Test.cs | 83 ++++++------ .../examples/css/text_layout/Height004Test.cs | 83 ++++++------ .../examples/css/text_layout/Height005Test.cs | 83 ++++++------ .../examples/css/text_layout/Height006Test.cs | 83 ++++++------ .../examples/css/text_layout/Height007Test.cs | 83 ++++++------ .../examples/css/text_layout/Height008Test.cs | 83 ++++++------ .../examples/css/text_layout/Height009Test.cs | 83 ++++++------ .../examples/css/text_layout/Height010Test.cs | 83 ++++++------ .../examples/css/text_layout/Large001Test.cs | 83 ++++++------ .../examples/css/text_layout/Large002Test.cs | 83 ++++++------ .../examples/css/text_layout/Large003Test.cs | 83 ++++++------ .../examples/css/text_layout/Large004Test.cs | 83 ++++++------ .../css/text_layout/Lineheight001Test.cs | 83 ++++++------ .../css/text_layout/Lineheight002Test.cs | 83 ++++++------ .../css/text_layout/Lineheight003Test.cs | 83 ++++++------ .../css/text_layout/Lineheight004Test.cs | 83 ++++++------ .../css/text_layout/Lineheight005Test.cs | 83 ++++++------ .../css/text_layout/Lineheight006Test.cs | 83 ++++++------ .../css/text_layout/Lineheight007Test.cs | 83 ++++++------ .../css/text_layout/Lineheight008Test.cs | 83 ++++++------ .../css/text_layout/Lineheight009Test.cs | 83 ++++++------ .../css/text_layout/Lineheight010Test.cs | 83 ++++++------ .../css/text_layout/Lineheight011Test.cs | 83 ++++++------ .../css/text_layout/Lineheight012Test.cs | 83 ++++++------ .../css/text_layout/Lineheight013Test.cs | 83 ++++++------ .../css/text_layout/Lineheight014Test.cs | 83 ++++++------ .../css/text_layout/Lineheight015Test.cs | 83 ++++++------ .../css/text_layout/Lineheight016Test.cs | 83 ++++++------ .../css/text_layout/Lineheight017Test.cs | 83 ++++++------ .../examples/css/text_layout/Match001Test.cs | 83 ++++++------ .../examples/css/text_layout/Match002Test.cs | 83 ++++++------ .../examples/css/text_layout/Match003Test.cs | 83 ++++++------ .../xml/examples/css/text_layout/Mm001Test.cs | 83 ++++++------ .../xml/examples/css/text_layout/Pc001Test.cs | 83 ++++++------ .../examples/css/text_layout/Perc001Test.cs | 83 ++++++------ .../examples/css/text_layout/Perc002Test.cs | 83 ++++++------ .../examples/css/text_layout/Same001Test.cs | 83 ++++++------ .../xml/examples/css/text_layout/Sm001Test.cs | 83 ++++++------ .../examples/css/text_layout/Small001Test.cs | 83 ++++++------ .../examples/css/text_layout/Small002Test.cs | 83 ++++++------ .../css/text_layout/TinyBox001Test.cs | 83 ++++++------ .../css/text_layout/TinyBox002Test.cs | 83 ++++++------ .../examples/css/text_layout/Weight001Test.cs | 83 ++++++------ .../examples/css/text_layout/Weight002Test.cs | 83 ++++++------ .../examples/css/text_layout/Weight003Test.cs | 83 ++++++------ .../examples/css/text_layout/Weight004Test.cs | 83 ++++++------ .../examples/css/text_layout/Weight005Test.cs | 83 ++++++------ .../css/text_layout/XXsmall001Test.cs | 83 ++++++------ .../examples/css/text_layout/Xsmall001Test.cs | 83 ++++++------ .../cell/Vertical_align_cell01.cs | 83 ++++++------ .../image/Vertical_align_image01.cs | 83 ++++++------ .../text/Vertical_align_text01.cs | 83 ++++++------ .../examples/css/width/cell/Width_cell01.cs | 83 ++++++------ .../xml/examples/css/width/div/Width_div01.cs | 83 ++++++------ .../examples/css/width/table/Width_table01.cs | 83 ++++++------ .../xml/examples/custom/StarCommentTest.cs | 44 +++++- .../xml/examples/custom/TextSanitizeTest.cs | 83 ++++++------ .../tool/xml/examples/html/A01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Address01Test.cs | 83 ++++++------ .../tool/xml/examples/html/B01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Big01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Big02Test.cs | 83 ++++++------ .../xml/examples/html/Blockquote01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Cite01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Code01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Del01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Del02Test.cs | 83 ++++++------ .../tool/xml/examples/html/Del03Test.cs | 83 ++++++------ .../xml/examples/html/DelUnderlineTest.cs | 83 ++++++------ .../tool/xml/examples/html/Dfn01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Div01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Div02Test.cs | 83 ++++++------ .../tool/xml/examples/html/Div03Test.cs | 83 ++++++------ .../tool/xml/examples/html/Div04Test.cs | 83 ++++++------ .../xml/examples/html/DivPagination01Test.cs | 83 ++++++------ .../xml/examples/html/DivPagination02Test.cs | 83 ++++++------ .../tool/xml/examples/html/Dl01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Em01Test.cs | 83 ++++++------ .../tool/xml/examples/html/H01Test.cs | 83 ++++++------ .../tool/xml/examples/html/H02Test.cs | 83 ++++++------ .../tool/xml/examples/html/H03Test.cs | 83 ++++++------ .../tool/xml/examples/html/H04Test.cs | 83 ++++++------ .../tool/xml/examples/html/H05Test.cs | 83 ++++++------ .../tool/xml/examples/html/H06Test.cs | 83 ++++++------ .../xml/examples/html/HeadersInsideDivTest.cs | 83 ++++++------ .../tool/xml/examples/html/Hr01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Hr02Test.cs | 83 ++++++------ .../tool/xml/examples/html/Hr03Test.cs | 83 ++++++------ .../tool/xml/examples/html/Hr04Test.cs | 83 ++++++------ .../tool/xml/examples/html/Hr05Test.cs | 83 ++++++------ .../tool/xml/examples/html/Img02Test.cs | 83 ++++++------ .../tool/xml/examples/html/Img03Test.cs | 83 ++++++------ .../tool/xml/examples/html/Inline01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Inline02Test.cs | 83 ++++++------ .../tool/xml/examples/html/Inline03Test.cs | 83 ++++++------ .../tool/xml/examples/html/Inline04Test.cs | 83 ++++++------ .../tool/xml/examples/html/Inline05Test.cs | 83 ++++++------ .../tool/xml/examples/html/Inline06Test.cs | 83 ++++++------ .../tool/xml/examples/html/Inline07Test.cs | 83 ++++++------ .../tool/xml/examples/html/Inline08Test.cs | 83 ++++++------ .../tool/xml/examples/html/Ins01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Ins02Test.cs | 83 ++++++------ .../tool/xml/examples/html/Ins03Test.cs | 83 ++++++------ .../tool/xml/examples/html/Kbd01Test.cs | 83 ++++++------ .../html/LetteredListLowerCaseTest.cs | 44 +++++- .../xml/examples/html/LetteredListTest.cs | 44 +++++- .../tool/xml/examples/html/List01Test.cs | 83 ++++++------ .../tool/xml/examples/html/List02Test.cs | 83 ++++++------ .../tool/xml/examples/html/List03Test.cs | 83 ++++++------ .../tool/xml/examples/html/List04Test.cs | 83 ++++++------ .../tool/xml/examples/html/List05Test.cs | 83 ++++++------ .../tool/xml/examples/html/List06Test.cs | 83 ++++++------ .../tool/xml/examples/html/P01Test.cs | 83 ++++++------ .../xml/examples/html/ParagraphNewlineTest.cs | 83 ++++++------ .../tool/xml/examples/html/Pre01Test.cs | 83 ++++++------ .../tool/xml/examples/html/S01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Samp01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Small01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Small02Test.cs | 83 ++++++------ .../tool/xml/examples/html/Span01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Span02Test.cs | 83 ++++++------ .../tool/xml/examples/html/Strike01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Strong01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Sub01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Sup01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Sup144Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table02Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table03Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table04Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table05Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table06Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table07Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table08Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table09Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table10Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table11Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table12Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table13Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table14Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table15Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table16Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table17Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table18Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table19Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table20Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table21Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table22Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table23Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table24Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table25Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table26Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table27Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table28Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table29Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table30Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table31Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table32Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table33Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table34Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table35Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table36Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table37Test.cs | 83 ++++++------ .../tool/xml/examples/html/Table38Test.cs | 83 ++++++------ .../tool/xml/examples/html/Tt01Test.cs | 83 ++++++------ .../tool/xml/examples/html/U01Test.cs | 83 ++++++------ .../tool/xml/examples/html/Var01Test.cs | 83 ++++++------ .../table/BasicTableRunDirectionTest.cs | 83 ++++++------ .../tool/xml/examples/table/ColRowSpanTest.cs | 83 ++++++------ .../examples/table/ColspanFixedWidthTest.cs | 83 ++++++------ .../NestedTableRunDirectionAttributeTest.cs | 83 ++++++------ .../table/NestedTableRunDirectionCssTest.cs | 83 ++++++------ .../table/TableRunDirectionAttributeTest.cs | 83 ++++++------ .../table/TableRunDirectionCssTest.cs | 83 ++++++------ .../tool/xml/html/AlignAndMarginTest.cs | 83 ++++++------ .../tool/xml/html/FontAndColorTest.cs | 83 ++++++------ .../tool/xml/html/HTMLWorkerFactoryTest.cs | 83 ++++++------ .../tool/xml/html/HorAndVertScalingTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/html/HtmlUtilsTest.cs | 83 ++++++------ .../xml/html/LineHeightLetterSpacingTest.cs | 83 ++++++------ .../html/LoadCssThroughLinkStyleTagTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/html/PandBTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/html/SamplesTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/html/SnippetUtil.cs | 83 ++++++------ .../tool/xml/html/SpecialCharInPDFTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/html/SubAndSupTest.cs | 83 ++++++------ .../html/pdfelement/NoNewLineParagraphTest.cs | 44 +++++- .../tool/xml/html/table/TableTest.cs | 83 ++++++------ .../xml/html/tps/AbstractTagprocessorTest.cs | 83 ++++++------ .../tool/xml/html/tps/AnchorTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/html/tps/BodyTest.cs | 83 ++++++------ .../tps/DefaultTagProcessorFactoryTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/html/tps/DivTest.cs | 83 ++++++------ .../tool/xml/html/tps/HeaderTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/html/tps/ImageTest.cs | 83 ++++++------ .../tool/xml/html/tps/ListItemTest.cs | 83 ++++++------ .../tool/xml/html/tps/NonSanitizedTagTest.cs | 83 ++++++------ .../xml/html/tps/OrderedUnorderedListTest.cs | 83 ++++++------ .../tool/xml/html/tps/ParaGraphTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/html/tps/SpanTest.cs | 83 ++++++------ .../tool/xml/html/tps/TPBreakTest.cs | 83 ++++++------ .../tool/xml/net/FileRetrieveTest.cs | 83 ++++++------ .../tool/xml/parser/HTMLWhiteSpacesTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/parser/ParserTest.cs | 83 ++++++------ .../tool/xml/parser/SpecialCharactersTest.cs | 83 ++++++------ .../xml/pipeline/CssResolverPipelineTest.cs | 83 ++++++------ .../pipeline/ElementHandlerPipelineTest.cs | 83 ++++++------ .../xml/pipeline/HtmlPipelineCloneTest.cs | 83 ++++++------ .../xml/pipeline/HtmlPipelineContextTest.cs | 83 ++++++------ .../tool/xml/pipeline/HtmlPipelineTest.cs | 83 ++++++------ .../tool/xml/pipeline/PipelineTest.cs | 83 ++++++------ .../tool/xml/pipeline/StackKeeperTest.cs | 83 ++++++------ .../iTextSharp/tool/xml/ElementList.cs | 83 ++++++------ .../iTextSharp/tool/xml/ICustomContext.cs | 84 ++++++------ .../iTextSharp/tool/xml/IElementHandler.cs | 84 ++++++------ .../iTextSharp/tool/xml/IPipeline.cs | 84 ++++++------ .../iTextSharp/tool/xml/IWorkerContext.cs | 84 ++++++------ .../iTextSharp/tool/xml/IWritable.cs | 84 ++++++------ .../tool/xml/NoCustomContextException.cs | 84 ++++++------ .../iTextSharp/tool/xml/PipelineException.cs | 84 ++++++------ .../iTextSharp/tool/xml/ProcessObject.cs | 86 ++++++------ .../iTextSharp/tool/xml/Tag.cs | 86 ++++++------ .../iTextSharp/tool/xml/TagUtils.cs | 86 ++++++------ .../iTextSharp/tool/xml/XMLWorker.cs | 82 ++++++------ .../tool/xml/XMLWorkerFontProvider.cs | 84 ++++++------ .../iTextSharp/tool/xml/XMLWorkerHelper.cs | 82 ++++++------ .../iTextSharp/tool/xml/css/CSS.cs | 86 ++++++------ .../iTextSharp/tool/xml/css/CSSFileWrapper.cs | 82 ++++++------ .../iTextSharp/tool/xml/css/CssFileImpl.cs | 86 ++++++------ .../tool/xml/css/CssFileProcessor.cs | 86 ++++++------ .../iTextSharp/tool/xml/css/CssFilesImpl.cs | 70 +++++----- .../iTextSharp/tool/xml/css/CssRule.cs | 83 ++++++------ .../iTextSharp/tool/xml/css/CssSelector.cs | 84 ++++++------ .../iTextSharp/tool/xml/css/CssUtils.cs | 86 ++++++------ .../xml/css/DefaultCssInheritanceRules.cs | 86 ++++++------ .../tool/xml/css/FontSizeTranslator.cs | 83 ++++++------ .../tool/xml/css/HeightCalculator.cs | 83 ++++++------ .../iTextSharp/tool/xml/css/ICssFile.cs | 86 ++++++------ .../iTextSharp/tool/xml/css/ICssFiles.cs | 86 ++++++------ .../tool/xml/css/ICssInheritanceRules.cs | 86 ++++++------ .../tool/xml/css/ICssSelectorItem.cs | 83 ++++++------ .../tool/xml/css/StyleAttrCSSResolver.cs | 86 ++++++------ .../tool/xml/css/WidthCalculator.cs | 86 ++++++------ .../tool/xml/css/apply/ChunkCssApplier.cs | 83 ++++++------ .../tool/xml/css/apply/DivCssApplier.cs | 83 ++++++------ .../tool/xml/css/apply/HtmlCellCssApplier.cs | 86 ++++++------ .../tool/xml/css/apply/IMarginMemory.cs | 83 ++++++------ .../xml/css/apply/IPageSizeContainable.cs | 83 ++++++------ .../tool/xml/css/apply/ImageCssApplier.cs | 86 ++++++------ .../xml/css/apply/LineSeparatorCssApplier.cs | 83 ++++++------ .../xml/css/apply/ListStyleTypeCssApplier.cs | 86 ++++++------ .../tool/xml/css/apply/MaxLeadingAndSize.cs | 86 ++++++------ .../css/apply/NoNewLineParagraphCssApplier.cs | 86 ++++++------ .../tool/xml/css/apply/ParagraphCssApplier.cs | 82 ++++++------ .../tool/xml/css/parser/CssSelectorParser.cs | 83 ++++++------ .../tool/xml/css/parser/CssStateController.cs | 85 ++++++------ .../iTextSharp/tool/xml/css/parser/IState.cs | 83 ++++++------ .../tool/xml/css/parser/state/CommentEnd.cs | 83 ++++++------ .../xml/css/parser/state/CommentInside.cs | 83 ++++++------ .../tool/xml/css/parser/state/CommentStart.cs | 83 ++++++------ .../tool/xml/css/parser/state/Properties.cs | 83 ++++++------ .../tool/xml/css/parser/state/Rule.cs | 83 ++++++------ .../tool/xml/css/parser/state/Unknown.cs | 83 ++++++------ .../xml/exceptions/CssResolverException.cs | 84 ++++++------ .../tool/xml/exceptions/LocaleMessages.cs | 86 ++++++------ .../tool/xml/exceptions/NoDataException.cs | 84 ++++++------ .../tool/xml/exceptions/NoSiblingException.cs | 84 ++++++------ .../xml/exceptions/NoTagProcessorException.cs | 84 ++++++------ .../xml/exceptions/NotImplementedException.cs | 84 ++++++------ .../xml/exceptions/RuntimeWorkerException.cs | 84 ++++++------ .../tool/xml/html/AbstractTagProcessor.cs | 72 +++++----- .../iTextSharp/tool/xml/html/Anchor.cs | 72 +++++----- .../iTextSharp/tool/xml/html/Body.cs | 72 +++++----- .../iTextSharp/tool/xml/html/Break.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/CssApplier.cs | 85 ++++++------ .../iTextSharp/tool/xml/html/CssAppliers.cs | 69 ++++++---- .../tool/xml/html/CssAppliersAware.cs | 69 ++++++---- .../tool/xml/html/CssAppliersImpl.cs | 70 +++++----- .../xml/html/DefaultTagProcessorFactory.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/Div.cs | 86 ++++++------ .../tool/xml/html/DummyTagProcessor.cs | 72 +++++----- .../iTextSharp/tool/xml/html/HTML.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/HTMLUtils.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/Header.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/HeaderNode.cs | 86 ++++++------ .../tool/xml/html/HorizontalRule.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/ICssApplier.cs | 85 ++++++------ .../iTextSharp/tool/xml/html/ITagProcessor.cs | 86 ++++++------ .../tool/xml/html/ITagProcessorFactory.cs | 84 ++++++------ .../iTextSharp/tool/xml/html/Image.cs | 86 ++++++------ .../tool/xml/html/NonSanitizedTag.cs | 72 +++++----- .../tool/xml/html/OrderedUnorderedList.cs | 72 +++++----- .../tool/xml/html/OrderedUnorderedListItem.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/ParaGraph.cs | 72 +++++----- .../iTextSharp/tool/xml/html/Span.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/Tags.cs | 84 ++++++------ .../iTextSharp/tool/xml/html/head/Link.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/head/Meta.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/head/Style.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/head/Title.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/head/XML.cs | 86 ++++++------ .../tool/xml/html/pdfelement/HtmlCell.cs | 86 ++++++------ .../xml/html/pdfelement/NoNewLineParagraph.cs | 86 ++++++------ .../tool/xml/html/pdfelement/TabbedChunk.cs | 86 ++++++------ .../tool/xml/html/table/CellSpacingEvent.cs | 86 ++++++------ .../iTextSharp/tool/xml/html/table/Table.cs | 86 ++++++------ .../tool/xml/html/table/TableBorderEvent.cs | 86 ++++++------ .../tool/xml/html/table/TableData.cs | 83 ++++++------ .../tool/xml/html/table/TableRow.cs | 86 ++++++------ .../tool/xml/html/table/TableRowElement.cs | 86 ++++++------ .../tool/xml/html/table/TableStyleValues.cs | 86 ++++++------ .../tool/xml/net/FileRetrieveImpl.cs | 86 ++++++------ .../iTextSharp/tool/xml/net/IFileRetrieve.cs | 83 ++++++------ .../tool/xml/net/IReadingProcessor.cs | 84 ++++++------ .../iTextSharp/tool/xml/net/ImageRetrieve.cs | 86 ++++++------ .../tool/xml/net/exc/NoImageException.cs | 86 ++++++------ .../iTextSharp/tool/xml/parser/IState.cs | 84 ++++++------ .../tool/xml/parser/IXMLParserListener.cs | 86 ++++++------ .../tool/xml/parser/StateController.cs | 86 ++++++------ .../iTextSharp/tool/xml/parser/TagState.cs | 83 ++++++------ .../iTextSharp/tool/xml/parser/XMLParser.cs | 86 ++++++------ .../tool/xml/parser/XMLParserMemory.cs | 86 ++++++------ .../tool/xml/parser/io/EncodingUtil.cs | 84 ++++++------ .../tool/xml/parser/io/IAppender.cs | 84 ++++++------ .../tool/xml/parser/io/IParserMonitor.cs | 84 ++++++------ .../tool/xml/parser/io/MonitorInputReader.cs | 86 ++++++------ .../xml/parser/io/ParserListenerWriter.cs | 86 ++++++------ .../xml/parser/state/AttributeValueState.cs | 86 ++++++------ .../tool/xml/parser/state/CdataState.cs | 86 ++++++------ .../xml/parser/state/CloseCommentState.cs | 86 ++++++------ .../xml/parser/state/CloseStarCommentState.cs | 87 ++++++------ .../tool/xml/parser/state/ClosingTagState.cs | 86 ++++++------ .../tool/xml/parser/state/CommentState.cs | 86 ++++++------ .../tool/xml/parser/state/DocTypeState.cs | 86 ++++++------ .../state/DoubleQuotedAttrValueState.cs | 86 ++++++------ .../xml/parser/state/InsideTagHTMLState.cs | 86 ++++++------ .../tool/xml/parser/state/InsideTagState.cs | 86 ++++++------ .../ProcessingInstructionEncounteredState.cs | 80 +++++------ .../xml/parser/state/SelfClosingTagState.cs | 86 ++++++------ .../state/SingleQuotedAttrValueState.cs | 86 ++++++------ .../tool/xml/parser/state/SpecialCharState.cs | 86 ++++++------ .../tool/xml/parser/state/StarCommentState.cs | 87 ++++++------ .../xml/parser/state/TagAttributeState.cs | 86 ++++++------ .../xml/parser/state/TagEncounteredState.cs | 86 ++++++------ .../tool/xml/parser/state/UnknownState.cs | 86 ++++++------ .../xml/parser/state/UnquotedAttrState.cs | 86 ++++++------ .../tool/xml/parser/state/XmlState.cs | 86 ++++++------ .../tool/xml/pipeline/AbstractPipeline.cs | 86 ++++++------ .../tool/xml/pipeline/WritableElement.cs | 86 ++++++------ .../xml/pipeline/css/CssResolverPipeline.cs | 86 ++++++------ .../tool/xml/pipeline/css/ICSSResolver.cs | 86 ++++++------ .../tool/xml/pipeline/ctx/MapContext.cs | 86 ++++++------ .../tool/xml/pipeline/ctx/ObjectContext.cs | 86 ++++++------ .../xml/pipeline/ctx/WorkerContextImpl.cs | 86 ++++++------ .../pipeline/end/ElementHandlerPipeline.cs | 86 ++++++------ .../xml/pipeline/end/PdfWriterPipeline.cs | 86 ++++++------ .../pipeline/html/AbstractImageProvider.cs | 86 ++++++------ .../tool/xml/pipeline/html/AutoDocPipeline.cs | 86 ++++++------ .../tool/xml/pipeline/html/HtmlPipeline.cs | 86 ++++++------ .../xml/pipeline/html/HtmlPipelineContext.cs | 86 ++++++------ .../tool/xml/pipeline/html/IFileMaker.cs | 86 ++++++------ .../tool/xml/pipeline/html/IImageProvider.cs | 86 ++++++------ .../tool/xml/pipeline/html/ILinkProvider.cs | 84 ++++++------ .../pipeline/html/NoImageProviderException.cs | 84 ++++++------ .../xml/pipeline/html/NoStackException.cs | 83 ++++++------ .../tool/xml/pipeline/html/StackKeeper.cs | 86 ++++++------ .../tool/xml/pipeline/html/UrlLinkResolver.cs | 44 +++++- .../tool/xml/util/ParentTreeUtil.cs | 80 +++++------ .../iTextSharp/tool/xml/util/SortUtil.cs | 83 ++++++------ 1337 files changed, 54514 insertions(+), 56716 deletions(-) diff --git a/src/core/System/util/FilterStream.cs b/src/core/System/util/FilterStream.cs index da57d37fd..bb7481f59 100644 --- a/src/core/System/util/FilterStream.cs +++ b/src/core/System/util/FilterStream.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.IO; diff --git a/src/core/System/util/ListIterator.cs b/src/core/System/util/ListIterator.cs index c2a2dd4bb..cf986eef8 100644 --- a/src/core/System/util/ListIterator.cs +++ b/src/core/System/util/ListIterator.cs @@ -1,51 +1,48 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * you must retain the producer line in every PDF that is created or manipulated - * using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace System.util { ///

diff --git a/src/core/System/util/Properties.cs b/src/core/System/util/Properties.cs index 1a5139726..6a518bb0e 100644 --- a/src/core/System/util/Properties.cs +++ b/src/core/System/util/Properties.cs @@ -1,52 +1,49 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System.Text; using System.IO; using System.Collections.Generic; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * you must retain the producer line in every PDF that is created or manipulated - * using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace System.util { diff --git a/src/core/System/util/PushbackStream.cs b/src/core/System/util/PushbackStream.cs index ed0a8bb27..15d9729fc 100644 --- a/src/core/System/util/PushbackStream.cs +++ b/src/core/System/util/PushbackStream.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.IO; diff --git a/src/core/System/util/RectangleJ.cs b/src/core/System/util/RectangleJ.cs index 6f5ce86a2..618fa5e8c 100644 --- a/src/core/System/util/RectangleJ.cs +++ b/src/core/System/util/RectangleJ.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ - using iTextSharp.awt.geom; namespace System.util { diff --git a/src/core/System/util/StringTokenizer.cs b/src/core/System/util/StringTokenizer.cs index 53bc222cd..1627a2999 100644 --- a/src/core/System/util/StringTokenizer.cs +++ b/src/core/System/util/StringTokenizer.cs @@ -1,48 +1,46 @@ -using System; /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * you must retain the producer line in every PDF that is created or manipulated - * using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace System.util { diff --git a/src/core/System/util/Util.cs b/src/core/System/util/Util.cs index 79230fd27..eace32709 100644 --- a/src/core/System/util/Util.cs +++ b/src/core/System/util/Util.cs @@ -1,50 +1,47 @@ -using System.Collections.Generic; -using System.Globalization; /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * you must retain the producer line in every PDF that is created or manipulated - * using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System.Collections.Generic; +using System.Globalization; namespace System.util { /// diff --git a/src/core/System/util/collections/HashSet2.cs b/src/core/System/util/collections/HashSet2.cs index f970c1724..b9c574a5c 100644 --- a/src/core/System/util/collections/HashSet2.cs +++ b/src/core/System/util/collections/HashSet2.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ - using System.Collections; using System.Collections.Generic; diff --git a/src/core/System/util/collections/LinkedDictionary.cs b/src/core/System/util/collections/LinkedDictionary.cs index a256d254a..3d950d4bd 100644 --- a/src/core/System/util/collections/LinkedDictionary.cs +++ b/src/core/System/util/collections/LinkedDictionary.cs @@ -1,51 +1,48 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System.Collections.Generic; using System.Collections; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * you must retain the producer line in every PDF that is created or manipulated - * using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace System.util.collections { public class LinkedDictionary : IDictionary { diff --git a/src/core/System/util/collections/OrderedTree.cs b/src/core/System/util/collections/OrderedTree.cs index c41ffebe3..edb772946 100644 --- a/src/core/System/util/collections/OrderedTree.cs +++ b/src/core/System/util/collections/OrderedTree.cs @@ -1,49 +1,47 @@ -using System.Collections; - /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * you must retain the producer line in every PDF that is created or manipulated - * using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System.Collections; + namespace System.util.collections { public class OrderedTree { diff --git a/src/core/System/util/collections/ReadOnlyDictionary.cs b/src/core/System/util/collections/ReadOnlyDictionary.cs index f56658a00..d7bc1e089 100644 --- a/src/core/System/util/collections/ReadOnlyDictionary.cs +++ b/src/core/System/util/collections/ReadOnlyDictionary.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections; using System.Collections.Generic; diff --git a/src/core/System/util/zlib/ZDeflaterOutputStream.cs b/src/core/System/util/zlib/ZDeflaterOutputStream.cs index 194d0cdb5..df230fa4d 100644 --- a/src/core/System/util/zlib/ZDeflaterOutputStream.cs +++ b/src/core/System/util/zlib/ZDeflaterOutputStream.cs @@ -1,49 +1,47 @@ -using System; -using System.IO; /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * you must retain the producer line in every PDF that is created or manipulated - * using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.IO; namespace System.util.zlib { /// diff --git a/src/core/System/util/zlib/ZInflaterInputStream.cs b/src/core/System/util/zlib/ZInflaterInputStream.cs index 7359cec0f..0aba05f8f 100644 --- a/src/core/System/util/zlib/ZInflaterInputStream.cs +++ b/src/core/System/util/zlib/ZInflaterInputStream.cs @@ -1,49 +1,47 @@ -using System; -using System.IO; /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * you must retain the producer line in every PDF that is created or manipulated - * using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.IO; namespace System.util.zlib { /// diff --git a/src/core/iTextSharp/awt/geom/AffineTransform.cs b/src/core/iTextSharp/awt/geom/AffineTransform.cs index 3f1668c8c..8785acecb 100644 --- a/src/core/iTextSharp/awt/geom/AffineTransform.cs +++ b/src/core/iTextSharp/awt/geom/AffineTransform.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ - using System; namespace iTextSharp.awt.geom diff --git a/src/core/iTextSharp/awt/geom/Point.cs b/src/core/iTextSharp/awt/geom/Point.cs index eef904f52..21bf7debe 100644 --- a/src/core/iTextSharp/awt/geom/Point.cs +++ b/src/core/iTextSharp/awt/geom/Point.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ - namespace iTextSharp.awt.geom { public class Point : Point2D diff --git a/src/core/iTextSharp/awt/geom/Point2D.cs b/src/core/iTextSharp/awt/geom/Point2D.cs index 4d2967a45..1f77afb32 100644 --- a/src/core/iTextSharp/awt/geom/Point2D.cs +++ b/src/core/iTextSharp/awt/geom/Point2D.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ - using System; namespace iTextSharp.awt.geom diff --git a/src/core/iTextSharp/testutils/CompareTool.cs b/src/core/iTextSharp/testutils/CompareTool.cs index 5121fbbe7..8d0951502 100644 --- a/src/core/iTextSharp/testutils/CompareTool.cs +++ b/src/core/iTextSharp/testutils/CompareTool.cs @@ -1,54 +1,51 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using System.util; -/* - * $Id: CompareTool.cs 318 2012-02-27 22:46:07Z eugenemark $ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more inFormation, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ using System.Xml; using iTextSharp.text; using iTextSharp.text.pdf; diff --git a/src/core/iTextSharp/testutils/ITextTest.cs b/src/core/iTextSharp/testutils/ITextTest.cs index 1c4e5f55e..8df413657 100644 --- a/src/core/iTextSharp/testutils/ITextTest.cs +++ b/src/core/iTextSharp/testutils/ITextTest.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.IO; diff --git a/src/core/iTextSharp/text/AccessibleElementId.cs b/src/core/iTextSharp/text/AccessibleElementId.cs index edc57a55c..8f1816142 100644 --- a/src/core/iTextSharp/text/AccessibleElementId.cs +++ b/src/core/iTextSharp/text/AccessibleElementId.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; namespace iTextSharp.text diff --git a/src/core/iTextSharp/text/Anchor.cs b/src/core/iTextSharp/text/Anchor.cs index ed95e52ed..6ba229070 100644 --- a/src/core/iTextSharp/text/Anchor.cs +++ b/src/core/iTextSharp/text/Anchor.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.util; @@ -5,52 +47,6 @@ using iTextSharp.text.html; using iTextSharp.text.factories; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/Annotation.cs b/src/core/iTextSharp/text/Annotation.cs index e2ebde98b..37f1ab7ea 100644 --- a/src/core/iTextSharp/text/Annotation.cs +++ b/src/core/iTextSharp/text/Annotation.cs @@ -1,54 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.util; using iTextSharp.text.factories; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// An Annotation is a little note that can be added to a page diff --git a/src/core/iTextSharp/text/BadElementException.cs b/src/core/iTextSharp/text/BadElementException.cs index 898173bef..64acd16c8 100644 --- a/src/core/iTextSharp/text/BadElementException.cs +++ b/src/core/iTextSharp/text/BadElementException.cs @@ -1,50 +1,46 @@ -using System; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/BaseColor.cs b/src/core/iTextSharp/text/BaseColor.cs index 50337d511..47b5b9efb 100644 --- a/src/core/iTextSharp/text/BaseColor.cs +++ b/src/core/iTextSharp/text/BaseColor.cs @@ -1,48 +1,46 @@ -using System; /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; using iTextSharp.text.error_messages; namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/Chapter.cs b/src/core/iTextSharp/text/Chapter.cs index 87b4da7cf..d20cef819 100644 --- a/src/core/iTextSharp/text/Chapter.cs +++ b/src/core/iTextSharp/text/Chapter.cs @@ -1,55 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.util; using iTextSharp.text.factories; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - * - */ - namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/ChapterAutoNumber.cs b/src/core/iTextSharp/text/ChapterAutoNumber.cs index f1fdf1819..b1ab13f67 100644 --- a/src/core/iTextSharp/text/ChapterAutoNumber.cs +++ b/src/core/iTextSharp/text/ChapterAutoNumber.cs @@ -1,48 +1,47 @@ -using System; -using iTextSharp.text.error_messages; - /* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using iTextSharp.text.error_messages; namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/Chunk.cs b/src/core/iTextSharp/text/Chunk.cs index 0b0ef4dfb..dc93bef1f 100644 --- a/src/core/iTextSharp/text/Chunk.cs +++ b/src/core/iTextSharp/text/Chunk.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Text; using System.Collections.Generic; @@ -7,52 +49,6 @@ using iTextSharp.text.pdf.draw; using iTextSharp.text.pdf.interfaces; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// This is the smallest significant part of text that can be added to a document. diff --git a/src/core/iTextSharp/text/DocWriter.cs b/src/core/iTextSharp/text/DocWriter.cs index f077dc3d5..b4f17056f 100644 --- a/src/core/iTextSharp/text/DocWriter.cs +++ b/src/core/iTextSharp/text/DocWriter.cs @@ -1,53 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.IO; using System.Collections; using System.util; using iTextSharp.text.pdf; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/Document.cs b/src/core/iTextSharp/text/Document.cs index 200b84d7f..ac013d4d3 100644 --- a/src/core/iTextSharp/text/Document.cs +++ b/src/core/iTextSharp/text/Document.cs @@ -1,55 +1,51 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using iTextSharp.text.error_messages; using iTextSharp.text.pdf; using iTextSharp.text.pdf.interfaces; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/DocumentException.cs b/src/core/iTextSharp/text/DocumentException.cs index 3cc38c0cb..0b2ed1423 100644 --- a/src/core/iTextSharp/text/DocumentException.cs +++ b/src/core/iTextSharp/text/DocumentException.cs @@ -1,51 +1,46 @@ -using System; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - * + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/Element.cs b/src/core/iTextSharp/text/Element.cs index 5eef64e3a..df05b8cb8 100644 --- a/src/core/iTextSharp/text/Element.cs +++ b/src/core/iTextSharp/text/Element.cs @@ -1,50 +1,46 @@ -using System; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/Font.cs b/src/core/iTextSharp/text/Font.cs index 15ae48f2a..787325042 100644 --- a/src/core/iTextSharp/text/Font.cs +++ b/src/core/iTextSharp/text/Font.cs @@ -1,54 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.util; using iTextSharp.text.pdf; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// Contains all the specifications of a font: fontfamily, size, style and color. diff --git a/src/core/iTextSharp/text/FontFactory.cs b/src/core/iTextSharp/text/FontFactory.cs index ce0154792..9db1812e9 100644 --- a/src/core/iTextSharp/text/FontFactory.cs +++ b/src/core/iTextSharp/text/FontFactory.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.util; @@ -5,51 +47,6 @@ using iTextSharp.text.error_messages; using iTextSharp.text.pdf; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text { /// /// If you are using True Type fonts, you can declare the paths of the different ttf- and ttc-files diff --git a/src/core/iTextSharp/text/FontFactoryImp.cs b/src/core/iTextSharp/text/FontFactoryImp.cs index 7a1b3b311..d7293929b 100644 --- a/src/core/iTextSharp/text/FontFactoryImp.cs +++ b/src/core/iTextSharp/text/FontFactoryImp.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.IO; using System.Collections.Generic; @@ -7,51 +49,6 @@ using iTextSharp.text.log; using iTextSharp.text; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text { /// /// If you are using True Type fonts, you can declare the paths of the different ttf- and ttc-files diff --git a/src/core/iTextSharp/text/GreekList.cs b/src/core/iTextSharp/text/GreekList.cs index 010957d24..1d0586003 100644 --- a/src/core/iTextSharp/text/GreekList.cs +++ b/src/core/iTextSharp/text/GreekList.cs @@ -1,47 +1,47 @@ -using System; -using iTextSharp.text.factories; /* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using iTextSharp.text.factories; namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/Header.cs b/src/core/iTextSharp/text/Header.cs index af674f580..f4538c6f7 100644 --- a/src/core/iTextSharp/text/Header.cs +++ b/src/core/iTextSharp/text/Header.cs @@ -1,51 +1,47 @@ -using System; -using System.Text; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.Text; namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/IDocListener.cs b/src/core/iTextSharp/text/IDocListener.cs index 5ceef3443..a899ebd6c 100644 --- a/src/core/iTextSharp/text/IDocListener.cs +++ b/src/core/iTextSharp/text/IDocListener.cs @@ -1,50 +1,46 @@ -using System; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/IElement.cs b/src/core/iTextSharp/text/IElement.cs index 081f3163b..ad4e60cb7 100644 --- a/src/core/iTextSharp/text/IElement.cs +++ b/src/core/iTextSharp/text/IElement.cs @@ -1,49 +1,47 @@ -using System.Collections.Generic; - /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System.Collections.Generic; + namespace iTextSharp.text { /// /// Interface for a text element. diff --git a/src/core/iTextSharp/text/IElementListener.cs b/src/core/iTextSharp/text/IElementListener.cs index 9dee06361..c6f65d937 100644 --- a/src/core/iTextSharp/text/IElementListener.cs +++ b/src/core/iTextSharp/text/IElementListener.cs @@ -1,49 +1,47 @@ -using System; - /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; + namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/IFontProvider.cs b/src/core/iTextSharp/text/IFontProvider.cs index 0c89e82b4..b9ac080ef 100644 --- a/src/core/iTextSharp/text/IFontProvider.cs +++ b/src/core/iTextSharp/text/IFontProvider.cs @@ -1,47 +1,46 @@ -using System; - /* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text { /** diff --git a/src/core/iTextSharp/text/ILargeElement.cs b/src/core/iTextSharp/text/ILargeElement.cs index c60a2b083..0bb3f3685 100644 --- a/src/core/iTextSharp/text/ILargeElement.cs +++ b/src/core/iTextSharp/text/ILargeElement.cs @@ -1,49 +1,46 @@ -using System; /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/IRtfElementInterface.cs b/src/core/iTextSharp/text/IRtfElementInterface.cs index f2159304d..4f3346229 100644 --- a/src/core/iTextSharp/text/IRtfElementInterface.cs +++ b/src/core/iTextSharp/text/IRtfElementInterface.cs @@ -1,49 +1,45 @@ /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ namespace iTextSharp.text { /** diff --git a/src/core/iTextSharp/text/ISplitCharacter.cs b/src/core/iTextSharp/text/ISplitCharacter.cs index 92d80eb7d..c49a8b388 100644 --- a/src/core/iTextSharp/text/ISplitCharacter.cs +++ b/src/core/iTextSharp/text/ISplitCharacter.cs @@ -1,50 +1,47 @@ -using System; -using iTextSharp.text.pdf; /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using iTextSharp.text.pdf; namespace iTextSharp.text { /// /// Interface for customizing the split character. diff --git a/src/core/iTextSharp/text/ITextElementArray.cs b/src/core/iTextSharp/text/ITextElementArray.cs index 0913c0ea8..2c3a0dc46 100644 --- a/src/core/iTextSharp/text/ITextElementArray.cs +++ b/src/core/iTextSharp/text/ITextElementArray.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ namespace iTextSharp.text { /// /// Interface for a text element to which other objects can be added. diff --git a/src/core/iTextSharp/text/Image.cs b/src/core/iTextSharp/text/Image.cs index fa0d365a4..e33caf611 100644 --- a/src/core/iTextSharp/text/Image.cs +++ b/src/core/iTextSharp/text/Image.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.IO; @@ -11,52 +53,6 @@ using iTextSharp.text.pdf.interfaces; using iTextSharp.text.io; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// An Image is the representation of a graphic element (JPEG, PNG or GIF) diff --git a/src/core/iTextSharp/text/ImgCCITT.cs b/src/core/iTextSharp/text/ImgCCITT.cs index 5318dfbb3..464b62670 100644 --- a/src/core/iTextSharp/text/ImgCCITT.cs +++ b/src/core/iTextSharp/text/ImgCCITT.cs @@ -1,53 +1,49 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using iTextSharp.text.pdf.codec; using iTextSharp.text.error_messages; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /** * CCITT Image data that has to be inserted into the document diff --git a/src/core/iTextSharp/text/ImgJBIG2.cs b/src/core/iTextSharp/text/ImgJBIG2.cs index 631a24aca..d1e004ef8 100644 --- a/src/core/iTextSharp/text/ImgJBIG2.cs +++ b/src/core/iTextSharp/text/ImgJBIG2.cs @@ -1,50 +1,48 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using iTextSharp.text.pdf; using iTextSharp.text.pdf.security; -/* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/ImgRaw.cs b/src/core/iTextSharp/text/ImgRaw.cs index ef5e2c671..12c53ff24 100644 --- a/src/core/iTextSharp/text/ImgRaw.cs +++ b/src/core/iTextSharp/text/ImgRaw.cs @@ -1,51 +1,47 @@ -using System; -using iTextSharp.text.error_messages; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using iTextSharp.text.error_messages; namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/ImgTemplate.cs b/src/core/iTextSharp/text/ImgTemplate.cs index dfd633156..4bec6ecad 100644 --- a/src/core/iTextSharp/text/ImgTemplate.cs +++ b/src/core/iTextSharp/text/ImgTemplate.cs @@ -1,54 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using iTextSharp.text.error_messages; using iTextSharp.text.pdf; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// PdfTemplate that has to be inserted into the document diff --git a/src/core/iTextSharp/text/ImgWMF.cs b/src/core/iTextSharp/text/ImgWMF.cs index dec6f8b00..e1175efc4 100644 --- a/src/core/iTextSharp/text/ImgWMF.cs +++ b/src/core/iTextSharp/text/ImgWMF.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.IO; using System.Net; @@ -6,52 +48,6 @@ using iTextSharp.text.pdf; using iTextSharp.text.pdf.codec.wmf; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /** * An ImgWMF is the representation of a windows metafile diff --git a/src/core/iTextSharp/text/Jpeg.cs b/src/core/iTextSharp/text/Jpeg.cs index 65ac748f9..fe3eb6263 100644 --- a/src/core/iTextSharp/text/Jpeg.cs +++ b/src/core/iTextSharp/text/Jpeg.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.IO; using System.Net; @@ -5,52 +47,6 @@ using iTextSharp.text.pdf; using iTextSharp.text.error_messages; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// An Jpeg is the representation of a graphic element (JPEG) diff --git a/src/core/iTextSharp/text/Jpeg2000.cs b/src/core/iTextSharp/text/Jpeg2000.cs index acf93bd50..13705698f 100644 --- a/src/core/iTextSharp/text/Jpeg2000.cs +++ b/src/core/iTextSharp/text/Jpeg2000.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections; using System.Collections.Generic; @@ -7,51 +49,6 @@ using System.util; using iTextSharp.text.pdf; using iTextSharp.text.error_messages; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/List.cs b/src/core/iTextSharp/text/List.cs index 669c67afa..583c66e68 100644 --- a/src/core/iTextSharp/text/List.cs +++ b/src/core/iTextSharp/text/List.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using iTextSharp.text.api; @@ -5,52 +47,6 @@ using iTextSharp.text.pdf; using iTextSharp.text.pdf.interfaces; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// A List contains several ListItems. diff --git a/src/core/iTextSharp/text/ListBody.cs b/src/core/iTextSharp/text/ListBody.cs index db8b8beb1..2dae7fd2b 100644 --- a/src/core/iTextSharp/text/ListBody.cs +++ b/src/core/iTextSharp/text/ListBody.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System.Collections.Generic; using iTextSharp.text; using iTextSharp.text.pdf; diff --git a/src/core/iTextSharp/text/ListItem.cs b/src/core/iTextSharp/text/ListItem.cs index c71d636ba..43173b3b0 100644 --- a/src/core/iTextSharp/text/ListItem.cs +++ b/src/core/iTextSharp/text/ListItem.cs @@ -1,51 +1,47 @@ -using com.itextpdf.text.pdf; -using iTextSharp.text.pdf; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using com.itextpdf.text.pdf; +using iTextSharp.text.pdf; namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/ListLabel.cs b/src/core/iTextSharp/text/ListLabel.cs index b10dd6c4b..c2e8acdd4 100644 --- a/src/core/iTextSharp/text/ListLabel.cs +++ b/src/core/iTextSharp/text/ListLabel.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using iTextSharp.text; diff --git a/src/core/iTextSharp/text/MarkedObject.cs b/src/core/iTextSharp/text/MarkedObject.cs index 3d1b10c34..bd7483430 100644 --- a/src/core/iTextSharp/text/MarkedObject.cs +++ b/src/core/iTextSharp/text/MarkedObject.cs @@ -1,51 +1,48 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.util; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/MarkedSection.cs b/src/core/iTextSharp/text/MarkedSection.cs index e3227dfe1..4e359dc23 100644 --- a/src/core/iTextSharp/text/MarkedSection.cs +++ b/src/core/iTextSharp/text/MarkedSection.cs @@ -1,53 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Text; using System.util; using System.Collections.Generic; using iTextSharp.text.api; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/Meta.cs b/src/core/iTextSharp/text/Meta.cs index e04581279..2d2ffec17 100644 --- a/src/core/iTextSharp/text/Meta.cs +++ b/src/core/iTextSharp/text/Meta.cs @@ -1,54 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Text; using System.Collections.Generic; using System.util; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// This is an Element that contains diff --git a/src/core/iTextSharp/text/PageSize.cs b/src/core/iTextSharp/text/PageSize.cs index 3650bf73a..c3087d4a9 100644 --- a/src/core/iTextSharp/text/PageSize.cs +++ b/src/core/iTextSharp/text/PageSize.cs @@ -1,51 +1,47 @@ -using System; -using iTextSharp.text.error_messages; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using iTextSharp.text.error_messages; namespace iTextSharp.text { /// diff --git a/src/core/iTextSharp/text/Paragraph.cs b/src/core/iTextSharp/text/Paragraph.cs index a71362dc2..b19454419 100644 --- a/src/core/iTextSharp/text/Paragraph.cs +++ b/src/core/iTextSharp/text/Paragraph.cs @@ -1,55 +1,51 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using iTextSharp.text.api; using iTextSharp.text.pdf; using iTextSharp.text.pdf.interfaces; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// A Paragraph is a series of Chunks and/or Phrases. diff --git a/src/core/iTextSharp/text/Phrase.cs b/src/core/iTextSharp/text/Phrase.cs index 315545268..291288e98 100644 --- a/src/core/iTextSharp/text/Phrase.cs +++ b/src/core/iTextSharp/text/Phrase.cs @@ -1,54 +1,51 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Text; using System.Collections.Generic; using iTextSharp.text.pdf; using iTextSharp.text.error_messages; -/* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// A Phrase is a series of Chunks. diff --git a/src/core/iTextSharp/text/Rectangle.cs b/src/core/iTextSharp/text/Rectangle.cs index 34e0e173e..e05033bb7 100644 --- a/src/core/iTextSharp/text/Rectangle.cs +++ b/src/core/iTextSharp/text/Rectangle.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Text; @@ -5,52 +47,6 @@ using iTextSharp.text.pdf; using iTextSharp.text.error_messages; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// A Rectangle is the representation of a geometric figure. diff --git a/src/core/iTextSharp/text/RectangleReadOnly.cs b/src/core/iTextSharp/text/RectangleReadOnly.cs index a3aa112d6..a440d9ea1 100644 --- a/src/core/iTextSharp/text/RectangleReadOnly.cs +++ b/src/core/iTextSharp/text/RectangleReadOnly.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections; using System.Text; @@ -5,52 +47,6 @@ using iTextSharp.text.pdf; using iTextSharp.text.error_messages; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// A RectangleReadOnly is the representation of a geometric figure. diff --git a/src/core/iTextSharp/text/RomanList.cs b/src/core/iTextSharp/text/RomanList.cs index f417100b2..344316b66 100644 --- a/src/core/iTextSharp/text/RomanList.cs +++ b/src/core/iTextSharp/text/RomanList.cs @@ -1,49 +1,49 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Text; using iTextSharp.text.factories; -/* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text { /** diff --git a/src/core/iTextSharp/text/Section.cs b/src/core/iTextSharp/text/Section.cs index 406122727..c3e1e3c1d 100644 --- a/src/core/iTextSharp/text/Section.cs +++ b/src/core/iTextSharp/text/Section.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Text; using System.Collections.Generic; @@ -7,52 +49,6 @@ using iTextSharp.text.pdf; using iTextSharp.text.pdf.interfaces; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text { /// /// A Section is a part of a Document containing diff --git a/src/core/iTextSharp/text/SpecialSymbol.cs b/src/core/iTextSharp/text/SpecialSymbol.cs index 2d68b1b40..d43e2be9f 100644 --- a/src/core/iTextSharp/text/SpecialSymbol.cs +++ b/src/core/iTextSharp/text/SpecialSymbol.cs @@ -1,50 +1,46 @@ -using System; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/TabSettings.cs b/src/core/iTextSharp/text/TabSettings.cs index 603fc168f..893c3573a 100644 --- a/src/core/iTextSharp/text/TabSettings.cs +++ b/src/core/iTextSharp/text/TabSettings.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System.Collections.Generic; namespace iTextSharp.text diff --git a/src/core/iTextSharp/text/TabSplitCharacter.cs b/src/core/iTextSharp/text/TabSplitCharacter.cs index 116f8d176..c3fb2c2c6 100644 --- a/src/core/iTextSharp/text/TabSplitCharacter.cs +++ b/src/core/iTextSharp/text/TabSplitCharacter.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Text; diff --git a/src/core/iTextSharp/text/TabStop.cs b/src/core/iTextSharp/text/TabStop.cs index e14bb899e..204ff479e 100644 --- a/src/core/iTextSharp/text/TabStop.cs +++ b/src/core/iTextSharp/text/TabStop.cs @@ -1,48 +1,45 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ - using System; using iTextSharp.text.pdf.draw; diff --git a/src/core/iTextSharp/text/Utilities.cs b/src/core/iTextSharp/text/Utilities.cs index 7a36815a0..79745e66f 100644 --- a/src/core/iTextSharp/text/Utilities.cs +++ b/src/core/iTextSharp/text/Utilities.cs @@ -1,54 +1,51 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.util; using System.Collections.Generic; using System.Text; using System.IO; using iTextSharp.text.pdf; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text { /** diff --git a/src/core/iTextSharp/text/Version.cs b/src/core/iTextSharp/text/Version.cs index a2567248b..5380e3c43 100644 --- a/src/core/iTextSharp/text/Version.cs +++ b/src/core/iTextSharp/text/Version.cs @@ -1,48 +1,45 @@ /* - * $Id: $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Reflection; diff --git a/src/core/iTextSharp/text/WritableDirectElement.cs b/src/core/iTextSharp/text/WritableDirectElement.cs index 85083ddef..71d1da84b 100644 --- a/src/core/iTextSharp/text/WritableDirectElement.cs +++ b/src/core/iTextSharp/text/WritableDirectElement.cs @@ -1,52 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using iTextSharp.text.api; using iTextSharp.text.pdf; using iTextSharp.text.pdf.draw; -/* - * $Id: WritableDirectElement.java 4880 2011-05-23 23:28:09Z redlab_b $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text { /** diff --git a/src/core/iTextSharp/text/ZapfDingbatsList.cs b/src/core/iTextSharp/text/ZapfDingbatsList.cs index 233f94980..91516a988 100644 --- a/src/core/iTextSharp/text/ZapfDingbatsList.cs +++ b/src/core/iTextSharp/text/ZapfDingbatsList.cs @@ -1,49 +1,46 @@ -using System; - /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/ZapfDingbatsNumberList.cs b/src/core/iTextSharp/text/ZapfDingbatsNumberList.cs index 41a710f8d..6a4ddfbc3 100644 --- a/src/core/iTextSharp/text/ZapfDingbatsNumberList.cs +++ b/src/core/iTextSharp/text/ZapfDingbatsNumberList.cs @@ -1,49 +1,46 @@ -using System; - /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text { diff --git a/src/core/iTextSharp/text/api/IIndentable.cs b/src/core/iTextSharp/text/api/IIndentable.cs index 17bec503c..28c1e1aa7 100644 --- a/src/core/iTextSharp/text/api/IIndentable.cs +++ b/src/core/iTextSharp/text/api/IIndentable.cs @@ -1,48 +1,46 @@ -using System; /* - * $Id: Paragraph.java 4784 2011-03-15 08:33:00Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.api { /** diff --git a/src/core/iTextSharp/text/api/ISpaceable.cs b/src/core/iTextSharp/text/api/ISpaceable.cs index 702c2babd..78eb5cee6 100644 --- a/src/core/iTextSharp/text/api/ISpaceable.cs +++ b/src/core/iTextSharp/text/api/ISpaceable.cs @@ -1,48 +1,46 @@ -using System; /* - * $Id: Paragraph.java 4784 2011-03-15 08:33:00Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.api { /** diff --git a/src/core/iTextSharp/text/api/IWriterOperation.cs b/src/core/iTextSharp/text/api/IWriterOperation.cs index 6d2a78413..9e7779afc 100644 --- a/src/core/iTextSharp/text/api/IWriterOperation.cs +++ b/src/core/iTextSharp/text/api/IWriterOperation.cs @@ -1,50 +1,48 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using iTextSharp.text; using iTextSharp.text.pdf; -/* - * $Id: WriterOperation.java 4880 2011-05-23 23:28:09Z redlab_b $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.api { /** diff --git a/src/core/iTextSharp/text/error_messages/LocalizedResource.cs b/src/core/iTextSharp/text/error_messages/LocalizedResource.cs index ae69b3875..7ef434bec 100644 --- a/src/core/iTextSharp/text/error_messages/LocalizedResource.cs +++ b/src/core/iTextSharp/text/error_messages/LocalizedResource.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Text; @@ -6,50 +48,6 @@ using System.Reflection; using System.util; -/* - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text.error_messages { public class LocalizedResource { private static readonly char[] splt = new char[]{'_'}; diff --git a/src/core/iTextSharp/text/error_messages/MessageLocalization.cs b/src/core/iTextSharp/text/error_messages/MessageLocalization.cs index 70c496d8c..73904a796 100644 --- a/src/core/iTextSharp/text/error_messages/MessageLocalization.cs +++ b/src/core/iTextSharp/text/error_messages/MessageLocalization.cs @@ -1,54 +1,51 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Text; using System.IO; using iTextSharp.text.io; -/* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text.error_messages { /** diff --git a/src/core/iTextSharp/text/exceptions/BadPasswordException.cs b/src/core/iTextSharp/text/exceptions/BadPasswordException.cs index 2c67e9bee..76e82c001 100644 --- a/src/core/iTextSharp/text/exceptions/BadPasswordException.cs +++ b/src/core/iTextSharp/text/exceptions/BadPasswordException.cs @@ -1,49 +1,47 @@ -using System; -using System.IO; /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.IO; namespace iTextSharp.text.exceptions { diff --git a/src/core/iTextSharp/text/exceptions/IllegalPdfSyntaxException.cs b/src/core/iTextSharp/text/exceptions/IllegalPdfSyntaxException.cs index 5398513e0..34f6eb4f7 100644 --- a/src/core/iTextSharp/text/exceptions/IllegalPdfSyntaxException.cs +++ b/src/core/iTextSharp/text/exceptions/IllegalPdfSyntaxException.cs @@ -1,48 +1,46 @@ -using System; /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.exceptions { diff --git a/src/core/iTextSharp/text/exceptions/InvalidImageException.cs b/src/core/iTextSharp/text/exceptions/InvalidImageException.cs index cbbc31385..e4065df03 100644 --- a/src/core/iTextSharp/text/exceptions/InvalidImageException.cs +++ b/src/core/iTextSharp/text/exceptions/InvalidImageException.cs @@ -1,49 +1,47 @@ -using System; -using System.Runtime.Serialization; /* - * $Id: InvalidImageException.java 5830 2013-05-31 09:29:15Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Michael Demey, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.Runtime.Serialization; namespace iTextSharp.text.exceptions { diff --git a/src/core/iTextSharp/text/exceptions/InvalidPdfException.cs b/src/core/iTextSharp/text/exceptions/InvalidPdfException.cs index 55194f3c5..5143dcc40 100644 --- a/src/core/iTextSharp/text/exceptions/InvalidPdfException.cs +++ b/src/core/iTextSharp/text/exceptions/InvalidPdfException.cs @@ -1,49 +1,47 @@ -using System; -using System.IO; /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.IO; namespace iTextSharp.text.exceptions { diff --git a/src/core/iTextSharp/text/exceptions/UnsupportedPdfException.cs b/src/core/iTextSharp/text/exceptions/UnsupportedPdfException.cs index a65bdfe16..f4e999a20 100644 --- a/src/core/iTextSharp/text/exceptions/UnsupportedPdfException.cs +++ b/src/core/iTextSharp/text/exceptions/UnsupportedPdfException.cs @@ -1,48 +1,46 @@ -using System; /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.exceptions { /** diff --git a/src/core/iTextSharp/text/factories/GreekAlphabetFactory.cs b/src/core/iTextSharp/text/factories/GreekAlphabetFactory.cs index 2337b4469..4c205445a 100644 --- a/src/core/iTextSharp/text/factories/GreekAlphabetFactory.cs +++ b/src/core/iTextSharp/text/factories/GreekAlphabetFactory.cs @@ -1,49 +1,46 @@ -using System; /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.factories { /** diff --git a/src/core/iTextSharp/text/factories/RomanAlphabetFactory.cs b/src/core/iTextSharp/text/factories/RomanAlphabetFactory.cs index c7b7aa50c..3a25551c0 100644 --- a/src/core/iTextSharp/text/factories/RomanAlphabetFactory.cs +++ b/src/core/iTextSharp/text/factories/RomanAlphabetFactory.cs @@ -1,50 +1,47 @@ -using System; -using iTextSharp.text.error_messages; /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using iTextSharp.text.error_messages; namespace iTextSharp.text.factories { diff --git a/src/core/iTextSharp/text/factories/RomanNumberFactory.cs b/src/core/iTextSharp/text/factories/RomanNumberFactory.cs index 307376c2a..23d461500 100644 --- a/src/core/iTextSharp/text/factories/RomanNumberFactory.cs +++ b/src/core/iTextSharp/text/factories/RomanNumberFactory.cs @@ -1,50 +1,47 @@ -using System; -using System.Text; /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.Text; namespace iTextSharp.text.factories { /** * This class can produce String combinations representing a roman number. diff --git a/src/core/iTextSharp/text/html/HtmlEncoder.cs b/src/core/iTextSharp/text/html/HtmlEncoder.cs index f088a8e21..f4060fb09 100644 --- a/src/core/iTextSharp/text/html/HtmlEncoder.cs +++ b/src/core/iTextSharp/text/html/HtmlEncoder.cs @@ -1,53 +1,49 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Text; using System.Collections.Generic; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text.html { /** * This class converts a String to the HTML-format of a String. diff --git a/src/core/iTextSharp/text/html/HtmlTags.cs b/src/core/iTextSharp/text/html/HtmlTags.cs index 6db074653..983e03a60 100644 --- a/src/core/iTextSharp/text/html/HtmlTags.cs +++ b/src/core/iTextSharp/text/html/HtmlTags.cs @@ -1,51 +1,47 @@ -using System; -using System.Collections.Generic; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.Collections.Generic; namespace iTextSharp.text.html { diff --git a/src/core/iTextSharp/text/html/HtmlUtilities.cs b/src/core/iTextSharp/text/html/HtmlUtilities.cs index 835c2fef7..937e94a85 100644 --- a/src/core/iTextSharp/text/html/HtmlUtilities.cs +++ b/src/core/iTextSharp/text/html/HtmlUtilities.cs @@ -1,52 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Globalization; using System.Text; using System.util; -/* - * $Id: Markup.java 4672 2011-01-30 10:38:33Z blowagie $ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html { /** diff --git a/src/core/iTextSharp/text/html/WebColors.cs b/src/core/iTextSharp/text/html/WebColors.cs index c90902e93..681d732c7 100644 --- a/src/core/iTextSharp/text/html/WebColors.cs +++ b/src/core/iTextSharp/text/html/WebColors.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Globalization; @@ -5,51 +47,6 @@ using iTextSharp.text; using System.util; using iTextSharp.text.error_messages; -/* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html { diff --git a/src/core/iTextSharp/text/html/simpleparser/CellWrapper.cs b/src/core/iTextSharp/text/html/simpleparser/CellWrapper.cs index ad6ff1963..acf3a3d2a 100644 --- a/src/core/iTextSharp/text/html/simpleparser/CellWrapper.cs +++ b/src/core/iTextSharp/text/html/simpleparser/CellWrapper.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Globalization; @@ -5,50 +47,6 @@ using iTextSharp.text.pdf; using iTextSharp.text.html; -/* - * $Id: IncCell.java 4635 2010-11-28 17:38:03Z psoares33 $ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html.simpleparser { /** diff --git a/src/core/iTextSharp/text/html/simpleparser/ChainedProperties.cs b/src/core/iTextSharp/text/html/simpleparser/ChainedProperties.cs index 1e49c8149..4d53c27c2 100644 --- a/src/core/iTextSharp/text/html/simpleparser/ChainedProperties.cs +++ b/src/core/iTextSharp/text/html/simpleparser/ChainedProperties.cs @@ -1,47 +1,47 @@ -using System; -using System.Collections.Generic; /* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.Collections.Generic; namespace iTextSharp.text.html.simpleparser { /** diff --git a/src/core/iTextSharp/text/html/simpleparser/ElementFactory.cs b/src/core/iTextSharp/text/html/simpleparser/ElementFactory.cs index 6696122c9..4bea4b6c0 100644 --- a/src/core/iTextSharp/text/html/simpleparser/ElementFactory.cs +++ b/src/core/iTextSharp/text/html/simpleparser/ElementFactory.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Globalization; @@ -7,50 +49,6 @@ using iTextSharp.text.html; using iTextSharp.text.pdf; using iTextSharp.text.pdf.draw; -/* - * $Id: FactoryProperties.java 4610 2010-11-02 17:28:50Z blowagie $ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html.simpleparser { /** * Factory that produces iText Element objects, diff --git a/src/core/iTextSharp/text/html/simpleparser/HTMLTagProcessors.cs b/src/core/iTextSharp/text/html/simpleparser/HTMLTagProcessors.cs index d253d1c69..d99c2e350 100644 --- a/src/core/iTextSharp/text/html/simpleparser/HTMLTagProcessors.cs +++ b/src/core/iTextSharp/text/html/simpleparser/HTMLTagProcessors.cs @@ -1,49 +1,49 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using iTextSharp.text.html; using System.util; -/* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html.simpleparser { diff --git a/src/core/iTextSharp/text/html/simpleparser/HTMLWorker.cs b/src/core/iTextSharp/text/html/simpleparser/HTMLWorker.cs index 7964e3b9b..7e848fd09 100644 --- a/src/core/iTextSharp/text/html/simpleparser/HTMLWorker.cs +++ b/src/core/iTextSharp/text/html/simpleparser/HTMLWorker.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.IO; using System.Text; @@ -10,48 +52,6 @@ using iTextSharp.text.pdf; using iTextSharp.text.pdf.draw; using iTextSharp.text.xml.simpleparser; -/* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html.simpleparser { /** diff --git a/src/core/iTextSharp/text/html/simpleparser/IHTMLTagProcessor.cs b/src/core/iTextSharp/text/html/simpleparser/IHTMLTagProcessor.cs index d31a2768e..8d5e5765b 100644 --- a/src/core/iTextSharp/text/html/simpleparser/IHTMLTagProcessor.cs +++ b/src/core/iTextSharp/text/html/simpleparser/IHTMLTagProcessor.cs @@ -1,47 +1,47 @@ -using System; -using System.Collections.Generic; /* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.Collections.Generic; namespace iTextSharp.text.html.simpleparser { diff --git a/src/core/iTextSharp/text/html/simpleparser/IImageProcessor.cs b/src/core/iTextSharp/text/html/simpleparser/IImageProcessor.cs index dfc469f73..05e853efa 100644 --- a/src/core/iTextSharp/text/html/simpleparser/IImageProcessor.cs +++ b/src/core/iTextSharp/text/html/simpleparser/IImageProcessor.cs @@ -1,50 +1,48 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using iTextSharp.text; -/* - * $Id: Img.java 4242 2010-01-02 23:22:20Z xlv $ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html.simpleparser { diff --git a/src/core/iTextSharp/text/html/simpleparser/IImageProvider.cs b/src/core/iTextSharp/text/html/simpleparser/IImageProvider.cs index 92e560e09..d1afb74aa 100644 --- a/src/core/iTextSharp/text/html/simpleparser/IImageProvider.cs +++ b/src/core/iTextSharp/text/html/simpleparser/IImageProvider.cs @@ -1,48 +1,48 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using iTextSharp.text; -/* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html.simpleparser { /** diff --git a/src/core/iTextSharp/text/html/simpleparser/ILinkProcessor.cs b/src/core/iTextSharp/text/html/simpleparser/ILinkProcessor.cs index 30ccab243..7cf342f7b 100644 --- a/src/core/iTextSharp/text/html/simpleparser/ILinkProcessor.cs +++ b/src/core/iTextSharp/text/html/simpleparser/ILinkProcessor.cs @@ -1,49 +1,47 @@ -using System; -using iTextSharp.text; /* - * $Id: ALink.java 4113 2009-12-01 11:08:59Z blowagie $ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using iTextSharp.text; namespace iTextSharp.text.html.simpleparser { diff --git a/src/core/iTextSharp/text/html/simpleparser/ImageStore.cs b/src/core/iTextSharp/text/html/simpleparser/ImageStore.cs index c58900a18..70a9d4d61 100644 --- a/src/core/iTextSharp/text/html/simpleparser/ImageStore.cs +++ b/src/core/iTextSharp/text/html/simpleparser/ImageStore.cs @@ -1,50 +1,48 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using iTextSharp.text; -/* - * $Id: ImageProvider.java 4242 2010-01-02 23:22:20Z xlv $ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html.simpleparser { diff --git a/src/core/iTextSharp/text/html/simpleparser/StyleSheet.cs b/src/core/iTextSharp/text/html/simpleparser/StyleSheet.cs index f7fc9f12d..60d23e834 100644 --- a/src/core/iTextSharp/text/html/simpleparser/StyleSheet.cs +++ b/src/core/iTextSharp/text/html/simpleparser/StyleSheet.cs @@ -1,49 +1,49 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Globalization; using System.util; -/* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html.simpleparser { /** diff --git a/src/core/iTextSharp/text/html/simpleparser/TableWrapper.cs b/src/core/iTextSharp/text/html/simpleparser/TableWrapper.cs index 67360a543..2c7792ecc 100644 --- a/src/core/iTextSharp/text/html/simpleparser/TableWrapper.cs +++ b/src/core/iTextSharp/text/html/simpleparser/TableWrapper.cs @@ -1,53 +1,51 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.Globalization; using iTextSharp.text; using iTextSharp.text.pdf; using iTextSharp.text.html; -/* - * $Id: IncTable.java 4632 2010-11-24 14:44:42Z blowagie $ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.html.simpleparser { diff --git a/src/core/iTextSharp/text/io/ArrayRandomAccessSource.cs b/src/core/iTextSharp/text/io/ArrayRandomAccessSource.cs index fefb4d88a..d45afb3de 100644 --- a/src/core/iTextSharp/text/io/ArrayRandomAccessSource.cs +++ b/src/core/iTextSharp/text/io/ArrayRandomAccessSource.cs @@ -1,45 +1,46 @@ -using System; /* - * $Id: ArrayRandomAccessSource.java 5550 2012-11-21 13:26:06Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Kevin Day, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.io { /** diff --git a/src/core/iTextSharp/text/io/GetBufferedRandomAccessSource.cs b/src/core/iTextSharp/text/io/GetBufferedRandomAccessSource.cs index bec38dbe3..8add6141d 100644 --- a/src/core/iTextSharp/text/io/GetBufferedRandomAccessSource.cs +++ b/src/core/iTextSharp/text/io/GetBufferedRandomAccessSource.cs @@ -1,45 +1,46 @@ -using System; /* - * $Id: IndependentRandomAccessSource.java 5550 2012-11-21 13:26:06Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Kevin Day, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.io { /** diff --git a/src/core/iTextSharp/text/io/GroupedRandomAccessSource.cs b/src/core/iTextSharp/text/io/GroupedRandomAccessSource.cs index 276500de0..18acc7fb0 100644 --- a/src/core/iTextSharp/text/io/GroupedRandomAccessSource.cs +++ b/src/core/iTextSharp/text/io/GroupedRandomAccessSource.cs @@ -1,46 +1,47 @@ -using System; -using System.Collections.Generic; /* - * $Id: GroupedRandomAccessSource.java 5551 2012-11-21 18:47:14Z trumpetinc $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Kevin Day, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.Collections.Generic; namespace iTextSharp.text.io { /** diff --git a/src/core/iTextSharp/text/io/IRandomAccessSource.cs b/src/core/iTextSharp/text/io/IRandomAccessSource.cs index 736cca745..8cb447211 100644 --- a/src/core/iTextSharp/text/io/IRandomAccessSource.cs +++ b/src/core/iTextSharp/text/io/IRandomAccessSource.cs @@ -1,45 +1,46 @@ -using System; /* - * $Id: RandomAccessSource.java 5550 2012-11-21 13:26:06Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Kevin Day, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.io { /** diff --git a/src/core/iTextSharp/text/io/IndependentRandomAccessSource.cs b/src/core/iTextSharp/text/io/IndependentRandomAccessSource.cs index 478974b30..f8bd41389 100644 --- a/src/core/iTextSharp/text/io/IndependentRandomAccessSource.cs +++ b/src/core/iTextSharp/text/io/IndependentRandomAccessSource.cs @@ -1,45 +1,46 @@ -using System; /* - * $Id: IndependentRandomAccessSource.java 5550 2012-11-21 13:26:06Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Kevin Day, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.io { /** diff --git a/src/core/iTextSharp/text/io/RAFRandomAccessSource.cs b/src/core/iTextSharp/text/io/RAFRandomAccessSource.cs index d019d7e0e..23993f080 100644 --- a/src/core/iTextSharp/text/io/RAFRandomAccessSource.cs +++ b/src/core/iTextSharp/text/io/RAFRandomAccessSource.cs @@ -1,46 +1,47 @@ -using System; -using System.IO; /* - * $Id: RAFRandomAccessSource.java 5550 2012-11-21 13:26:06Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Kevin Day, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.IO; namespace iTextSharp.text.io { /** diff --git a/src/core/iTextSharp/text/io/RASInputStream.cs b/src/core/iTextSharp/text/io/RASInputStream.cs index 88b7ed935..70ff717be 100644 --- a/src/core/iTextSharp/text/io/RASInputStream.cs +++ b/src/core/iTextSharp/text/io/RASInputStream.cs @@ -1,46 +1,47 @@ -using System; -using System.IO; /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Kevin Day, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.IO; namespace iTextSharp.text.io { /** diff --git a/src/core/iTextSharp/text/io/RandomAccessSourceFactory.cs b/src/core/iTextSharp/text/io/RandomAccessSourceFactory.cs index 02fe01d83..c119db658 100644 --- a/src/core/iTextSharp/text/io/RandomAccessSourceFactory.cs +++ b/src/core/iTextSharp/text/io/RandomAccessSourceFactory.cs @@ -1,49 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.IO; using System.Net; using iTextSharp.text.error_messages; -/* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Kevin Day, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com - */ namespace iTextSharp.text.io { /** diff --git a/src/core/iTextSharp/text/io/StreamUtil.cs b/src/core/iTextSharp/text/io/StreamUtil.cs index 4e693fbd9..0688d5b8d 100644 --- a/src/core/iTextSharp/text/io/StreamUtil.cs +++ b/src/core/iTextSharp/text/io/StreamUtil.cs @@ -1,49 +1,50 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.IO; using System.Reflection; -/* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Kevin Day, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com - */ namespace iTextSharp.text.io { /** diff --git a/src/core/iTextSharp/text/io/WindowRandomAccessSource.cs b/src/core/iTextSharp/text/io/WindowRandomAccessSource.cs index 2425630b5..358e3ef4e 100644 --- a/src/core/iTextSharp/text/io/WindowRandomAccessSource.cs +++ b/src/core/iTextSharp/text/io/WindowRandomAccessSource.cs @@ -1,45 +1,46 @@ -using System; /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Kevin Day, Bruno Lowagie, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.io { /** diff --git a/src/core/iTextSharp/text/log/CounterFactory.cs b/src/core/iTextSharp/text/log/CounterFactory.cs index 280819a80..ad0fa71e0 100644 --- a/src/core/iTextSharp/text/log/CounterFactory.cs +++ b/src/core/iTextSharp/text/log/CounterFactory.cs @@ -1,90 +1,46 @@ /* - * $Id$ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. -using System; -/* - * $Id: CounterFactory.java 5829 2013-05-31 09:01:34Z blowagie $ - * - * This file is part of the iText (R) project. - * - * BVBA Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General Public License version 3 as published by - * the Free Software Foundation with the addition of the following permission - * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED - * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY - * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more - * details. You should have received a copy of the GNU Affero General Public - * License along with this program; if not, see http://www.gnu.org/licenses or - * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, a - * covered work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.log { diff --git a/src/core/iTextSharp/text/log/DefaultCounter.cs b/src/core/iTextSharp/text/log/DefaultCounter.cs index 1e5535c59..bfdb99ad7 100644 --- a/src/core/iTextSharp/text/log/DefaultCounter.cs +++ b/src/core/iTextSharp/text/log/DefaultCounter.cs @@ -1,4 +1,46 @@ -using System; +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ +using System; using System.Text; namespace iTextSharp.text.log { diff --git a/src/core/iTextSharp/text/log/ICounter.cs b/src/core/iTextSharp/text/log/ICounter.cs index 5ca27d827..0b396ecfb 100644 --- a/src/core/iTextSharp/text/log/ICounter.cs +++ b/src/core/iTextSharp/text/log/ICounter.cs @@ -1,45 +1,46 @@ -using System; /* - * $Id: Counter.java 5829 2013-05-31 09:01:34Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General Public License version 3 as published by - * the Free Software Foundation with the addition of the following permission - * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED - * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY - * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more - * details. You should have received a copy of the GNU Affero General Public - * License along with this program; if not, see http://www.gnu.org/licenses or - * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, a - * covered work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.log { /** diff --git a/src/core/iTextSharp/text/log/ILogger.cs b/src/core/iTextSharp/text/log/ILogger.cs index d449e4fba..83c9a0917 100644 --- a/src/core/iTextSharp/text/log/ILogger.cs +++ b/src/core/iTextSharp/text/log/ILogger.cs @@ -1,44 +1,46 @@ -using System; /* - * $Id: Logger.java 4863 2011-05-12 07:01:55Z redlab_b $ - * - * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Balder Van Camp, Emiel Ackermann, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.log { /** diff --git a/src/core/iTextSharp/text/log/Level.cs b/src/core/iTextSharp/text/log/Level.cs index ec3cb20d3..5bf904fc6 100644 --- a/src/core/iTextSharp/text/log/Level.cs +++ b/src/core/iTextSharp/text/log/Level.cs @@ -1,44 +1,46 @@ -using System; /* - * $Id: Logger.java 4847 2011-05-05 19:46:13Z redlab_b $ - * - * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Balder Van Camp, Emiel Ackermann, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.log { /** diff --git a/src/core/iTextSharp/text/log/LoggerFactory.cs b/src/core/iTextSharp/text/log/LoggerFactory.cs index a24d6bdaf..09f0918ef 100644 --- a/src/core/iTextSharp/text/log/LoggerFactory.cs +++ b/src/core/iTextSharp/text/log/LoggerFactory.cs @@ -1,44 +1,46 @@ -using System; /* - * $Id: LoggerFactory.java 4863 2011-05-12 07:01:55Z redlab_b $ - * - * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General Public License version 3 as published by - * the Free Software Foundation with the addition of the following permission - * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED - * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY - * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more - * details. You should have received a copy of the GNU Affero General Public - * License along with this program; if not, see http://www.gnu.org/licenses or - * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, a - * covered work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.log { /** diff --git a/src/core/iTextSharp/text/log/NoOpCounter.cs b/src/core/iTextSharp/text/log/NoOpCounter.cs index fb2ff1745..f4718f9ee 100644 --- a/src/core/iTextSharp/text/log/NoOpCounter.cs +++ b/src/core/iTextSharp/text/log/NoOpCounter.cs @@ -1,45 +1,46 @@ -using System; /* - * $Id: NoOpCounter.java 5829 2013-05-31 09:01:34Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General Public License version 3 as published by - * the Free Software Foundation with the addition of the following permission - * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED - * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY - * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more - * details. You should have received a copy of the GNU Affero General Public - * License along with this program; if not, see http://www.gnu.org/licenses or - * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, a - * covered work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.log { diff --git a/src/core/iTextSharp/text/log/NoOpLogger.cs b/src/core/iTextSharp/text/log/NoOpLogger.cs index c3664d539..232e1c0cf 100644 --- a/src/core/iTextSharp/text/log/NoOpLogger.cs +++ b/src/core/iTextSharp/text/log/NoOpLogger.cs @@ -1,44 +1,46 @@ -using System; /* - * $Id: NoOpLogger.java 4863 2011-05-12 07:01:55Z redlab_b $ - * - * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General Public License version 3 as published by - * the Free Software Foundation with the addition of the following permission - * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED - * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY - * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more - * details. You should have received a copy of the GNU Affero General Public - * License along with this program; if not, see http://www.gnu.org/licenses or - * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, a - * covered work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.log { /** diff --git a/src/core/iTextSharp/text/log/SysoCounter.cs b/src/core/iTextSharp/text/log/SysoCounter.cs index 46535e1fc..72c9bcafb 100644 --- a/src/core/iTextSharp/text/log/SysoCounter.cs +++ b/src/core/iTextSharp/text/log/SysoCounter.cs @@ -1,45 +1,46 @@ -using System; /* - * $Id: SysoCounter.java 5829 2013-05-31 09:01:34Z blowagie $ - * - * This file is part of the iText (R) project. - * Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General Public License version 3 as published by - * the Free Software Foundation with the addition of the following permission - * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED - * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY - * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more - * details. You should have received a copy of the GNU Affero General Public - * License along with this program; if not, see http://www.gnu.org/licenses or - * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, a - * covered work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.log { diff --git a/src/core/iTextSharp/text/log/SysoLogger.cs b/src/core/iTextSharp/text/log/SysoLogger.cs index f066ecfd2..dc001084f 100644 --- a/src/core/iTextSharp/text/log/SysoLogger.cs +++ b/src/core/iTextSharp/text/log/SysoLogger.cs @@ -1,45 +1,47 @@ -using System; -using System.Text; /* - * $Id: Logger.java 4847 2011-05-05 19:46:13Z redlab_b $ - * - * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV - * BVBA Authors: Balder Van Camp, Emiel Ackermann, et al. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON - * INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General License for more - * details. You should have received a copy of the GNU Affero General License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General License. - * - * In accordance with Section 7(b) of the GNU Affero General License, a covered - * work must retain the producer line in every PDF that is created or - * manipulated using iText. - * - * You can be released from the requirements of the license by purchasing a - * commercial license. Buying such a license is mandatory as soon as you develop - * commercial activities involving the iText software without disclosing the - * source code of your own applications. These activities include: offering paid - * services to customers as an ASP, serving PDFs on the fly in a web - * application, shipping iText with a closed source product. - * - * For more information, please contact iText Software Corp. at this address: - * sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; +using System.Text; namespace iTextSharp.text.log { /** diff --git a/src/core/iTextSharp/text/pdf/AcroFields.cs b/src/core/iTextSharp/text/pdf/AcroFields.cs index a589229b9..77007299c 100644 --- a/src/core/iTextSharp/text/pdf/AcroFields.cs +++ b/src/core/iTextSharp/text/pdf/AcroFields.cs @@ -1,3 +1,45 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Collections.Generic; using System.IO; @@ -10,49 +52,6 @@ using iTextSharp.text.xml; using iTextSharp.text.io; -/* - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ - namespace iTextSharp.text.pdf { /** Query and change fields in existing documents either by method * calls or by FDF merging. diff --git a/src/core/iTextSharp/text/pdf/BadPdfFormatException.cs b/src/core/iTextSharp/text/pdf/BadPdfFormatException.cs index 587083c55..5280aba5f 100644 --- a/src/core/iTextSharp/text/pdf/BadPdfFormatException.cs +++ b/src/core/iTextSharp/text/pdf/BadPdfFormatException.cs @@ -1,50 +1,46 @@ -using System; - /* - * $Id$ - * - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.pdf { diff --git a/src/core/iTextSharp/text/pdf/Barcode.cs b/src/core/iTextSharp/text/pdf/Barcode.cs index 39ed12a6a..bbcfb8ec6 100644 --- a/src/core/iTextSharp/text/pdf/Barcode.cs +++ b/src/core/iTextSharp/text/pdf/Barcode.cs @@ -1,48 +1,46 @@ -using System; /* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com */ +using System; namespace iTextSharp.text.pdf { /** Base class containing properties and methods commom to all * barcode types. diff --git a/src/core/iTextSharp/text/pdf/Barcode128.cs b/src/core/iTextSharp/text/pdf/Barcode128.cs index fd0bd85eb..87477f1e7 100644 --- a/src/core/iTextSharp/text/pdf/Barcode128.cs +++ b/src/core/iTextSharp/text/pdf/Barcode128.cs @@ -1,50 +1,48 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Text; using iTextSharp.text.error_messages; -/* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.pdf { /** Implements the code 128 and UCC/EAN-128. Other symbologies are allowed in raw mode.

* The code types allowed are:
diff --git a/src/core/iTextSharp/text/pdf/Barcode39.cs b/src/core/iTextSharp/text/pdf/Barcode39.cs index 74645157f..ecfdf3e50 100644 --- a/src/core/iTextSharp/text/pdf/Barcode39.cs +++ b/src/core/iTextSharp/text/pdf/Barcode39.cs @@ -1,50 +1,48 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2017 iText Group NV + Authors: iText Software. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License version 3 + as published by the Free Software Foundation with the addition of the + following permission added to Section 15 as permitted in Section 7(a): + FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY + ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT + OF THIRD PARTY RIGHTS + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License + along with this program; if not, see http://www.gnu.org/licenses or write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA, 02110-1301 USA, or download the license from the following URL: + http://itextpdf.com/terms-of-use/ + + The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU Affero General Public License. + + In accordance with Section 7(b) of the GNU Affero General Public License, + a covered work must retain the producer line in every PDF that is created + or manipulated using iText. + + You can be released from the requirements of the license by purchasing + a commercial license. Buying such a license is mandatory as soon as you + develop commercial activities involving the iText software without + disclosing the source code of your own applications. + These activities include: offering paid services to customers as an ASP, + serving PDFs on the fly in a web application, shipping iText with a closed + source product. + + For more information, please contact iText Software Corp. at this + address: sales@itextpdf.com + */ using System; using System.Text; using iTextSharp.text.error_messages; -/* - * $Id$ - * - * This file is part of the iText project. - * Copyright (c) 1998-2016 iText Group NV - * Authors: Bruno Lowagie, Paulo Soares, et al. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License version 3 - * as published by the Free Software Foundation with the addition of the - * following permission added to Section 15 as permitted in Section 7(a): - * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY - * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT - * OF THIRD PARTY RIGHTS - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Affero General Public License for more details. - * You should have received a copy of the GNU Affero General Public License - * along with this program; if not, see http://www.gnu.org/licenses or write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA, 02110-1301 USA, or download the license from the following URL: - * http://itextpdf.com/terms-of-use/ - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License. - * - * In accordance with Section 7(b) of the GNU Affero General Public License, - * a covered work must retain the producer line in every PDF that is created - * or manipulated using iText. - * - * You can be released from the requirements of the license by purchasing - * a commercial license. Buying such a license is mandatory as soon as you - * develop commercial activities involving the iText software without - * disclosing the source code of your own applications. - * These activities include: offering paid services to customers as an ASP, - * serving PDFs on the fly in a web application, shipping iText with a closed - * source product. - * - * For more information, please contact iText Software Corp. at this - * address: sales@itextpdf.com - */ namespace iTextSharp.text.pdf { /** Implements the code 39 and code 39 extended. The default parameters are: *

diff --git a/src/core/iTextSharp/text/pdf/BarcodeCodabar.cs b/src/core/iTextSharp/text/pdf/BarcodeCodabar.cs
index 951528c20..5d2d6f08d 100644
--- a/src/core/iTextSharp/text/pdf/BarcodeCodabar.cs
+++ b/src/core/iTextSharp/text/pdf/BarcodeCodabar.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.error_messages;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.error_messages;
 
 namespace iTextSharp.text.pdf
 {
diff --git a/src/core/iTextSharp/text/pdf/BarcodeDatamatrix.cs b/src/core/iTextSharp/text/pdf/BarcodeDatamatrix.cs
index c912e884c..fada5f852 100644
--- a/src/core/iTextSharp/text/pdf/BarcodeDatamatrix.cs
+++ b/src/core/iTextSharp/text/pdf/BarcodeDatamatrix.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf.codec;
 using System.Collections.Generic;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/BarcodeEAN.cs b/src/core/iTextSharp/text/pdf/BarcodeEAN.cs
index dc011bff9..51a1907b0 100644
--- a/src/core/iTextSharp/text/pdf/BarcodeEAN.cs
+++ b/src/core/iTextSharp/text/pdf/BarcodeEAN.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.error_messages;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
     /** Generates barcodes in several formats: EAN13, EAN8, UPCA, UPCE,
      * supplemental 2 and 5. The default parameters are:
diff --git a/src/core/iTextSharp/text/pdf/BarcodeEANSUPP.cs b/src/core/iTextSharp/text/pdf/BarcodeEANSUPP.cs
index 7c1b93e0c..4bff473e9 100644
--- a/src/core/iTextSharp/text/pdf/BarcodeEANSUPP.cs
+++ b/src/core/iTextSharp/text/pdf/BarcodeEANSUPP.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.error_messages;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
     /** This class takes 2 barcodes, an EAN/UPC and a supplemental
      * and creates a single barcode with both combined in the
diff --git a/src/core/iTextSharp/text/pdf/BarcodeInter25.cs b/src/core/iTextSharp/text/pdf/BarcodeInter25.cs
index 6975b5673..e54153f05 100644
--- a/src/core/iTextSharp/text/pdf/BarcodeInter25.cs
+++ b/src/core/iTextSharp/text/pdf/BarcodeInter25.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
     /** Implements the code interleaved 2 of 5. The text can include
      * non numeric characters that are printed but do not generate bars.
diff --git a/src/core/iTextSharp/text/pdf/BarcodePDF417.cs b/src/core/iTextSharp/text/pdf/BarcodePDF417.cs
index 09c9ec426..b1e69a4db 100644
--- a/src/core/iTextSharp/text/pdf/BarcodePDF417.cs
+++ b/src/core/iTextSharp/text/pdf/BarcodePDF417.cs
@@ -1,54 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf.codec;
 using System.Collections.Generic;
 using System.Text;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /** Generates the 2D barcode PDF417. Supports dimensioning auto-sizing, fixed
     * and variable sizes, automatic and manual error levels, raw codeword input,
diff --git a/src/core/iTextSharp/text/pdf/BarcodePostnet.cs b/src/core/iTextSharp/text/pdf/BarcodePostnet.cs
index 9a6f656a0..066a055f9 100644
--- a/src/core/iTextSharp/text/pdf/BarcodePostnet.cs
+++ b/src/core/iTextSharp/text/pdf/BarcodePostnet.cs
@@ -1,47 +1,47 @@
-using System;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+
 namespace iTextSharp.text.pdf {
 
     /** Implements the Postnet and Planet barcodes. The default parameters are:
diff --git a/src/core/iTextSharp/text/pdf/BarcodeQRCode.cs b/src/core/iTextSharp/text/pdf/BarcodeQRCode.cs
index 84e12d6e2..6ccfec50c 100644
--- a/src/core/iTextSharp/text/pdf/BarcodeQRCode.cs
+++ b/src/core/iTextSharp/text/pdf/BarcodeQRCode.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.pdf.qrcode;
 using iTextSharp.text.pdf.codec;
-/*
- * $Id: $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/BaseField.cs b/src/core/iTextSharp/text/pdf/BaseField.cs
index 6bf6f2af0..988b7f520 100644
--- a/src/core/iTextSharp/text/pdf/BaseField.cs
+++ b/src/core/iTextSharp/text/pdf/BaseField.cs
@@ -1,49 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf
 {
diff --git a/src/core/iTextSharp/text/pdf/BaseFont.cs b/src/core/iTextSharp/text/pdf/BaseFont.cs
index ab78af1ec..143a4119d 100644
--- a/src/core/iTextSharp/text/pdf/BaseFont.cs
+++ b/src/core/iTextSharp/text/pdf/BaseFont.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Globalization;
 using System.Collections.Generic;
@@ -7,52 +49,6 @@
 using System.util.collections;
 using iTextSharp.text.exceptions;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /// 
     /// Summary description for BaseFont.
diff --git a/src/core/iTextSharp/text/pdf/BidiLine.cs b/src/core/iTextSharp/text/pdf/BidiLine.cs
index 977d40bf1..db1537d1f 100644
--- a/src/core/iTextSharp/text/pdf/BidiLine.cs
+++ b/src/core/iTextSharp/text/pdf/BidiLine.cs
@@ -1,50 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using iTextSharp.text.pdf.draw;
-/*
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/BidiOrder.cs b/src/core/iTextSharp/text/pdf/BidiOrder.cs
index 2769643ef..10a31ae13 100644
--- a/src/core/iTextSharp/text/pdf/BidiOrder.cs
+++ b/src/core/iTextSharp/text/pdf/BidiOrder.cs
@@ -1,47 +1,5 @@
 using System;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 /*
  * (C) Copyright IBM Corp. 1999, All Rights Reserved
diff --git a/src/core/iTextSharp/text/pdf/ByteBuffer.cs b/src/core/iTextSharp/text/pdf/ByteBuffer.cs
index 6f653a988..43ed5d62a 100644
--- a/src/core/iTextSharp/text/pdf/ByteBuffer.cs
+++ b/src/core/iTextSharp/text/pdf/ByteBuffer.cs
@@ -1,55 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
 using System.Globalization;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
      * Acts like a StringBuilder but works with byte arrays.
diff --git a/src/core/iTextSharp/text/pdf/CFFFont.cs b/src/core/iTextSharp/text/pdf/CFFFont.cs
index 5c0130859..af65c4c4c 100644
--- a/src/core/iTextSharp/text/pdf/CFFFont.cs
+++ b/src/core/iTextSharp/text/pdf/CFFFont.cs
@@ -1,52 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.Collections.Generic;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     public class CFFFont {
         
diff --git a/src/core/iTextSharp/text/pdf/CFFFontSubset.cs b/src/core/iTextSharp/text/pdf/CFFFontSubset.cs
index 310e38f47..4c97ba5c2 100644
--- a/src/core/iTextSharp/text/pdf/CFFFontSubset.cs
+++ b/src/core/iTextSharp/text/pdf/CFFFontSubset.cs
@@ -1,50 +1,47 @@
-using System;
-using System.Collections.Generic;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/CJKFont.cs b/src/core/iTextSharp/text/pdf/CJKFont.cs
index 8f65a739d..567275521 100644
--- a/src/core/iTextSharp/text/pdf/CJKFont.cs
+++ b/src/core/iTextSharp/text/pdf/CJKFont.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
@@ -7,52 +49,6 @@
 using iTextSharp.text.io;
 using iTextSharp.text.pdf.fonts.cmaps;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/CMYKColor.cs b/src/core/iTextSharp/text/pdf/CMYKColor.cs
index 5832dd8b2..dabffbe0e 100644
--- a/src/core/iTextSharp/text/pdf/CMYKColor.cs
+++ b/src/core/iTextSharp/text/pdf/CMYKColor.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/CMapAwareDocumentFont.cs b/src/core/iTextSharp/text/pdf/CMapAwareDocumentFont.cs
index ef59a38fb..1437ba82c 100644
--- a/src/core/iTextSharp/text/pdf/CMapAwareDocumentFont.cs
+++ b/src/core/iTextSharp/text/pdf/CMapAwareDocumentFont.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -5,50 +47,6 @@
 using iTextSharp.text.pdf.fonts.cmaps;
 using iTextSharp.text.error_messages;
 using iTextSharp.text.log;
-/*
-* $Id: CMapAwareDocumentFont.java 4320 2010-02-10 05:24:52Z trumpetinc $
-*
-* This file is part of the iText project.
-* Copyright (c) 1998-2016 iText Group NV
-* Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
-*
-* This program is free software; you can redistribute it and/or modify
-* it under the terms of the GNU Affero General Public License version 3
-* as published by the Free Software Foundation with the addition of the
-* following permission added to Section 15 as permitted in Section 7(a):
-* FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
-* ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
-* OF THIRD PARTY RIGHTS
-*
-* This program is distributed in the hope that it will be useful, but
-* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-* or FITNESS FOR A PARTICULAR PURPOSE.
-* See the GNU Affero General Public License for more details.
-* You should have received a copy of the GNU Affero General Public License
-* along with this program; if not, see http://www.gnu.org/licenses or write to
-* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-* Boston, MA, 02110-1301 USA, or download the license from the following URL:
-* http://itextpdf.com/terms-of-use/
-*
-* The interactive user interfaces in modified source and object code versions
-* of this program must display Appropriate Legal Notices, as required under
-* Section 5 of the GNU Affero General Public License.
-*
-* In accordance with Section 7(b) of the GNU Affero General Public License,
-* a covered work must retain the producer line in every PDF that is created
-* or manipulated using iText.
-*
-* You can be released from the requirements of the license by purchasing
-* a commercial license. Buying such a license is mandatory as soon as you
-* develop commercial activities involving the iText software without
-* disclosing the source code of your own applications.
-* These activities include: offering paid services to customers as an ASP,
-* serving PDFs on the fly in a web application, shipping iText with a closed
-* source product.
-*
-* For more information, please contact iText Software Corp. at this
-* address: sales@itextpdf.com
-*/
 namespace iTextSharp.text.pdf {
 
 
diff --git a/src/core/iTextSharp/text/pdf/ColorDetails.cs b/src/core/iTextSharp/text/pdf/ColorDetails.cs
index 75c8ca3e4..2873f8ef6 100644
--- a/src/core/iTextSharp/text/pdf/ColorDetails.cs
+++ b/src/core/iTextSharp/text/pdf/ColorDetails.cs
@@ -1,49 +1,45 @@
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf {
 
     /** Each colorSpace in the document will have an instance of this class
diff --git a/src/core/iTextSharp/text/pdf/ColumnText.cs b/src/core/iTextSharp/text/pdf/ColumnText.cs
index 77670da74..77cdb8567 100644
--- a/src/core/iTextSharp/text/pdf/ColumnText.cs
+++ b/src/core/iTextSharp/text/pdf/ColumnText.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using com.itextpdf.text.pdf;
@@ -5,49 +47,6 @@
 using iTextSharp.text.pdf.draw;
 using iTextSharp.text.error_messages;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
 /**
diff --git a/src/core/iTextSharp/text/pdf/DefaultSplitCharacter.cs b/src/core/iTextSharp/text/pdf/DefaultSplitCharacter.cs
index 671c16e34..a654da80f 100644
--- a/src/core/iTextSharp/text/pdf/DefaultSplitCharacter.cs
+++ b/src/core/iTextSharp/text/pdf/DefaultSplitCharacter.cs
@@ -1,49 +1,46 @@
-using System;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/DeviceNColor.cs b/src/core/iTextSharp/text/pdf/DeviceNColor.cs
index 6c36c5fd0..575ce4ee1 100644
--- a/src/core/iTextSharp/text/pdf/DeviceNColor.cs
+++ b/src/core/iTextSharp/text/pdf/DeviceNColor.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.error_messages;
 
diff --git a/src/core/iTextSharp/text/pdf/DocumentFont.cs b/src/core/iTextSharp/text/pdf/DocumentFont.cs
index a9ec3926a..9c85c4b90 100644
--- a/src/core/iTextSharp/text/pdf/DocumentFont.cs
+++ b/src/core/iTextSharp/text/pdf/DocumentFont.cs
@@ -1,49 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.pdf.fonts.cmaps;
 using iTextSharp.text.io;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     public class DocumentFont : BaseFont {
diff --git a/src/core/iTextSharp/text/pdf/EnumerateTTC.cs b/src/core/iTextSharp/text/pdf/EnumerateTTC.cs
index 85a0e8c86..356351f1f 100644
--- a/src/core/iTextSharp/text/pdf/EnumerateTTC.cs
+++ b/src/core/iTextSharp/text/pdf/EnumerateTTC.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -5,52 +47,6 @@
 
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /** Enumerates all the fonts inside a True Type Collection.
diff --git a/src/core/iTextSharp/text/pdf/ExtendedColor.cs b/src/core/iTextSharp/text/pdf/ExtendedColor.cs
index 8ba4f58ad..2449d6f7c 100644
--- a/src/core/iTextSharp/text/pdf/ExtendedColor.cs
+++ b/src/core/iTextSharp/text/pdf/ExtendedColor.cs
@@ -1,53 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/FdfReader.cs b/src/core/iTextSharp/text/pdf/FdfReader.cs
index 2f2b3a716..47a0556b1 100644
--- a/src/core/iTextSharp/text/pdf/FdfReader.cs
+++ b/src/core/iTextSharp/text/pdf/FdfReader.cs
@@ -1,51 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text.log;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
     /** Reads an FDF form and makes the fields available
     * @author Paulo Soares
diff --git a/src/core/iTextSharp/text/pdf/FdfWriter.cs b/src/core/iTextSharp/text/pdf/FdfWriter.cs
index 02fa34d47..9070e29ee 100644
--- a/src/core/iTextSharp/text/pdf/FdfWriter.cs
+++ b/src/core/iTextSharp/text/pdf/FdfWriter.cs
@@ -1,51 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.util;
 using System.IO;
 using System.Collections.Generic;
 using iTextSharp.text.log;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
     /** Writes an FDF form.
     * @author Paulo Soares
diff --git a/src/core/iTextSharp/text/pdf/FilterHandlers.cs b/src/core/iTextSharp/text/pdf/FilterHandlers.cs
index c945208b9..582fbb731 100644
--- a/src/core/iTextSharp/text/pdf/FilterHandlers.cs
+++ b/src/core/iTextSharp/text/pdf/FilterHandlers.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -5,49 +47,6 @@
 using iTextSharp.text.exceptions;
 using iTextSharp.text.error_messages;
 using System.util.collections;
-/*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- 
- */
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/FloatLayout.cs b/src/core/iTextSharp/text/pdf/FloatLayout.cs
index 837d6a8d1..3a4119cbe 100644
--- a/src/core/iTextSharp/text/pdf/FloatLayout.cs
+++ b/src/core/iTextSharp/text/pdf/FloatLayout.cs
@@ -1,49 +1,45 @@
 /*
- * $Id: FloatLayout.cs $
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.api;
diff --git a/src/core/iTextSharp/text/pdf/FontDetails.cs b/src/core/iTextSharp/text/pdf/FontDetails.cs
index 19968931f..345c94e4b 100644
--- a/src/core/iTextSharp/text/pdf/FontDetails.cs
+++ b/src/core/iTextSharp/text/pdf/FontDetails.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -5,52 +47,6 @@
 using System.Xml.Schema;
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /** Each font in the document will have an instance of this class
diff --git a/src/core/iTextSharp/text/pdf/FontSelector.cs b/src/core/iTextSharp/text/pdf/FontSelector.cs
index cd51bcd75..ae426f2cb 100644
--- a/src/core/iTextSharp/text/pdf/FontSelector.cs
+++ b/src/core/iTextSharp/text/pdf/FontSelector.cs
@@ -1,50 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Globalization;
 using System.Text;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /** Selects the appropriate fonts that contain the glyphs needed to
diff --git a/src/core/iTextSharp/text/pdf/GlyphList.cs b/src/core/iTextSharp/text/pdf/GlyphList.cs
index d9d0e83b6..fefe79069 100644
--- a/src/core/iTextSharp/text/pdf/GlyphList.cs
+++ b/src/core/iTextSharp/text/pdf/GlyphList.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -5,52 +47,6 @@
 using System.util;
 using iTextSharp.text.io;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     public class GlyphList {
diff --git a/src/core/iTextSharp/text/pdf/GrayColor.cs b/src/core/iTextSharp/text/pdf/GrayColor.cs
index dd251ba47..992671988 100644
--- a/src/core/iTextSharp/text/pdf/GrayColor.cs
+++ b/src/core/iTextSharp/text/pdf/GrayColor.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/HyphenationAuto.cs b/src/core/iTextSharp/text/pdf/HyphenationAuto.cs
index 9c9745ce9..1f50b7bfc 100644
--- a/src/core/iTextSharp/text/pdf/HyphenationAuto.cs
+++ b/src/core/iTextSharp/text/pdf/HyphenationAuto.cs
@@ -1,50 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 using iTextSharp.text.pdf.hyphenation;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /** Hyphenates words automatically accordingly to the language and country.
diff --git a/src/core/iTextSharp/text/pdf/ICC_Profile.cs b/src/core/iTextSharp/text/pdf/ICC_Profile.cs
index 77a42a5f7..2f71b7c08 100644
--- a/src/core/iTextSharp/text/pdf/ICC_Profile.cs
+++ b/src/core/iTextSharp/text/pdf/ICC_Profile.cs
@@ -1,54 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf
 {
     /// 
diff --git a/src/core/iTextSharp/text/pdf/ICachedColorSpace.cs b/src/core/iTextSharp/text/pdf/ICachedColorSpace.cs
index 838048b04..ac4699611 100644
--- a/src/core/iTextSharp/text/pdf/ICachedColorSpace.cs
+++ b/src/core/iTextSharp/text/pdf/ICachedColorSpace.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.text.pdf {
diff --git a/src/core/iTextSharp/text/pdf/IExtraEncoding.cs b/src/core/iTextSharp/text/pdf/IExtraEncoding.cs
index b83c271c4..884d7f982 100644
--- a/src/core/iTextSharp/text/pdf/IExtraEncoding.cs
+++ b/src/core/iTextSharp/text/pdf/IExtraEncoding.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/IHyphenationEvent.cs b/src/core/iTextSharp/text/pdf/IHyphenationEvent.cs
index 2eabbaaa5..4f6a9a986 100644
--- a/src/core/iTextSharp/text/pdf/IHyphenationEvent.cs
+++ b/src/core/iTextSharp/text/pdf/IHyphenationEvent.cs
@@ -1,47 +1,46 @@
-using System;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
     /** Called by Chunk to hyphenate a word.
diff --git a/src/core/iTextSharp/text/pdf/IPdfOCG.cs b/src/core/iTextSharp/text/pdf/IPdfOCG.cs
index f3df0d702..0c4111448 100644
--- a/src/core/iTextSharp/text/pdf/IPdfOCG.cs
+++ b/src/core/iTextSharp/text/pdf/IPdfOCG.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/IPdfPCellEvent.cs b/src/core/iTextSharp/text/pdf/IPdfPCellEvent.cs
index e113dc255..a8d9d9e93 100644
--- a/src/core/iTextSharp/text/pdf/IPdfPCellEvent.cs
+++ b/src/core/iTextSharp/text/pdf/IPdfPCellEvent.cs
@@ -1,49 +1,46 @@
-using System;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf
 {
diff --git a/src/core/iTextSharp/text/pdf/IPdfPTableEvent.cs b/src/core/iTextSharp/text/pdf/IPdfPTableEvent.cs
index 677889117..d24f964f9 100644
--- a/src/core/iTextSharp/text/pdf/IPdfPTableEvent.cs
+++ b/src/core/iTextSharp/text/pdf/IPdfPTableEvent.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/IPdfPTableEventSplit.cs b/src/core/iTextSharp/text/pdf/IPdfPTableEventSplit.cs
index 134fda595..20c38d5b8 100644
--- a/src/core/iTextSharp/text/pdf/IPdfPTableEventSplit.cs
+++ b/src/core/iTextSharp/text/pdf/IPdfPTableEventSplit.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/IPdfPageEvent.cs b/src/core/iTextSharp/text/pdf/IPdfPageEvent.cs
index b44e9b369..378124c25 100644
--- a/src/core/iTextSharp/text/pdf/IPdfPageEvent.cs
+++ b/src/core/iTextSharp/text/pdf/IPdfPageEvent.cs
@@ -1,53 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/IPdfSpecialColorSpace.cs b/src/core/iTextSharp/text/pdf/IPdfSpecialColorSpace.cs
index 66c7bdddb..6bcf6818d 100644
--- a/src/core/iTextSharp/text/pdf/IPdfSpecialColorSpace.cs
+++ b/src/core/iTextSharp/text/pdf/IPdfSpecialColorSpace.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf {
     public interface IPdfSpecialColorSpace {
         ColorDetails[] GetColorantDetails(PdfWriter writer);
diff --git a/src/core/iTextSharp/text/pdf/IntHashtable.cs b/src/core/iTextSharp/text/pdf/IntHashtable.cs
index 8184c35f4..ca515fbfc 100644
--- a/src/core/iTextSharp/text/pdf/IntHashtable.cs
+++ b/src/core/iTextSharp/text/pdf/IntHashtable.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.error_messages;
 
diff --git a/src/core/iTextSharp/text/pdf/LabColor.cs b/src/core/iTextSharp/text/pdf/LabColor.cs
index 4bff0da64..11cc03f80 100644
--- a/src/core/iTextSharp/text/pdf/LabColor.cs
+++ b/src/core/iTextSharp/text/pdf/LabColor.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf {
     public class LabColor : ExtendedColor {
         PdfLabColor labColorSpace;
diff --git a/src/core/iTextSharp/text/pdf/LongHashtable.cs b/src/core/iTextSharp/text/pdf/LongHashtable.cs
index c9d214bfa..c84349de1 100644
--- a/src/core/iTextSharp/text/pdf/LongHashtable.cs
+++ b/src/core/iTextSharp/text/pdf/LongHashtable.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.error_messages;
 
diff --git a/src/core/iTextSharp/text/pdf/NumberArray.cs b/src/core/iTextSharp/text/pdf/NumberArray.cs
index e7d098cbb..ae2b87e55 100644
--- a/src/core/iTextSharp/text/pdf/NumberArray.cs
+++ b/src/core/iTextSharp/text/pdf/NumberArray.cs
@@ -1,47 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/OutputStreamCounter.cs b/src/core/iTextSharp/text/pdf/OutputStreamCounter.cs
index 2da01e8f9..cc1cac526 100644
--- a/src/core/iTextSharp/text/pdf/OutputStreamCounter.cs
+++ b/src/core/iTextSharp/text/pdf/OutputStreamCounter.cs
@@ -1,50 +1,47 @@
-using System;
-using System.IO;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.IO;
 
 namespace iTextSharp.text.pdf {
     public class OutputStreamCounter : Stream {
diff --git a/src/core/iTextSharp/text/pdf/OutputStreamEncryption.cs b/src/core/iTextSharp/text/pdf/OutputStreamEncryption.cs
index ab7dbf286..a8897b6d7 100644
--- a/src/core/iTextSharp/text/pdf/OutputStreamEncryption.cs
+++ b/src/core/iTextSharp/text/pdf/OutputStreamEncryption.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text.pdf.crypto;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     public class OutputStreamEncryption : Stream {
diff --git a/src/core/iTextSharp/text/pdf/PRAcroForm.cs b/src/core/iTextSharp/text/pdf/PRAcroForm.cs
index ccbc6e1bb..6aea91a41 100644
--- a/src/core/iTextSharp/text/pdf/PRAcroForm.cs
+++ b/src/core/iTextSharp/text/pdf/PRAcroForm.cs
@@ -1,50 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PRIndirectReference.cs b/src/core/iTextSharp/text/pdf/PRIndirectReference.cs
index 644117073..ad98a3e0f 100644
--- a/src/core/iTextSharp/text/pdf/PRIndirectReference.cs
+++ b/src/core/iTextSharp/text/pdf/PRIndirectReference.cs
@@ -1,53 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.IO;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     public class PRIndirectReference : PdfIndirectReference {
diff --git a/src/core/iTextSharp/text/pdf/PRStream.cs b/src/core/iTextSharp/text/pdf/PRStream.cs
index 0cb677d49..b278a8564 100644
--- a/src/core/iTextSharp/text/pdf/PRStream.cs
+++ b/src/core/iTextSharp/text/pdf/PRStream.cs
@@ -1,54 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 
 using System.util.zlib;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
 public class PRStream : PdfStream {
diff --git a/src/core/iTextSharp/text/pdf/PRTokeniser.cs b/src/core/iTextSharp/text/pdf/PRTokeniser.cs
index 2598500a3..b34f98b93 100644
--- a/src/core/iTextSharp/text/pdf/PRTokeniser.cs
+++ b/src/core/iTextSharp/text/pdf/PRTokeniser.cs
@@ -1,52 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using iTextSharp.text.exceptions;
 using iTextSharp.text.error_messages;
 using iTextSharp.text.io;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PageResources.cs b/src/core/iTextSharp/text/pdf/PageResources.cs
index 5e02fafde..6e445e953 100644
--- a/src/core/iTextSharp/text/pdf/PageResources.cs
+++ b/src/core/iTextSharp/text/pdf/PageResources.cs
@@ -1,49 +1,46 @@
-using System.Collections.Generic;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf {
     public class PageResources {
diff --git a/src/core/iTextSharp/text/pdf/PatternColor.cs b/src/core/iTextSharp/text/pdf/PatternColor.cs
index dc57272eb..4ddb7b25c 100644
--- a/src/core/iTextSharp/text/pdf/PatternColor.cs
+++ b/src/core/iTextSharp/text/pdf/PatternColor.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfAcroForm.cs b/src/core/iTextSharp/text/pdf/PdfAcroForm.cs
index 0d2e2657f..c888f0654 100644
--- a/src/core/iTextSharp/text/pdf/PdfAcroForm.cs
+++ b/src/core/iTextSharp/text/pdf/PdfAcroForm.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
@@ -5,52 +47,6 @@
 using System.util;
 using iTextSharp.text.pdf.intern;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
      * Each PDF document can contain maximum 1 AcroForm.
diff --git a/src/core/iTextSharp/text/pdf/PdfAction.cs b/src/core/iTextSharp/text/pdf/PdfAction.cs
index 24fc5e3be..2f6d2aabc 100644
--- a/src/core/iTextSharp/text/pdf/PdfAction.cs
+++ b/src/core/iTextSharp/text/pdf/PdfAction.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -6,51 +48,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.text.pdf.intern;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
     /**
      * A PdfAction defines an action that can be triggered from a PDF file.
diff --git a/src/core/iTextSharp/text/pdf/PdfAnnotation.cs b/src/core/iTextSharp/text/pdf/PdfAnnotation.cs
index 616fb3262..1f71ac325 100644
--- a/src/core/iTextSharp/text/pdf/PdfAnnotation.cs
+++ b/src/core/iTextSharp/text/pdf/PdfAnnotation.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -8,52 +50,6 @@
 using iTextSharp.text.pdf.interfaces;
 using iTextSharp.text.pdf.intern;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
      * A PdfAnnotation is a note that is associated with a page.
diff --git a/src/core/iTextSharp/text/pdf/PdfAppearance.cs b/src/core/iTextSharp/text/pdf/PdfAppearance.cs
index d666174a0..ea2e544eb 100644
--- a/src/core/iTextSharp/text/pdf/PdfAppearance.cs
+++ b/src/core/iTextSharp/text/pdf/PdfAppearance.cs
@@ -1,48 +1,47 @@
-using System;
-using System.Collections.Generic;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfArray.cs b/src/core/iTextSharp/text/pdf/PdfArray.cs
index 5b8bd0c26..062c2c5a7 100644
--- a/src/core/iTextSharp/text/pdf/PdfArray.cs
+++ b/src/core/iTextSharp/text/pdf/PdfArray.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using System.Collections.Generic;
 using System.Collections;
@@ -5,52 +47,6 @@
 using System.util;
 using iTextSharp.text.pdf.intern;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfArtifact.cs b/src/core/iTextSharp/text/pdf/PdfArtifact.cs
index e1b061035..ac4f1d5e5 100644
--- a/src/core/iTextSharp/text/pdf/PdfArtifact.cs
+++ b/src/core/iTextSharp/text/pdf/PdfArtifact.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.util.collections;
 using iTextSharp.text.error_messages;
 using iTextSharp.text.pdf.interfaces;
-/*
- * $Id: PdfArtifact.java 5830 2013-05-31 09:29:15Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf
 {
diff --git a/src/core/iTextSharp/text/pdf/PdfBody.cs b/src/core/iTextSharp/text/pdf/PdfBody.cs
index a52c0fb53..d8c513142 100644
--- a/src/core/iTextSharp/text/pdf/PdfBody.cs
+++ b/src/core/iTextSharp/text/pdf/PdfBody.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/core/iTextSharp/text/pdf/PdfBoolean.cs b/src/core/iTextSharp/text/pdf/PdfBoolean.cs
index a691f3059..3e1ee9fac 100644
--- a/src/core/iTextSharp/text/pdf/PdfBoolean.cs
+++ b/src/core/iTextSharp/text/pdf/PdfBoolean.cs
@@ -1,51 +1,47 @@
-using System;
-using iTextSharp.text.error_messages;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.error_messages;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfBorderArray.cs b/src/core/iTextSharp/text/pdf/PdfBorderArray.cs
index 5760da4fa..820a1b92f 100644
--- a/src/core/iTextSharp/text/pdf/PdfBorderArray.cs
+++ b/src/core/iTextSharp/text/pdf/PdfBorderArray.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfBorderDictionary.cs b/src/core/iTextSharp/text/pdf/PdfBorderDictionary.cs
index 065d1cc62..c12451307 100644
--- a/src/core/iTextSharp/text/pdf/PdfBorderDictionary.cs
+++ b/src/core/iTextSharp/text/pdf/PdfBorderDictionary.cs
@@ -1,51 +1,47 @@
-using System;
-using iTextSharp.text.error_messages;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.error_messages;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfChunk.cs b/src/core/iTextSharp/text/pdf/PdfChunk.cs
index 32deda61e..81a80af97 100644
--- a/src/core/iTextSharp/text/pdf/PdfChunk.cs
+++ b/src/core/iTextSharp/text/pdf/PdfChunk.cs
@@ -1,53 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.pdf.interfaces;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfColor.cs b/src/core/iTextSharp/text/pdf/PdfColor.cs
index fd868b099..47a643f58 100644
--- a/src/core/iTextSharp/text/pdf/PdfColor.cs
+++ b/src/core/iTextSharp/text/pdf/PdfColor.cs
@@ -1,51 +1,47 @@
-using System;
-using iTextSharp.text;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfConcatenate.cs b/src/core/iTextSharp/text/pdf/PdfConcatenate.cs
index 759b5ae64..6fb248bcf 100644
--- a/src/core/iTextSharp/text/pdf/PdfConcatenate.cs
+++ b/src/core/iTextSharp/text/pdf/PdfConcatenate.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
-/*
- * $Id:  $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfContentByte.cs b/src/core/iTextSharp/text/pdf/PdfContentByte.cs
index b7ba226e1..b82298f35 100644
--- a/src/core/iTextSharp/text/pdf/PdfContentByte.cs
+++ b/src/core/iTextSharp/text/pdf/PdfContentByte.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Globalization;
@@ -9,52 +51,6 @@
 using iTextSharp.text.pdf.intern;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
      * PdfContentByte is an object containing the user positioned
diff --git a/src/core/iTextSharp/text/pdf/PdfContentParser.cs b/src/core/iTextSharp/text/pdf/PdfContentParser.cs
index 507e61696..aadfd7755 100644
--- a/src/core/iTextSharp/text/pdf/PdfContentParser.cs
+++ b/src/core/iTextSharp/text/pdf/PdfContentParser.cs
@@ -1,53 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
     * Parses the page or template content.
diff --git a/src/core/iTextSharp/text/pdf/PdfContents.cs b/src/core/iTextSharp/text/pdf/PdfContents.cs
index 24560088a..25e1d33c9 100644
--- a/src/core/iTextSharp/text/pdf/PdfContents.cs
+++ b/src/core/iTextSharp/text/pdf/PdfContents.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 
@@ -5,52 +47,6 @@
 
 using System.util.zlib;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfCopy.cs b/src/core/iTextSharp/text/pdf/PdfCopy.cs
index 8c88d7095..4a419e16a 100644
--- a/src/core/iTextSharp/text/pdf/PdfCopy.cs
+++ b/src/core/iTextSharp/text/pdf/PdfCopy.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -7,52 +49,6 @@
 using iTextSharp.text.log;
 using System.util;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
     * Make copies of PDF documents. Documents can be edited after reading and
diff --git a/src/core/iTextSharp/text/pdf/PdfCopyFields.cs b/src/core/iTextSharp/text/pdf/PdfCopyFields.cs
index f73c3d863..23fa8c328 100644
--- a/src/core/iTextSharp/text/pdf/PdfCopyFields.cs
+++ b/src/core/iTextSharp/text/pdf/PdfCopyFields.cs
@@ -1,50 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text.pdf.interfaces;
 using Org.BouncyCastle.X509;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfCopyFieldsImp.cs b/src/core/iTextSharp/text/pdf/PdfCopyFieldsImp.cs
index 327ee4cf2..b325b5391 100644
--- a/src/core/iTextSharp/text/pdf/PdfCopyFieldsImp.cs
+++ b/src/core/iTextSharp/text/pdf/PdfCopyFieldsImp.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -6,49 +48,6 @@
 using iTextSharp.text.exceptions;
 using iTextSharp.text.log;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
     *
diff --git a/src/core/iTextSharp/text/pdf/PdfCopyForms.cs b/src/core/iTextSharp/text/pdf/PdfCopyForms.cs
index 4180a2bba..33975c36d 100644
--- a/src/core/iTextSharp/text/pdf/PdfCopyForms.cs
+++ b/src/core/iTextSharp/text/pdf/PdfCopyForms.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text.pdf.interfaces;
 using Org.BouncyCastle.X509;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfCopyFormsImp.cs b/src/core/iTextSharp/text/pdf/PdfCopyFormsImp.cs
index 8e639eed2..e3059d94c 100644
--- a/src/core/iTextSharp/text/pdf/PdfCopyFormsImp.cs
+++ b/src/core/iTextSharp/text/pdf/PdfCopyFormsImp.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using System.Collections.Generic;
 using iTextSharp.text.error_messages;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 using iTextSharp.text.exceptions;
 
 namespace iTextSharp.text.pdf {
diff --git a/src/core/iTextSharp/text/pdf/PdfDashPattern.cs b/src/core/iTextSharp/text/pdf/PdfDashPattern.cs
index b42d278ec..30a45e606 100644
--- a/src/core/iTextSharp/text/pdf/PdfDashPattern.cs
+++ b/src/core/iTextSharp/text/pdf/PdfDashPattern.cs
@@ -1,54 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfDate.cs b/src/core/iTextSharp/text/pdf/PdfDate.cs
index 6d6aa4822..b0f06b33f 100644
--- a/src/core/iTextSharp/text/pdf/PdfDate.cs
+++ b/src/core/iTextSharp/text/pdf/PdfDate.cs
@@ -1,50 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.Globalization;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfDestination.cs b/src/core/iTextSharp/text/pdf/PdfDestination.cs
index ef3292909..bb6b8a031 100644
--- a/src/core/iTextSharp/text/pdf/PdfDestination.cs
+++ b/src/core/iTextSharp/text/pdf/PdfDestination.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfDeveloperExtension.cs b/src/core/iTextSharp/text/pdf/PdfDeveloperExtension.cs
index 0de00f27a..a25439d47 100644
--- a/src/core/iTextSharp/text/pdf/PdfDeveloperExtension.cs
+++ b/src/core/iTextSharp/text/pdf/PdfDeveloperExtension.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfDeviceNColor.cs b/src/core/iTextSharp/text/pdf/PdfDeviceNColor.cs
index 55ba4098e..213293365 100644
--- a/src/core/iTextSharp/text/pdf/PdfDeviceNColor.cs
+++ b/src/core/iTextSharp/text/pdf/PdfDeviceNColor.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Globalization;
 using System.util;
diff --git a/src/core/iTextSharp/text/pdf/PdfDictionary.cs b/src/core/iTextSharp/text/pdf/PdfDictionary.cs
index 497f95aed..0e3d9f9c2 100644
--- a/src/core/iTextSharp/text/pdf/PdfDictionary.cs
+++ b/src/core/iTextSharp/text/pdf/PdfDictionary.cs
@@ -1,54 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
 using iTextSharp.text.pdf.intern;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
      * PdfDictionary is the Pdf dictionary object.
diff --git a/src/core/iTextSharp/text/pdf/PdfDiv.cs b/src/core/iTextSharp/text/pdf/PdfDiv.cs
index 8cec9c76f..18783d476 100644
--- a/src/core/iTextSharp/text/pdf/PdfDiv.cs
+++ b/src/core/iTextSharp/text/pdf/PdfDiv.cs
@@ -1,49 +1,45 @@
 /*
- * $Id: PdfDiv.cs $
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using iTextSharp.awt.geom;
diff --git a/src/core/iTextSharp/text/pdf/PdfDocument.cs b/src/core/iTextSharp/text/pdf/PdfDocument.cs
index f51d3c47e..9de0654d3 100644
--- a/src/core/iTextSharp/text/pdf/PdfDocument.cs
+++ b/src/core/iTextSharp/text/pdf/PdfDocument.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using com.itextpdf.text.pdf;
@@ -7,51 +49,6 @@
 using iTextSharp.text.pdf.draw;
 using iTextSharp.text.pdf.collection;
 using iTextSharp.text.error_messages;
-/*
- * 
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfEFStream.cs b/src/core/iTextSharp/text/pdf/PdfEFStream.cs
index 24bad6d3a..cf0d7be1c 100644
--- a/src/core/iTextSharp/text/pdf/PdfEFStream.cs
+++ b/src/core/iTextSharp/text/pdf/PdfEFStream.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections;
 using System.util.zlib;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfEncodings.cs b/src/core/iTextSharp/text/pdf/PdfEncodings.cs
index 08f9de134..08db4f25d 100644
--- a/src/core/iTextSharp/text/pdf/PdfEncodings.cs
+++ b/src/core/iTextSharp/text/pdf/PdfEncodings.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Globalization;
@@ -7,49 +49,6 @@
 using iTextSharp.text.xml.simpleparser;
 using iTextSharp.text.error_messages;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 /** Supports fast encodings for winansi and PDFDocEncoding.
  *
diff --git a/src/core/iTextSharp/text/pdf/PdfEncryption.cs b/src/core/iTextSharp/text/pdf/PdfEncryption.cs
index 87fcee138..ed1c21e27 100644
--- a/src/core/iTextSharp/text/pdf/PdfEncryption.cs
+++ b/src/core/iTextSharp/text/pdf/PdfEncryption.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections;
 using System.Text;
@@ -10,51 +52,6 @@
 using Org.BouncyCastle.Security;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 /**
  *
diff --git a/src/core/iTextSharp/text/pdf/PdfEncryptor.cs b/src/core/iTextSharp/text/pdf/PdfEncryptor.cs
index b5bbe30b3..d05ac2668 100644
--- a/src/core/iTextSharp/text/pdf/PdfEncryptor.cs
+++ b/src/core/iTextSharp/text/pdf/PdfEncryptor.cs
@@ -1,51 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
 using System.Text;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 /** This class takes any PDF and returns exactly the same but
  * encrypted. All the content, links, outlines, etc, are kept.
diff --git a/src/core/iTextSharp/text/pdf/PdfException.cs b/src/core/iTextSharp/text/pdf/PdfException.cs
index ebc639da6..3cb66d3b6 100644
--- a/src/core/iTextSharp/text/pdf/PdfException.cs
+++ b/src/core/iTextSharp/text/pdf/PdfException.cs
@@ -1,53 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfFileSpecification.cs b/src/core/iTextSharp/text/pdf/PdfFileSpecification.cs
index 801b424da..74be4d0a7 100644
--- a/src/core/iTextSharp/text/pdf/PdfFileSpecification.cs
+++ b/src/core/iTextSharp/text/pdf/PdfFileSpecification.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Net;
@@ -6,49 +48,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.text.pdf.intern;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /** Specifies a file or an URL. The file can be extern or embedded.
     *
diff --git a/src/core/iTextSharp/text/pdf/PdfFont.cs b/src/core/iTextSharp/text/pdf/PdfFont.cs
index e7d719834..5a2ca1b9d 100644
--- a/src/core/iTextSharp/text/pdf/PdfFont.cs
+++ b/src/core/iTextSharp/text/pdf/PdfFont.cs
@@ -1,50 +1,47 @@
-using System;
-using iTextSharp.text;
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfFormField.cs b/src/core/iTextSharp/text/pdf/PdfFormField.cs
index 058e6ca9d..7c19ef2e9 100644
--- a/src/core/iTextSharp/text/pdf/PdfFormField.cs
+++ b/src/core/iTextSharp/text/pdf/PdfFormField.cs
@@ -1,48 +1,47 @@
-using System;
-using System.Collections.Generic;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfFormXObject.cs b/src/core/iTextSharp/text/pdf/PdfFormXObject.cs
index 59ee0cb6d..56b8958eb 100644
--- a/src/core/iTextSharp/text/pdf/PdfFormXObject.cs
+++ b/src/core/iTextSharp/text/pdf/PdfFormXObject.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfFunction.cs b/src/core/iTextSharp/text/pdf/PdfFunction.cs
index 71927df83..746820b40 100644
--- a/src/core/iTextSharp/text/pdf/PdfFunction.cs
+++ b/src/core/iTextSharp/text/pdf/PdfFunction.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
 
     /** Implements PDF functions.
diff --git a/src/core/iTextSharp/text/pdf/PdfGState.cs b/src/core/iTextSharp/text/pdf/PdfGState.cs
index dd5550e87..697d5151c 100644
--- a/src/core/iTextSharp/text/pdf/PdfGState.cs
+++ b/src/core/iTextSharp/text/pdf/PdfGState.cs
@@ -1,47 +1,46 @@
-using iTextSharp.text.pdf.intern;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using iTextSharp.text.pdf.intern;
 
 namespace iTextSharp.text.pdf {
     /** The graphic state dictionary.
diff --git a/src/core/iTextSharp/text/pdf/PdfICCBased.cs b/src/core/iTextSharp/text/pdf/PdfICCBased.cs
index 1f4393f1f..836f533a9 100644
--- a/src/core/iTextSharp/text/pdf/PdfICCBased.cs
+++ b/src/core/iTextSharp/text/pdf/PdfICCBased.cs
@@ -1,50 +1,47 @@
-using System;
-using iTextSharp.text.error_messages;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.error_messages;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfImage.cs b/src/core/iTextSharp/text/pdf/PdfImage.cs
index 9eaf0b6bd..016ba9fc5 100644
--- a/src/core/iTextSharp/text/pdf/PdfImage.cs
+++ b/src/core/iTextSharp/text/pdf/PdfImage.cs
@@ -1,54 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Net;
 using System.Text;
 using iTextSharp.text;
 using iTextSharp.text.error_messages;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfImportedPage.cs b/src/core/iTextSharp/text/pdf/PdfImportedPage.cs
index 222c54132..de9400ef1 100644
--- a/src/core/iTextSharp/text/pdf/PdfImportedPage.cs
+++ b/src/core/iTextSharp/text/pdf/PdfImportedPage.cs
@@ -1,54 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.error_messages;
 
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /** Represents an imported page.
diff --git a/src/core/iTextSharp/text/pdf/PdfIndirectObject.cs b/src/core/iTextSharp/text/pdf/PdfIndirectObject.cs
index 471fc4219..1af9caa53 100644
--- a/src/core/iTextSharp/text/pdf/PdfIndirectObject.cs
+++ b/src/core/iTextSharp/text/pdf/PdfIndirectObject.cs
@@ -1,49 +1,46 @@
-using System.IO;
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System.IO;
 using System.Text;
 
 namespace iTextSharp.text.pdf
diff --git a/src/core/iTextSharp/text/pdf/PdfIndirectReference.cs b/src/core/iTextSharp/text/pdf/PdfIndirectReference.cs
index 78826459a..5199984c5 100644
--- a/src/core/iTextSharp/text/pdf/PdfIndirectReference.cs
+++ b/src/core/iTextSharp/text/pdf/PdfIndirectReference.cs
@@ -1,51 +1,47 @@
-using System;
-using System.Text;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Text;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfIsoConformanceException.cs b/src/core/iTextSharp/text/pdf/PdfIsoConformanceException.cs
index 847b2a031..9fd36e512 100644
--- a/src/core/iTextSharp/text/pdf/PdfIsoConformanceException.cs
+++ b/src/core/iTextSharp/text/pdf/PdfIsoConformanceException.cs
@@ -1,46 +1,44 @@
 /*
- * $Id: PdfIsoConformanceException.java 5222 2012-06-27 08:54:55Z achingarev $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 using System;
 
diff --git a/src/core/iTextSharp/text/pdf/PdfLabColor.cs b/src/core/iTextSharp/text/pdf/PdfLabColor.cs
index cd14e4049..41ff0d7d7 100644
--- a/src/core/iTextSharp/text/pdf/PdfLabColor.cs
+++ b/src/core/iTextSharp/text/pdf/PdfLabColor.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.util;
 using iTextSharp.text.error_messages;
diff --git a/src/core/iTextSharp/text/pdf/PdfLayer.cs b/src/core/iTextSharp/text/pdf/PdfLayer.cs
index 83c70c9f3..965fbffd8 100644
--- a/src/core/iTextSharp/text/pdf/PdfLayer.cs
+++ b/src/core/iTextSharp/text/pdf/PdfLayer.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfLayerMembership.cs b/src/core/iTextSharp/text/pdf/PdfLayerMembership.cs
index 3d3cbf277..e136e4c70 100644
--- a/src/core/iTextSharp/text/pdf/PdfLayerMembership.cs
+++ b/src/core/iTextSharp/text/pdf/PdfLayerMembership.cs
@@ -1,47 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfLine.cs b/src/core/iTextSharp/text/pdf/PdfLine.cs
index bcfde8f79..eb986366f 100644
--- a/src/core/iTextSharp/text/pdf/PdfLine.cs
+++ b/src/core/iTextSharp/text/pdf/PdfLine.cs
@@ -1,53 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.Collections.Generic;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfLiteral.cs b/src/core/iTextSharp/text/pdf/PdfLiteral.cs
index f7b1eea44..91e2c8ffd 100644
--- a/src/core/iTextSharp/text/pdf/PdfLiteral.cs
+++ b/src/core/iTextSharp/text/pdf/PdfLiteral.cs
@@ -1,51 +1,47 @@
-using System;
-using System.IO;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.IO;
 
 namespace iTextSharp.text.pdf 
 {
diff --git a/src/core/iTextSharp/text/pdf/PdfMediaClipData.cs b/src/core/iTextSharp/text/pdf/PdfMediaClipData.cs
index 711f557f7..a26c85f3b 100644
--- a/src/core/iTextSharp/text/pdf/PdfMediaClipData.cs
+++ b/src/core/iTextSharp/text/pdf/PdfMediaClipData.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
     public class PdfMediaClipData : PdfDictionary {
diff --git a/src/core/iTextSharp/text/pdf/PdfName.cs b/src/core/iTextSharp/text/pdf/PdfName.cs
index 6673b9088..09791fa83 100644
--- a/src/core/iTextSharp/text/pdf/PdfName.cs
+++ b/src/core/iTextSharp/text/pdf/PdfName.cs
@@ -1,55 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.Collections.Generic;
 using System.Reflection;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
      * PdfName is an object that can be used as a name in a PDF-file.
diff --git a/src/core/iTextSharp/text/pdf/PdfNameTree.cs b/src/core/iTextSharp/text/pdf/PdfNameTree.cs
index 0e8792d6c..d8081a93b 100644
--- a/src/core/iTextSharp/text/pdf/PdfNameTree.cs
+++ b/src/core/iTextSharp/text/pdf/PdfNameTree.cs
@@ -1,47 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfNull.cs b/src/core/iTextSharp/text/pdf/PdfNull.cs
index f1b94aa4e..660b1f744 100644
--- a/src/core/iTextSharp/text/pdf/PdfNull.cs
+++ b/src/core/iTextSharp/text/pdf/PdfNull.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfNumber.cs b/src/core/iTextSharp/text/pdf/PdfNumber.cs
index 84bbbb786..2cea6b9b0 100644
--- a/src/core/iTextSharp/text/pdf/PdfNumber.cs
+++ b/src/core/iTextSharp/text/pdf/PdfNumber.cs
@@ -1,51 +1,47 @@
-using System;
-using iTextSharp.text.error_messages;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.error_messages;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfNumberTree.cs b/src/core/iTextSharp/text/pdf/PdfNumberTree.cs
index 9c6c204be..783abafd6 100644
--- a/src/core/iTextSharp/text/pdf/PdfNumberTree.cs
+++ b/src/core/iTextSharp/text/pdf/PdfNumberTree.cs
@@ -1,47 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfOCProperties.cs b/src/core/iTextSharp/text/pdf/PdfOCProperties.cs
index ffd76d0ae..ae5e709b5 100644
--- a/src/core/iTextSharp/text/pdf/PdfOCProperties.cs
+++ b/src/core/iTextSharp/text/pdf/PdfOCProperties.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
     public class PdfOCProperties : PdfDictionary {
diff --git a/src/core/iTextSharp/text/pdf/PdfObject.cs b/src/core/iTextSharp/text/pdf/PdfObject.cs
index b0b25e09d..3f0fb2c28 100644
--- a/src/core/iTextSharp/text/pdf/PdfObject.cs
+++ b/src/core/iTextSharp/text/pdf/PdfObject.cs
@@ -1,49 +1,45 @@
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text.pdf.intern;
diff --git a/src/core/iTextSharp/text/pdf/PdfOutline.cs b/src/core/iTextSharp/text/pdf/PdfOutline.cs
index eaf98afcf..7c1874ef9 100644
--- a/src/core/iTextSharp/text/pdf/PdfOutline.cs
+++ b/src/core/iTextSharp/text/pdf/PdfOutline.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.IO;
@@ -5,52 +47,6 @@
 
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfPCell.cs b/src/core/iTextSharp/text/pdf/PdfPCell.cs
index c6c1d30c5..e3e39dca8 100644
--- a/src/core/iTextSharp/text/pdf/PdfPCell.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPCell.cs
@@ -1,52 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.pdf.events;
 using iTextSharp.text.error_messages;
 using iTextSharp.text.pdf.interfaces;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /** A cell in a PdfPTable.
diff --git a/src/core/iTextSharp/text/pdf/PdfPHeaderCell.cs b/src/core/iTextSharp/text/pdf/PdfPHeaderCell.cs
index 8be4f338d..d8a01fe33 100644
--- a/src/core/iTextSharp/text/pdf/PdfPHeaderCell.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPHeaderCell.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.text.pdf
diff --git a/src/core/iTextSharp/text/pdf/PdfPRow.cs b/src/core/iTextSharp/text/pdf/PdfPRow.cs
index fced69a95..26eed39c1 100644
--- a/src/core/iTextSharp/text/pdf/PdfPRow.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPRow.cs
@@ -1,53 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.log;
 using iTextSharp.text.pdf.interfaces;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfPSXObject.cs b/src/core/iTextSharp/text/pdf/PdfPSXObject.cs
index 9cb203c03..35d54658a 100644
--- a/src/core/iTextSharp/text/pdf/PdfPSXObject.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPSXObject.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfPTable.cs b/src/core/iTextSharp/text/pdf/PdfPTable.cs
index b2ea23dba..2c2920679 100644
--- a/src/core/iTextSharp/text/pdf/PdfPTable.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPTable.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.error_messages;
@@ -6,49 +48,6 @@
 using iTextSharp.text.pdf.events;
 using iTextSharp.text.pdf.interfaces;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /** This is a table that can be put at an absolute position but can also
     * be added to the document as the class Table.
diff --git a/src/core/iTextSharp/text/pdf/PdfPTableBody.cs b/src/core/iTextSharp/text/pdf/PdfPTableBody.cs
index 6a702b387..a82379d89 100644
--- a/src/core/iTextSharp/text/pdf/PdfPTableBody.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPTableBody.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text.pdf.interfaces;
 
diff --git a/src/core/iTextSharp/text/pdf/PdfPTableEventAfterSplit.cs b/src/core/iTextSharp/text/pdf/PdfPTableEventAfterSplit.cs
index 50b22e616..a32a30d98 100644
--- a/src/core/iTextSharp/text/pdf/PdfPTableEventAfterSplit.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPTableEventAfterSplit.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf
 {
     public interface IPdfPTableEventAfterSplit : IPdfPTableEventSplit {
diff --git a/src/core/iTextSharp/text/pdf/PdfPTableFooter.cs b/src/core/iTextSharp/text/pdf/PdfPTableFooter.cs
index 001d8cd35..4c4bda448 100644
--- a/src/core/iTextSharp/text/pdf/PdfPTableFooter.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPTableFooter.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf {
 
     public class PdfPTableFooter : PdfPTableBody {
diff --git a/src/core/iTextSharp/text/pdf/PdfPTableHeader.cs b/src/core/iTextSharp/text/pdf/PdfPTableHeader.cs
index 78d73dc92..0c45f7648 100644
--- a/src/core/iTextSharp/text/pdf/PdfPTableHeader.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPTableHeader.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf {
 
     public class PdfPTableHeader : PdfPTableBody {
diff --git a/src/core/iTextSharp/text/pdf/PdfPage.cs b/src/core/iTextSharp/text/pdf/PdfPage.cs
index 52ae2c01d..9e14b45cf 100644
--- a/src/core/iTextSharp/text/pdf/PdfPage.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPage.cs
@@ -1,55 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 
 using iTextSharp.text;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
      * PdfPage is the PDF Page-object.
diff --git a/src/core/iTextSharp/text/pdf/PdfPageEventHelper.cs b/src/core/iTextSharp/text/pdf/PdfPageEventHelper.cs
index aec5fac90..0a3d5a913 100644
--- a/src/core/iTextSharp/text/pdf/PdfPageEventHelper.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPageEventHelper.cs
@@ -1,53 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfPageLabels.cs b/src/core/iTextSharp/text/pdf/PdfPageLabels.cs
index 1d9d6f4fb..14d5cbb18 100644
--- a/src/core/iTextSharp/text/pdf/PdfPageLabels.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPageLabels.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.util;
@@ -5,52 +47,6 @@
 using iTextSharp.text.factories;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /** Page labels are used to identify each
diff --git a/src/core/iTextSharp/text/pdf/PdfPages.cs b/src/core/iTextSharp/text/pdf/PdfPages.cs
index 5510a7082..cc1a392b2 100644
--- a/src/core/iTextSharp/text/pdf/PdfPages.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPages.cs
@@ -1,52 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text.error_messages;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfPattern.cs b/src/core/iTextSharp/text/pdf/PdfPattern.cs
index 4806966ce..003b44077 100644
--- a/src/core/iTextSharp/text/pdf/PdfPattern.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPattern.cs
@@ -1,49 +1,46 @@
-using System;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfPatternPainter.cs b/src/core/iTextSharp/text/pdf/PdfPatternPainter.cs
index f9499f648..42662c3b5 100644
--- a/src/core/iTextSharp/text/pdf/PdfPatternPainter.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPatternPainter.cs
@@ -1,52 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfPublicKeyRecipient.cs b/src/core/iTextSharp/text/pdf/PdfPublicKeyRecipient.cs
index ce45f4cd6..bf5a77817 100644
--- a/src/core/iTextSharp/text/pdf/PdfPublicKeyRecipient.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPublicKeyRecipient.cs
@@ -1,49 +1,46 @@
-using Org.BouncyCastle.X509;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using Org.BouncyCastle.X509;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfPublicKeySecurityHandler.cs b/src/core/iTextSharp/text/pdf/PdfPublicKeySecurityHandler.cs
index 38993a372..f3c537a59 100644
--- a/src/core/iTextSharp/text/pdf/PdfPublicKeySecurityHandler.cs
+++ b/src/core/iTextSharp/text/pdf/PdfPublicKeySecurityHandler.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -11,50 +53,6 @@
 using Org.BouncyCastle.Asn1.X509;
 using Org.BouncyCastle.Security;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 /**
  *     The below 2 methods are from pdfbox.
diff --git a/src/core/iTextSharp/text/pdf/PdfReader.cs b/src/core/iTextSharp/text/pdf/PdfReader.cs
index aa902d8d3..97e72f603 100644
--- a/src/core/iTextSharp/text/pdf/PdfReader.cs
+++ b/src/core/iTextSharp/text/pdf/PdfReader.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -16,51 +58,6 @@
 using iTextSharp.text.io;
 using System.util.collections;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /** Reads a PDF document.
     * @author Paulo Soares
diff --git a/src/core/iTextSharp/text/pdf/PdfReaderInstance.cs b/src/core/iTextSharp/text/pdf/PdfReaderInstance.cs
index babc0178b..a377d9e1e 100644
--- a/src/core/iTextSharp/text/pdf/PdfReaderInstance.cs
+++ b/src/core/iTextSharp/text/pdf/PdfReaderInstance.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -5,49 +47,6 @@
 
 using iTextSharp.text;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
     * Instance of PdfReader in each output document.
diff --git a/src/core/iTextSharp/text/pdf/PdfRectangle.cs b/src/core/iTextSharp/text/pdf/PdfRectangle.cs
index 6b8483ee9..fa5637ef3 100644
--- a/src/core/iTextSharp/text/pdf/PdfRectangle.cs
+++ b/src/core/iTextSharp/text/pdf/PdfRectangle.cs
@@ -1,46 +1,45 @@
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.awt.geom;
 
diff --git a/src/core/iTextSharp/text/pdf/PdfRendition.cs b/src/core/iTextSharp/text/pdf/PdfRendition.cs
index a76ab39ec..bc60bffbe 100644
--- a/src/core/iTextSharp/text/pdf/PdfRendition.cs
+++ b/src/core/iTextSharp/text/pdf/PdfRendition.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfResources.cs b/src/core/iTextSharp/text/pdf/PdfResources.cs
index 5d494dd0d..6ae67a509 100644
--- a/src/core/iTextSharp/text/pdf/PdfResources.cs
+++ b/src/core/iTextSharp/text/pdf/PdfResources.cs
@@ -1,47 +1,46 @@
-using System;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfShading.cs b/src/core/iTextSharp/text/pdf/PdfShading.cs
index 22f86f0f5..e7176ea53 100644
--- a/src/core/iTextSharp/text/pdf/PdfShading.cs
+++ b/src/core/iTextSharp/text/pdf/PdfShading.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
 
     /** Implements the shading dictionary (or stream).
diff --git a/src/core/iTextSharp/text/pdf/PdfShadingPattern.cs b/src/core/iTextSharp/text/pdf/PdfShadingPattern.cs
index b34a4f3e4..19f2cd606 100644
--- a/src/core/iTextSharp/text/pdf/PdfShadingPattern.cs
+++ b/src/core/iTextSharp/text/pdf/PdfShadingPattern.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.error_messages;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
 
     /** Implements the shading pattern dictionary.
diff --git a/src/core/iTextSharp/text/pdf/PdfSigLockDictionary.cs b/src/core/iTextSharp/text/pdf/PdfSigLockDictionary.cs
index b0c4572a5..9e0bdb46a 100644
--- a/src/core/iTextSharp/text/pdf/PdfSigLockDictionary.cs
+++ b/src/core/iTextSharp/text/pdf/PdfSigLockDictionary.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: PdfSigLockDictionary.java 5345 2012-08-22 08:14:09Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfSignature.cs b/src/core/iTextSharp/text/pdf/PdfSignature.cs
index 1e4495be0..79621e0fb 100644
--- a/src/core/iTextSharp/text/pdf/PdfSignature.cs
+++ b/src/core/iTextSharp/text/pdf/PdfSignature.cs
@@ -1,44 +1,44 @@
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 using iTextSharp.text.pdf.security;
 
diff --git a/src/core/iTextSharp/text/pdf/PdfSignatureAppearance.cs b/src/core/iTextSharp/text/pdf/PdfSignatureAppearance.cs
index 3a7bc5643..837c2d4a7 100644
--- a/src/core/iTextSharp/text/pdf/PdfSignatureAppearance.cs
+++ b/src/core/iTextSharp/text/pdf/PdfSignatureAppearance.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using Org.BouncyCastle.X509;
@@ -6,50 +48,6 @@
 using System.Collections.Generic;
 using iTextSharp.text.pdf.security;
 using iTextSharp.text.io;
-/*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfSmartCopy.cs b/src/core/iTextSharp/text/pdf/PdfSmartCopy.cs
index 70481f00f..7a7afa8ad 100644
--- a/src/core/iTextSharp/text/pdf/PdfSmartCopy.cs
+++ b/src/core/iTextSharp/text/pdf/PdfSmartCopy.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -5,51 +47,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.text.log;
 using iTextSharp.text.pdf.security;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfSpotColor.cs b/src/core/iTextSharp/text/pdf/PdfSpotColor.cs
index aed9ccb61..4d32cb1e5 100644
--- a/src/core/iTextSharp/text/pdf/PdfSpotColor.cs
+++ b/src/core/iTextSharp/text/pdf/PdfSpotColor.cs
@@ -1,48 +1,47 @@
-using System;
-using iTextSharp.text.error_messages;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.error_messages;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfStamper.cs b/src/core/iTextSharp/text/pdf/PdfStamper.cs
index 04753bafe..98ed7809d 100644
--- a/src/core/iTextSharp/text/pdf/PdfStamper.cs
+++ b/src/core/iTextSharp/text/pdf/PdfStamper.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -8,49 +50,6 @@
 using iTextSharp.text.pdf.security;
 using iTextSharp.text.xml.xmp;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /** Applies extra content to the pages of a PDF document.
     * This extra content can be all the objects allowed in PdfContentByte
diff --git a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs
index 0906f03a4..37d681edf 100644
--- a/src/core/iTextSharp/text/pdf/PdfStamperImp.cs
+++ b/src/core/iTextSharp/text/pdf/PdfStamperImp.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections;
 using System.IO;
@@ -15,48 +57,6 @@
 using iTextSharp.xmp;
 using iTextSharp.xmp.options;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
     public class PdfStamperImp : PdfWriter {
         internal Dictionary readers2intrefs = new Dictionary();
diff --git a/src/core/iTextSharp/text/pdf/PdfStream.cs b/src/core/iTextSharp/text/pdf/PdfStream.cs
index 0fb75eb2e..cea35634d 100644
--- a/src/core/iTextSharp/text/pdf/PdfStream.cs
+++ b/src/core/iTextSharp/text/pdf/PdfStream.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text.error_messages;
@@ -5,52 +47,6 @@
 using System.util.zlib;
 using iTextSharp.text.pdf.intern;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
      * PdfStream is the Pdf stream object.
diff --git a/src/core/iTextSharp/text/pdf/PdfString.cs b/src/core/iTextSharp/text/pdf/PdfString.cs
index 79b32230d..ee9d00c1c 100644
--- a/src/core/iTextSharp/text/pdf/PdfString.cs
+++ b/src/core/iTextSharp/text/pdf/PdfString.cs
@@ -1,53 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text.pdf.intern;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfStructTreeController.cs b/src/core/iTextSharp/text/pdf/PdfStructTreeController.cs
index 7883c78df..f9bc11b82 100644
--- a/src/core/iTextSharp/text/pdf/PdfStructTreeController.cs
+++ b/src/core/iTextSharp/text/pdf/PdfStructTreeController.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text.error_messages;
 
diff --git a/src/core/iTextSharp/text/pdf/PdfStructureElement.cs b/src/core/iTextSharp/text/pdf/PdfStructureElement.cs
index b2d42709a..9a6db5ec3 100644
--- a/src/core/iTextSharp/text/pdf/PdfStructureElement.cs
+++ b/src/core/iTextSharp/text/pdf/PdfStructureElement.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -6,51 +48,6 @@
 using iTextSharp.text.pdf.interfaces;
 using iTextSharp.text.pdf.intern;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf
 {
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfStructureTreeRoot.cs b/src/core/iTextSharp/text/pdf/PdfStructureTreeRoot.cs
index 27ebddac9..3c9ddaaef 100644
--- a/src/core/iTextSharp/text/pdf/PdfStructureTreeRoot.cs
+++ b/src/core/iTextSharp/text/pdf/PdfStructureTreeRoot.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text.pdf.interfaces;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/PdfTemplate.cs b/src/core/iTextSharp/text/pdf/PdfTemplate.cs
index 838ce8bd1..1a1d2aa65 100644
--- a/src/core/iTextSharp/text/pdf/PdfTemplate.cs
+++ b/src/core/iTextSharp/text/pdf/PdfTemplate.cs
@@ -1,44 +1,44 @@
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 using System.Collections.Generic;
 using iTextSharp.text.pdf.interfaces;
diff --git a/src/core/iTextSharp/text/pdf/PdfTextArray.cs b/src/core/iTextSharp/text/pdf/PdfTextArray.cs
index 5e5b8c36e..6df502986 100644
--- a/src/core/iTextSharp/text/pdf/PdfTextArray.cs
+++ b/src/core/iTextSharp/text/pdf/PdfTextArray.cs
@@ -1,48 +1,47 @@
-using System;
-using System.Collections.Generic;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfTransition.cs b/src/core/iTextSharp/text/pdf/PdfTransition.cs
index e12f8a61b..0c4fe1e20 100644
--- a/src/core/iTextSharp/text/pdf/PdfTransition.cs
+++ b/src/core/iTextSharp/text/pdf/PdfTransition.cs
@@ -1,47 +1,46 @@
-using System;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfTransparencyGroup.cs b/src/core/iTextSharp/text/pdf/PdfTransparencyGroup.cs
index 19f3af5c7..71ba3a342 100644
--- a/src/core/iTextSharp/text/pdf/PdfTransparencyGroup.cs
+++ b/src/core/iTextSharp/text/pdf/PdfTransparencyGroup.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
     /** The transparency group dictionary.
diff --git a/src/core/iTextSharp/text/pdf/PdfVisibilityExpression.cs b/src/core/iTextSharp/text/pdf/PdfVisibilityExpression.cs
index bd94de262..79dfafe64 100644
--- a/src/core/iTextSharp/text/pdf/PdfVisibilityExpression.cs
+++ b/src/core/iTextSharp/text/pdf/PdfVisibilityExpression.cs
@@ -1,50 +1,47 @@
-using System;
-using iTextSharp.text.error_messages;
-
 /*
- * $Id: PdfLayerMembership.java 4242 2010-01-02 23:22:20Z xlv $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.error_messages;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/PdfWriter.cs b/src/core/iTextSharp/text/pdf/PdfWriter.cs
index c62e5a5ed..e9c9b6f3e 100644
--- a/src/core/iTextSharp/text/pdf/PdfWriter.cs
+++ b/src/core/iTextSharp/text/pdf/PdfWriter.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -14,52 +56,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.xmp;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
     * A DocWriter class for PDF.
diff --git a/src/core/iTextSharp/text/pdf/PdfXConformanceException.cs b/src/core/iTextSharp/text/pdf/PdfXConformanceException.cs
index d3879ed6a..75962e1a7 100644
--- a/src/core/iTextSharp/text/pdf/PdfXConformanceException.cs
+++ b/src/core/iTextSharp/text/pdf/PdfXConformanceException.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/Pfm2afm.cs b/src/core/iTextSharp/text/pdf/Pfm2afm.cs
index 6e1cc8a1b..8ab04fafb 100644
--- a/src/core/iTextSharp/text/pdf/Pfm2afm.cs
+++ b/src/core/iTextSharp/text/pdf/Pfm2afm.cs
@@ -1,49 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 /********************************************************************
  *                                                                  *
  *  Title:  pfm2afm - Convert Windows .pfm files to .afm files      *
diff --git a/src/core/iTextSharp/text/pdf/PushbuttonField.cs b/src/core/iTextSharp/text/pdf/PushbuttonField.cs
index 697f366dd..807223a90 100644
--- a/src/core/iTextSharp/text/pdf/PushbuttonField.cs
+++ b/src/core/iTextSharp/text/pdf/PushbuttonField.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/RadioCheckField.cs b/src/core/iTextSharp/text/pdf/RadioCheckField.cs
index 7b5d7d3be..029056301 100644
--- a/src/core/iTextSharp/text/pdf/RadioCheckField.cs
+++ b/src/core/iTextSharp/text/pdf/RadioCheckField.cs
@@ -1,48 +1,47 @@
-using System;
-using iTextSharp.text.error_messages;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.error_messages;
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/RandomAccessFileOrArray.cs b/src/core/iTextSharp/text/pdf/RandomAccessFileOrArray.cs
index a4a5b4abd..205404ac0 100644
--- a/src/core/iTextSharp/text/pdf/RandomAccessFileOrArray.cs
+++ b/src/core/iTextSharp/text/pdf/RandomAccessFileOrArray.cs
@@ -1,53 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
 using iTextSharp.text.exceptions;
 using iTextSharp.text.io;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /** Intended to be layered on top of a low level RandomAccessSource object.  Provides
diff --git a/src/core/iTextSharp/text/pdf/RefKey.cs b/src/core/iTextSharp/text/pdf/RefKey.cs
index 46c4a8258..38a8799ff 100644
--- a/src/core/iTextSharp/text/pdf/RefKey.cs
+++ b/src/core/iTextSharp/text/pdf/RefKey.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf {
     public class RefKey {
         private int num;
diff --git a/src/core/iTextSharp/text/pdf/SequenceList.cs b/src/core/iTextSharp/text/pdf/SequenceList.cs
index d815dd10c..5762540f3 100644
--- a/src/core/iTextSharp/text/pdf/SequenceList.cs
+++ b/src/core/iTextSharp/text/pdf/SequenceList.cs
@@ -1,49 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using System.util;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/ShadingColor.cs b/src/core/iTextSharp/text/pdf/ShadingColor.cs
index 449f03eb4..5c9479165 100644
--- a/src/core/iTextSharp/text/pdf/ShadingColor.cs
+++ b/src/core/iTextSharp/text/pdf/ShadingColor.cs
@@ -1,47 +1,46 @@
-using System;
-
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/SimpleBookmark.cs b/src/core/iTextSharp/text/pdf/SimpleBookmark.cs
index d52c347c5..6f6b176ac 100644
--- a/src/core/iTextSharp/text/pdf/SimpleBookmark.cs
+++ b/src/core/iTextSharp/text/pdf/SimpleBookmark.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -7,49 +49,6 @@
 using iTextSharp.text.xml.simpleparser;
 using iTextSharp.text.error_messages;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
     /**
     * Bookmark processing in a simple way. It has some limitations, mainly the only
diff --git a/src/core/iTextSharp/text/pdf/SimpleNamedDestination.cs b/src/core/iTextSharp/text/pdf/SimpleNamedDestination.cs
index 3f6719872..92ffa4b73 100644
--- a/src/core/iTextSharp/text/pdf/SimpleNamedDestination.cs
+++ b/src/core/iTextSharp/text/pdf/SimpleNamedDestination.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -6,48 +48,6 @@
 using iTextSharp.text.xml.simpleparser;
 using iTextSharp.text.xml;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/SpotColor.cs b/src/core/iTextSharp/text/pdf/SpotColor.cs
index 38e08dbdd..8c4108122 100644
--- a/src/core/iTextSharp/text/pdf/SpotColor.cs
+++ b/src/core/iTextSharp/text/pdf/SpotColor.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/StampContent.cs b/src/core/iTextSharp/text/pdf/StampContent.cs
index a750442c6..b0c66627f 100644
--- a/src/core/iTextSharp/text/pdf/StampContent.cs
+++ b/src/core/iTextSharp/text/pdf/StampContent.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf {
     public class StampContent : PdfContentByte {
diff --git a/src/core/iTextSharp/text/pdf/StandardDecryption.cs b/src/core/iTextSharp/text/pdf/StandardDecryption.cs
index 03e19a9b7..75c63199b 100644
--- a/src/core/iTextSharp/text/pdf/StandardDecryption.cs
+++ b/src/core/iTextSharp/text/pdf/StandardDecryption.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf.crypto;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf.crypto;
 
 namespace iTextSharp.text.pdf.crypto {
 
diff --git a/src/core/iTextSharp/text/pdf/StringUtils.cs b/src/core/iTextSharp/text/pdf/StringUtils.cs
index 6058d9394..2c75f0be6 100644
--- a/src/core/iTextSharp/text/pdf/StringUtils.cs
+++ b/src/core/iTextSharp/text/pdf/StringUtils.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf {
     public class StringUtils {
 
diff --git a/src/core/iTextSharp/text/pdf/TextField.cs b/src/core/iTextSharp/text/pdf/TextField.cs
index e0c351257..77e99fa74 100644
--- a/src/core/iTextSharp/text/pdf/TextField.cs
+++ b/src/core/iTextSharp/text/pdf/TextField.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /** Supports text, combo and list fields generating the correct appearances.
diff --git a/src/core/iTextSharp/text/pdf/TrueTypeFont.cs b/src/core/iTextSharp/text/pdf/TrueTypeFont.cs
index d4a4c2874..52febe553 100644
--- a/src/core/iTextSharp/text/pdf/TrueTypeFont.cs
+++ b/src/core/iTextSharp/text/pdf/TrueTypeFont.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
@@ -7,52 +49,6 @@
 
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /** Reads a Truetype font
diff --git a/src/core/iTextSharp/text/pdf/TrueTypeFontSubSet.cs b/src/core/iTextSharp/text/pdf/TrueTypeFontSubSet.cs
index 1952ec34f..8470fbd82 100644
--- a/src/core/iTextSharp/text/pdf/TrueTypeFontSubSet.cs
+++ b/src/core/iTextSharp/text/pdf/TrueTypeFontSubSet.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -6,52 +48,6 @@
 
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /** Subsets a True Type font by removing the unneeded glyphs from
diff --git a/src/core/iTextSharp/text/pdf/TrueTypeFontUnicode.cs b/src/core/iTextSharp/text/pdf/TrueTypeFontUnicode.cs
index f21415792..3d90035c4 100644
--- a/src/core/iTextSharp/text/pdf/TrueTypeFontUnicode.cs
+++ b/src/core/iTextSharp/text/pdf/TrueTypeFontUnicode.cs
@@ -1,55 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
 using System.Collections.Generic;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /** Represents a True Type font with Unicode encoding. All the character
diff --git a/src/core/iTextSharp/text/pdf/TtfUnicodeWriter.cs b/src/core/iTextSharp/text/pdf/TtfUnicodeWriter.cs
index f5b59c5c0..612e50c46 100644
--- a/src/core/iTextSharp/text/pdf/TtfUnicodeWriter.cs
+++ b/src/core/iTextSharp/text/pdf/TtfUnicodeWriter.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.util.collections;
diff --git a/src/core/iTextSharp/text/pdf/Type1Font.cs b/src/core/iTextSharp/text/pdf/Type1Font.cs
index 6017bc5fb..01a9e47bf 100644
--- a/src/core/iTextSharp/text/pdf/Type1Font.cs
+++ b/src/core/iTextSharp/text/pdf/Type1Font.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -5,52 +47,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.text.io;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf {
 
     /** Reads a Type1 font
diff --git a/src/core/iTextSharp/text/pdf/Type3Font.cs b/src/core/iTextSharp/text/pdf/Type3Font.cs
index 05c97f481..819a4e08e 100644
--- a/src/core/iTextSharp/text/pdf/Type3Font.cs
+++ b/src/core/iTextSharp/text/pdf/Type3Font.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/Type3Glyph.cs b/src/core/iTextSharp/text/pdf/Type3Glyph.cs
index acc04e393..c5a325075 100644
--- a/src/core/iTextSharp/text/pdf/Type3Glyph.cs
+++ b/src/core/iTextSharp/text/pdf/Type3Glyph.cs
@@ -1,47 +1,47 @@
-using System;
-using iTextSharp.text.error_messages;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.error_messages;
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/VerticalText.cs b/src/core/iTextSharp/text/pdf/VerticalText.cs
index 752fd700e..1c3bcfc97 100644
--- a/src/core/iTextSharp/text/pdf/VerticalText.cs
+++ b/src/core/iTextSharp/text/pdf/VerticalText.cs
@@ -1,52 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.error_messages;
 
 using iTextSharp.text;
 
-/*
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
 
 	/** Writes text vertically. Note that the naming is done according
diff --git a/src/core/iTextSharp/text/pdf/XfaForm.cs b/src/core/iTextSharp/text/pdf/XfaForm.cs
index 57ba5c2f7..0d50a34f0 100644
--- a/src/core/iTextSharp/text/pdf/XfaForm.cs
+++ b/src/core/iTextSharp/text/pdf/XfaForm.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using System.IO;
 using System.Xml;
 using iTextSharp.text.xml;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/XfaXmlLocator.cs b/src/core/iTextSharp/text/pdf/XfaXmlLocator.cs
index 63aab184d..edf40ff68 100644
--- a/src/core/iTextSharp/text/pdf/XfaXmlLocator.cs
+++ b/src/core/iTextSharp/text/pdf/XfaXmlLocator.cs
@@ -1,49 +1,47 @@
-using System.Xml;
-using iTextSharp.text.pdf.security;
 /*
- * $Id: XfaXmlLocator.java 5830 2013-05-31 09:29:15Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Pavel Alay, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System.Xml;
+using iTextSharp.text.pdf.security;
 namespace iTextSharp.text.pdf
 {
     /**
diff --git a/src/core/iTextSharp/text/pdf/XfaXpathConstructor.cs b/src/core/iTextSharp/text/pdf/XfaXpathConstructor.cs
index 16c84fb26..02016cd39 100644
--- a/src/core/iTextSharp/text/pdf/XfaXpathConstructor.cs
+++ b/src/core/iTextSharp/text/pdf/XfaXpathConstructor.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.Xml;
 using iTextSharp.text.pdf.security;
-/*
- * $Id: XfaXpathConstructor.java 5830 2013-05-31 09:29:15Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Pavel Alay, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf
 {
     /**
diff --git a/src/core/iTextSharp/text/pdf/XfdfReader.cs b/src/core/iTextSharp/text/pdf/XfdfReader.cs
index 0da231c5f..be086ce7e 100644
--- a/src/core/iTextSharp/text/pdf/XfdfReader.cs
+++ b/src/core/iTextSharp/text/pdf/XfdfReader.cs
@@ -1,51 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
 using iTextSharp.text.xml.simpleparser;
 using iTextSharp.text.error_messages;
-/*
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/core/iTextSharp/text/pdf/XmlSignatureAppearance.cs b/src/core/iTextSharp/text/pdf/XmlSignatureAppearance.cs
index ebd6307fd..a4b093d5f 100644
--- a/src/core/iTextSharp/text/pdf/XmlSignatureAppearance.cs
+++ b/src/core/iTextSharp/text/pdf/XmlSignatureAppearance.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using Org.BouncyCastle.X509;
 using iTextSharp.text.pdf.security;
-/*
- * $Id: XmlSignatureAppearance.java 5830 2013-05-31 09:29:15Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Pavel Alay, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf
 {
     public class XmlSignatureAppearance {
diff --git a/src/core/iTextSharp/text/pdf/codec/BmpImage.cs b/src/core/iTextSharp/text/pdf/codec/BmpImage.cs
index 918716270..65d1ec5ec 100644
--- a/src/core/iTextSharp/text/pdf/codec/BmpImage.cs
+++ b/src/core/iTextSharp/text/pdf/codec/BmpImage.cs
@@ -1,93 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Net;
 using System.util;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2014 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- * 
- * This code was originally released in 2001 by SUN (see class
- * com.sun.media.imageioimpl.plugins.bmp.BMPImageReader.java)
- * using the BSD license in a specific wording. In a mail dating from
- * January 23, 2008, Brian Burkhalter (@sun.com) gave us permission
- * to use the code under the following version of the BSD license:
- *
- * Copyright (c) 2005 Sun Microsystems, 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: 
- * 
- * - Redistribution of source code must retain the above copyright 
- *   notice, this  list of conditions and the following disclaimer.
- * 
- * - Redistribution 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 Sun Microsystems, Inc. or the names of 
- * contributors may be used to endorse or promote products derived 
- * from this software without specific prior written permission.
- * 
- * This software is provided "AS IS," without a warranty of any 
- * kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND 
- * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, 
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL 
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF 
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR 
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES. 
- * 
- * You acknowledge that this software is not designed or intended for 
- * use in the design, construction, operation or maintenance of any 
- * nuclear facility.
- */
 
 namespace iTextSharp.text.pdf.codec {
     /** Reads a BMP image. All types of BMP can be read.
diff --git a/src/core/iTextSharp/text/pdf/codec/CCITTG4Encoder.cs b/src/core/iTextSharp/text/pdf/codec/CCITTG4Encoder.cs
index 6ea8487f7..a0e748e60 100644
--- a/src/core/iTextSharp/text/pdf/codec/CCITTG4Encoder.cs
+++ b/src/core/iTextSharp/text/pdf/codec/CCITTG4Encoder.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- *
- * This code is base in the libtiff encoder
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.codec {
     /**
diff --git a/src/core/iTextSharp/text/pdf/codec/GifImage.cs b/src/core/iTextSharp/text/pdf/codec/GifImage.cs
index 24ef0c9c5..879623e7f 100644
--- a/src/core/iTextSharp/text/pdf/codec/GifImage.cs
+++ b/src/core/iTextSharp/text/pdf/codec/GifImage.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Net;
 using System.IO;
@@ -6,48 +48,6 @@
 using iTextSharp.text;
 using iTextSharp.text.pdf;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.codec {
     /** Reads gif images of all types. All the images in a gif are read in the constructors
diff --git a/src/core/iTextSharp/text/pdf/codec/JBIG2Image.cs b/src/core/iTextSharp/text/pdf/codec/JBIG2Image.cs
index c1aaecce6..3cceb646c 100644
--- a/src/core/iTextSharp/text/pdf/codec/JBIG2Image.cs
+++ b/src/core/iTextSharp/text/pdf/codec/JBIG2Image.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
 using iTextSharp.text.error_messages;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.codec {
 
diff --git a/src/core/iTextSharp/text/pdf/codec/JBIG2SegmentReader.cs b/src/core/iTextSharp/text/pdf/codec/JBIG2SegmentReader.cs
index 8af4b559c..3551eea3b 100644
--- a/src/core/iTextSharp/text/pdf/codec/JBIG2SegmentReader.cs
+++ b/src/core/iTextSharp/text/pdf/codec/JBIG2SegmentReader.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
 using iTextSharp.text.pdf;
 using iTextSharp.text.error_messages;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.codec {
 
diff --git a/src/core/iTextSharp/text/pdf/codec/PngImage.cs b/src/core/iTextSharp/text/pdf/codec/PngImage.cs
index ae052fff1..693a2308b 100644
--- a/src/core/iTextSharp/text/pdf/codec/PngImage.cs
+++ b/src/core/iTextSharp/text/pdf/codec/PngImage.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Net;
@@ -8,90 +50,6 @@
 using iTextSharp.text.pdf;
 using iTextSharp.text.error_messages;
 using iTextSharp.text.log;
-/*
-* This file is part of the iText project.
-* Copyright (c) 1998-2014 iText Group NV
-* Authors: Bruno Lowagie, Paulo Soares, et al.
-*
-* This program is free software; you can redistribute it and/or modify
-* it under the terms of the GNU Affero General Public License version 3
-* as published by the Free Software Foundation with the addition of the
-* following permission added to Section 15 as permitted in Section 7(a):
-* FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
-* ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
-* OF THIRD PARTY RIGHTS
-*
-* This program is distributed in the hope that it will be useful, but
-* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-* or FITNESS FOR A PARTICULAR PURPOSE.
-* See the GNU Affero General Public License for more details.
-* You should have received a copy of the GNU Affero General Public License
-* along with this program; if not, see http://www.gnu.org/licenses or write to
-* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-* Boston, MA, 02110-1301 USA, or download the license from the following URL:
-* http://itextpdf.com/terms-of-use/
-*
-* The interactive user interfaces in modified source and object code versions
-* of this program must display Appropriate Legal Notices, as required under
-* Section 5 of the GNU Affero General Public License.
-*
-* In accordance with Section 7(b) of the GNU Affero General Public License,
-* a covered work must retain the producer line in every PDF that is created
-* or manipulated using iText.
-*
-* You can be released from the requirements of the license by purchasing
-* a commercial license. Buying such a license is mandatory as soon as you
-* develop commercial activities involving the iText software without
-* disclosing the source code of your own applications.
-* These activities include: offering paid services to customers as an ASP,
-* serving PDFs on the fly in a web application, shipping iText with a closed
-* source product.
-*
-* For more information, please contact iText Software Corp. at this
-* address: sales@itextpdf.com
-*
-* This code is based on a series of source files originally released
-* by SUN in the context of the JAI project. The original code was released 
-* under the BSD license in a specific wording. In a mail dating from
-* January 23, 2008, Brian Burkhalter (@sun.com) gave us permission
-* to use the code under the following version of the BSD license:
-*
-* Copyright (c) 2005 Sun Microsystems, 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: 
-* 
-* - Redistribution of source code must retain the above copyright 
-*   notice, this  list of conditions and the following disclaimer.
-* 
-* - Redistribution 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 Sun Microsystems, Inc. or the names of 
-* contributors may be used to endorse or promote products derived 
-* from this software without specific prior written permission.
-* 
-* This software is provided "AS IS," without a warranty of any 
-* kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND 
-* WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, 
-* FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
-* EXCLUDED. SUN MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL 
-* NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF 
-* USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
-* DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR 
-* ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
-* CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
-* REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
-* INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
-* POSSIBILITY OF SUCH DAMAGES. 
-* 
-* You acknowledge that this software is not designed or intended for 
-* use in the design, construction, operation or maintenance of any 
-* nuclear facility.
-*/
 
 namespace iTextSharp.text.pdf.codec {
     /** Reads a PNG image. All types of PNG can be read.
diff --git a/src/core/iTextSharp/text/pdf/codec/PngWriter.cs b/src/core/iTextSharp/text/pdf/codec/PngWriter.cs
index 0452c05c0..0bc1e29a2 100644
--- a/src/core/iTextSharp/text/pdf/codec/PngWriter.cs
+++ b/src/core/iTextSharp/text/pdf/codec/PngWriter.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using System.IO;
 using iTextSharp.text;
 using System.util.zlib;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.codec {
     public class PngWriter {
diff --git a/src/core/iTextSharp/text/pdf/codec/TiffImage.cs b/src/core/iTextSharp/text/pdf/codec/TiffImage.cs
index cc8aa5618..841173660 100644
--- a/src/core/iTextSharp/text/pdf/codec/TiffImage.cs
+++ b/src/core/iTextSharp/text/pdf/codec/TiffImage.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
@@ -5,48 +47,6 @@
 using iTextSharp.text.pdf;
 using System.util.zlib;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.codec {
     /** Reads TIFF images
diff --git a/src/core/iTextSharp/text/pdf/codec/TiffWriter.cs b/src/core/iTextSharp/text/pdf/codec/TiffWriter.cs
index b04c1ce8f..cb6cb9340 100644
--- a/src/core/iTextSharp/text/pdf/codec/TiffWriter.cs
+++ b/src/core/iTextSharp/text/pdf/codec/TiffWriter.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
 using System.Text;
-/*
- * $Id: TiffWriter.java 4509 2010-05-13 23:06:03Z psoares33 $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.codec {
     /**
      *
diff --git a/src/core/iTextSharp/text/pdf/codec/wmf/InputMeta.cs b/src/core/iTextSharp/text/pdf/codec/wmf/InputMeta.cs
index ba3d1ff6b..55ac80976 100644
--- a/src/core/iTextSharp/text/pdf/codec/wmf/InputMeta.cs
+++ b/src/core/iTextSharp/text/pdf/codec/wmf/InputMeta.cs
@@ -1,53 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.codec.wmf {
     /// 
     /// Summary description for InputMeta.
diff --git a/src/core/iTextSharp/text/pdf/codec/wmf/MetaBrush.cs b/src/core/iTextSharp/text/pdf/codec/wmf/MetaBrush.cs
index 34dbbca87..d5f9e5ffd 100644
--- a/src/core/iTextSharp/text/pdf/codec/wmf/MetaBrush.cs
+++ b/src/core/iTextSharp/text/pdf/codec/wmf/MetaBrush.cs
@@ -1,51 +1,47 @@
-using System;
-using iTextSharp.text;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text;
 
 namespace iTextSharp.text.pdf.codec.wmf {
     public class MetaBrush : MetaObject {
diff --git a/src/core/iTextSharp/text/pdf/codec/wmf/MetaDo.cs b/src/core/iTextSharp/text/pdf/codec/wmf/MetaDo.cs
index 523d727df..c6f2621e4 100644
--- a/src/core/iTextSharp/text/pdf/codec/wmf/MetaDo.cs
+++ b/src/core/iTextSharp/text/pdf/codec/wmf/MetaDo.cs
@@ -1,55 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Net;
 using System.Collections.Generic;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.codec.wmf
 {
     /// 
diff --git a/src/core/iTextSharp/text/pdf/codec/wmf/MetaFont.cs b/src/core/iTextSharp/text/pdf/codec/wmf/MetaFont.cs
index 963795db6..8544d445c 100644
--- a/src/core/iTextSharp/text/pdf/codec/wmf/MetaFont.cs
+++ b/src/core/iTextSharp/text/pdf/codec/wmf/MetaFont.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf.codec.wmf {
     public class MetaFont : MetaObject {
diff --git a/src/core/iTextSharp/text/pdf/codec/wmf/MetaObject.cs b/src/core/iTextSharp/text/pdf/codec/wmf/MetaObject.cs
index d3a07ae09..770dc6af0 100644
--- a/src/core/iTextSharp/text/pdf/codec/wmf/MetaObject.cs
+++ b/src/core/iTextSharp/text/pdf/codec/wmf/MetaObject.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf.codec.wmf
 {
diff --git a/src/core/iTextSharp/text/pdf/codec/wmf/MetaPen.cs b/src/core/iTextSharp/text/pdf/codec/wmf/MetaPen.cs
index 7366c29d5..bfb9247e5 100644
--- a/src/core/iTextSharp/text/pdf/codec/wmf/MetaPen.cs
+++ b/src/core/iTextSharp/text/pdf/codec/wmf/MetaPen.cs
@@ -1,49 +1,45 @@
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf.codec.wmf {
     public class MetaPen : MetaObject {
 
diff --git a/src/core/iTextSharp/text/pdf/codec/wmf/MetaState.cs b/src/core/iTextSharp/text/pdf/codec/wmf/MetaState.cs
index 203e49a64..d2e163730 100644
--- a/src/core/iTextSharp/text/pdf/codec/wmf/MetaState.cs
+++ b/src/core/iTextSharp/text/pdf/codec/wmf/MetaState.cs
@@ -1,51 +1,47 @@
-using System;
-using System.Collections.Generic;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf.codec.wmf {
     public class MetaState {
diff --git a/src/core/iTextSharp/text/pdf/codec/wmf/Point.cs b/src/core/iTextSharp/text/pdf/codec/wmf/Point.cs
index c29c4d479..06cdbe2da 100644
--- a/src/core/iTextSharp/text/pdf/codec/wmf/Point.cs
+++ b/src/core/iTextSharp/text/pdf/codec/wmf/Point.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf.codec.wmf
 {
     public class Point {
diff --git a/src/core/iTextSharp/text/pdf/collection/PdfCollection.cs b/src/core/iTextSharp/text/pdf/collection/PdfCollection.cs
index ef0d72538..3c81b3eca 100644
--- a/src/core/iTextSharp/text/pdf/collection/PdfCollection.cs
+++ b/src/core/iTextSharp/text/pdf/collection/PdfCollection.cs
@@ -1,50 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.collection {
 
diff --git a/src/core/iTextSharp/text/pdf/collection/PdfCollectionField.cs b/src/core/iTextSharp/text/pdf/collection/PdfCollectionField.cs
index c90dad22b..4fbfbeb68 100644
--- a/src/core/iTextSharp/text/pdf/collection/PdfCollectionField.cs
+++ b/src/core/iTextSharp/text/pdf/collection/PdfCollectionField.cs
@@ -1,52 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.collection {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/collection/PdfCollectionItem.cs b/src/core/iTextSharp/text/pdf/collection/PdfCollectionItem.cs
index 28ddc84fe..e362c0e0e 100644
--- a/src/core/iTextSharp/text/pdf/collection/PdfCollectionItem.cs
+++ b/src/core/iTextSharp/text/pdf/collection/PdfCollectionItem.cs
@@ -1,52 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.collection {
 
     public class PdfCollectionItem : PdfDictionary {
diff --git a/src/core/iTextSharp/text/pdf/collection/PdfCollectionSchema.cs b/src/core/iTextSharp/text/pdf/collection/PdfCollectionSchema.cs
index cb0c584ad..85e01dfd1 100644
--- a/src/core/iTextSharp/text/pdf/collection/PdfCollectionSchema.cs
+++ b/src/core/iTextSharp/text/pdf/collection/PdfCollectionSchema.cs
@@ -1,50 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.collection {
 
diff --git a/src/core/iTextSharp/text/pdf/collection/PdfCollectionSort.cs b/src/core/iTextSharp/text/pdf/collection/PdfCollectionSort.cs
index 927fc96f9..406faea4a 100644
--- a/src/core/iTextSharp/text/pdf/collection/PdfCollectionSort.cs
+++ b/src/core/iTextSharp/text/pdf/collection/PdfCollectionSort.cs
@@ -1,52 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.collection {
 
     public class PdfCollectionSort : PdfDictionary {
diff --git a/src/core/iTextSharp/text/pdf/collection/PdfTargetDictionary.cs b/src/core/iTextSharp/text/pdf/collection/PdfTargetDictionary.cs
index 91f6dc078..1caeb4836 100644
--- a/src/core/iTextSharp/text/pdf/collection/PdfTargetDictionary.cs
+++ b/src/core/iTextSharp/text/pdf/collection/PdfTargetDictionary.cs
@@ -1,50 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.collection {
 
diff --git a/src/core/iTextSharp/text/pdf/crypto/AESCipher.cs b/src/core/iTextSharp/text/pdf/crypto/AESCipher.cs
index 498f73b09..1f12842ac 100644
--- a/src/core/iTextSharp/text/pdf/crypto/AESCipher.cs
+++ b/src/core/iTextSharp/text/pdf/crypto/AESCipher.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using Org.BouncyCastle.Crypto.Modes;
 using Org.BouncyCastle.Crypto.Engines;
 using Org.BouncyCastle.Crypto;
 using Org.BouncyCastle.Crypto.Parameters;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.crypto {
 
 /**
diff --git a/src/core/iTextSharp/text/pdf/crypto/AESCipherCBCnoPad.cs b/src/core/iTextSharp/text/pdf/crypto/AESCipherCBCnoPad.cs
index 833171c8b..b014e35a5 100644
--- a/src/core/iTextSharp/text/pdf/crypto/AESCipherCBCnoPad.cs
+++ b/src/core/iTextSharp/text/pdf/crypto/AESCipherCBCnoPad.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using Org.BouncyCastle.Crypto.Modes;
 using Org.BouncyCastle.Crypto.Paddings;
 using Org.BouncyCastle.Crypto.Engines;
 using Org.BouncyCastle.Crypto;
 using Org.BouncyCastle.Crypto.Parameters;
-/*
- * $Id: AESCipher.cs 106 2009-12-07 12:23:50Z psoares33 $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.crypto {
 
 /**
diff --git a/src/core/iTextSharp/text/pdf/crypto/ARCFOUREncryption.cs b/src/core/iTextSharp/text/pdf/crypto/ARCFOUREncryption.cs
index 6bd9ee025..b88bcc229 100644
--- a/src/core/iTextSharp/text/pdf/crypto/ARCFOUREncryption.cs
+++ b/src/core/iTextSharp/text/pdf/crypto/ARCFOUREncryption.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf.crypto {
 
     public class ARCFOUREncryption {
diff --git a/src/core/iTextSharp/text/pdf/crypto/IVGenerator.cs b/src/core/iTextSharp/text/pdf/crypto/IVGenerator.cs
index ed4f8ae9a..ff5d2cf08 100644
--- a/src/core/iTextSharp/text/pdf/crypto/IVGenerator.cs
+++ b/src/core/iTextSharp/text/pdf/crypto/IVGenerator.cs
@@ -1,49 +1,47 @@
-using System;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+
 namespace iTextSharp.text.pdf.crypto {
 
 /**
diff --git a/src/core/iTextSharp/text/pdf/draw/DottedLineSeparator.cs b/src/core/iTextSharp/text/pdf/draw/DottedLineSeparator.cs
index 7989e9be5..02a5e9be4 100644
--- a/src/core/iTextSharp/text/pdf/draw/DottedLineSeparator.cs
+++ b/src/core/iTextSharp/text/pdf/draw/DottedLineSeparator.cs
@@ -1,50 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * 
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.draw {
 
diff --git a/src/core/iTextSharp/text/pdf/draw/IDrawInterface.cs b/src/core/iTextSharp/text/pdf/draw/IDrawInterface.cs
index 894ea643a..2e5c3af70 100644
--- a/src/core/iTextSharp/text/pdf/draw/IDrawInterface.cs
+++ b/src/core/iTextSharp/text/pdf/draw/IDrawInterface.cs
@@ -1,51 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
-
 /*
- * 
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.draw {
     /**
diff --git a/src/core/iTextSharp/text/pdf/draw/LineSeparator.cs b/src/core/iTextSharp/text/pdf/draw/LineSeparator.cs
index 37c1af187..6993deb1e 100644
--- a/src/core/iTextSharp/text/pdf/draw/LineSeparator.cs
+++ b/src/core/iTextSharp/text/pdf/draw/LineSeparator.cs
@@ -1,49 +1,45 @@
 /*
- * 
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf.draw {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/draw/VerticalPositionMark.cs b/src/core/iTextSharp/text/pdf/draw/VerticalPositionMark.cs
index 025c21f10..e1e8faae6 100644
--- a/src/core/iTextSharp/text/pdf/draw/VerticalPositionMark.cs
+++ b/src/core/iTextSharp/text/pdf/draw/VerticalPositionMark.cs
@@ -1,54 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
 
-/*
- * 
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.draw {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/events/FieldPositioningEvents.cs b/src/core/iTextSharp/text/pdf/events/FieldPositioningEvents.cs
index 4d4e85c95..7b3805697 100644
--- a/src/core/iTextSharp/text/pdf/events/FieldPositioningEvents.cs
+++ b/src/core/iTextSharp/text/pdf/events/FieldPositioningEvents.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -5,48 +47,6 @@
 using iTextSharp.text.pdf;
 using iTextSharp.text.error_messages;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.events {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/events/IndexEvents.cs b/src/core/iTextSharp/text/pdf/events/IndexEvents.cs
index 1619d6967..9bb8b114e 100644
--- a/src/core/iTextSharp/text/pdf/events/IndexEvents.cs
+++ b/src/core/iTextSharp/text/pdf/events/IndexEvents.cs
@@ -1,51 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using System.util;
 using iTextSharp.text;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.events {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/events/PdfPCellEventForwarder.cs b/src/core/iTextSharp/text/pdf/events/PdfPCellEventForwarder.cs
index fa3840e21..6f3477ffe 100644
--- a/src/core/iTextSharp/text/pdf/events/PdfPCellEventForwarder.cs
+++ b/src/core/iTextSharp/text/pdf/events/PdfPCellEventForwarder.cs
@@ -1,52 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.events {
 
diff --git a/src/core/iTextSharp/text/pdf/events/PdfPTableEventForwarder.cs b/src/core/iTextSharp/text/pdf/events/PdfPTableEventForwarder.cs
index 8d4bef779..99ccc820a 100644
--- a/src/core/iTextSharp/text/pdf/events/PdfPTableEventForwarder.cs
+++ b/src/core/iTextSharp/text/pdf/events/PdfPTableEventForwarder.cs
@@ -1,49 +1,46 @@
-using System.Collections.Generic;
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf.events {
 
diff --git a/src/core/iTextSharp/text/pdf/events/PdfPageEventForwarder.cs b/src/core/iTextSharp/text/pdf/events/PdfPageEventForwarder.cs
index d20a8e656..44f44075b 100644
--- a/src/core/iTextSharp/text/pdf/events/PdfPageEventForwarder.cs
+++ b/src/core/iTextSharp/text/pdf/events/PdfPageEventForwarder.cs
@@ -1,52 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.events {
 
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/AbstractCMap.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/AbstractCMap.cs
index bf6c0eda5..366715416 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/AbstractCMap.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/AbstractCMap.cs
@@ -1,47 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapByteCid.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapByteCid.cs
index ddce5430e..60a9cb530 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapByteCid.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapByteCid.cs
@@ -1,51 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
 using iTextSharp.text.error_messages;
-/*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     public class CMapByteCid : AbstractCMap {
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCache.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCache.cs
index 8467b8ccb..c2f9b70c1 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCache.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCache.cs
@@ -1,47 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCidByte.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCidByte.cs
index cddf569aa..22b7bfe82 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCidByte.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCidByte.cs
@@ -1,49 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
-/*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     public class CMapCidByte : AbstractCMap {
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCidUni.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCidUni.cs
index 349a3e42c..58d9b945d 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCidUni.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapCidUni.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
-/*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapParserEx.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapParserEx.cs
index 9907766ce..23ad55930 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapParserEx.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapParserEx.cs
@@ -1,50 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text.error_messages;
 using iTextSharp.text.pdf;
-/*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapSequence.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapSequence.cs
index 1e8aa048e..be746b88e 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapSequence.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapSequence.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     public class CMapSequence {
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapUniCid.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapUniCid.cs
index b3efa6f9c..9ea1a2a89 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapUniCid.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/CMapUniCid.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
-/*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/CidLocationFromByte.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/CidLocationFromByte.cs
index f118381a9..4e1546dfb 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/CidLocationFromByte.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/CidLocationFromByte.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.io;
-/*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/CidResource.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/CidResource.cs
index 5179dc6ec..76ae82649 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/CidResource.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/CidResource.cs
@@ -1,50 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text.error_messages;
 using iTextSharp.text.pdf;
 using iTextSharp.text.io;
-/*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/ICidLocation.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/ICidLocation.cs
index 60ee9e594..afe1eccce 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/ICidLocation.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/ICidLocation.cs
@@ -1,47 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 namespace iTextSharp.text.pdf.fonts.cmaps {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/fonts/cmaps/IdentityToUnicode.cs b/src/core/iTextSharp/text/pdf/fonts/cmaps/IdentityToUnicode.cs
index dc17490dd..4f9bde1f0 100644
--- a/src/core/iTextSharp/text/pdf/fonts/cmaps/IdentityToUnicode.cs
+++ b/src/core/iTextSharp/text/pdf/fonts/cmaps/IdentityToUnicode.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.text.pdf.fonts.cmaps
diff --git a/src/core/iTextSharp/text/pdf/hyphenation/SimplePatternParser.cs b/src/core/iTextSharp/text/pdf/hyphenation/SimplePatternParser.cs
index 44feabbe4..c3cb69e23 100644
--- a/src/core/iTextSharp/text/pdf/hyphenation/SimplePatternParser.cs
+++ b/src/core/iTextSharp/text/pdf/hyphenation/SimplePatternParser.cs
@@ -1,51 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
 using System.Collections.Generic;
 using System.util;
 using iTextSharp.text.xml.simpleparser;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.hyphenation {
     /** Parses the xml hyphenation pattern.
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IAccessibleElement.cs b/src/core/iTextSharp/text/pdf/interfaces/IAccessibleElement.cs
index c2ec01cfa..1bd968a74 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IAccessibleElement.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IAccessibleElement.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf.interfaces
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IAlternateDescription.cs b/src/core/iTextSharp/text/pdf/interfaces/IAlternateDescription.cs
index d9b8588fa..430053a2e 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IAlternateDescription.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IAlternateDescription.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.text.pdf.interfaces
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IPdfAnnotations.cs b/src/core/iTextSharp/text/pdf/interfaces/IPdfAnnotations.cs
index d0b867b6b..a22dcf799 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IPdfAnnotations.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IPdfAnnotations.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.interfaces {
 
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IPdfDocumentActions.cs b/src/core/iTextSharp/text/pdf/interfaces/IPdfDocumentActions.cs
index 52cbdd03c..220812670 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IPdfDocumentActions.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IPdfDocumentActions.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.interfaces {
 
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IPdfEncryptionSettings.cs b/src/core/iTextSharp/text/pdf/interfaces/IPdfEncryptionSettings.cs
index 33a7e78a2..9560ce143 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IPdfEncryptionSettings.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IPdfEncryptionSettings.cs
@@ -1,49 +1,47 @@
-using System;
-using Org.BouncyCastle.X509;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using Org.BouncyCastle.X509;
 
 namespace iTextSharp.text.pdf.interfaces {
 
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IPdfIsoConformance.cs b/src/core/iTextSharp/text/pdf/interfaces/IPdfIsoConformance.cs
index b9b6522d7..d93f8173b 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IPdfIsoConformance.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IPdfIsoConformance.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: PdfIsoConformance.java 5249 2012-07-29 12:37:06Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.text.pdf.interfaces
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IPdfPageActions.cs b/src/core/iTextSharp/text/pdf/interfaces/IPdfPageActions.cs
index f29ea3f47..837eee703 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IPdfPageActions.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IPdfPageActions.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.interfaces {
 
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IPdfRunDirection.cs b/src/core/iTextSharp/text/pdf/interfaces/IPdfRunDirection.cs
index 5c6a5231d..f3a1e873d 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IPdfRunDirection.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IPdfRunDirection.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf.interfaces {
 
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IPdfStructureElement.cs b/src/core/iTextSharp/text/pdf/interfaces/IPdfStructureElement.cs
index fe2547be8..3d83b505a 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IPdfStructureElement.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IPdfStructureElement.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IPdfVersion.cs b/src/core/iTextSharp/text/pdf/interfaces/IPdfVersion.cs
index 63e99fbec..32e1a4eb8 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IPdfVersion.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IPdfVersion.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.interfaces {
 
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IPdfViewerPreferences.cs b/src/core/iTextSharp/text/pdf/interfaces/IPdfViewerPreferences.cs
index 7d7e01022..a0ec037e7 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IPdfViewerPreferences.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IPdfViewerPreferences.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.interfaces {
 
diff --git a/src/core/iTextSharp/text/pdf/interfaces/IPdfXConformance.cs b/src/core/iTextSharp/text/pdf/interfaces/IPdfXConformance.cs
index 28e5bcf0e..2ccfa933d 100644
--- a/src/core/iTextSharp/text/pdf/interfaces/IPdfXConformance.cs
+++ b/src/core/iTextSharp/text/pdf/interfaces/IPdfXConformance.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf.interfaces {
 
diff --git a/src/core/iTextSharp/text/pdf/intern/PdfAnnotationsImp.cs b/src/core/iTextSharp/text/pdf/intern/PdfAnnotationsImp.cs
index 9bb44f522..7b2c5ce8a 100644
--- a/src/core/iTextSharp/text/pdf/intern/PdfAnnotationsImp.cs
+++ b/src/core/iTextSharp/text/pdf/intern/PdfAnnotationsImp.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.pdf;
 using iTextSharp.text;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.intern {
 
diff --git a/src/core/iTextSharp/text/pdf/intern/PdfIsoKeys.cs b/src/core/iTextSharp/text/pdf/intern/PdfIsoKeys.cs
index 70faf9c96..208212270 100644
--- a/src/core/iTextSharp/text/pdf/intern/PdfIsoKeys.cs
+++ b/src/core/iTextSharp/text/pdf/intern/PdfIsoKeys.cs
@@ -1,46 +1,44 @@
 /*
- * $Id: PdfIsoKeys.java 5249 2012-07-29 12:37:06Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 namespace iTextSharp.text.pdf.intern
 {
diff --git a/src/core/iTextSharp/text/pdf/intern/PdfVersionImp.cs b/src/core/iTextSharp/text/pdf/intern/PdfVersionImp.cs
index 9c234dd97..a6188b68c 100644
--- a/src/core/iTextSharp/text/pdf/intern/PdfVersionImp.cs
+++ b/src/core/iTextSharp/text/pdf/intern/PdfVersionImp.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text;
 using iTextSharp.text.pdf.interfaces;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.intern {
 
diff --git a/src/core/iTextSharp/text/pdf/intern/PdfViewerPreferencesImp.cs b/src/core/iTextSharp/text/pdf/intern/PdfViewerPreferencesImp.cs
index dfd56d640..115fd6fa4 100644
--- a/src/core/iTextSharp/text/pdf/intern/PdfViewerPreferencesImp.cs
+++ b/src/core/iTextSharp/text/pdf/intern/PdfViewerPreferencesImp.cs
@@ -1,52 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.pdf.interfaces;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.intern {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/intern/PdfXConformanceImp.cs b/src/core/iTextSharp/text/pdf/intern/PdfXConformanceImp.cs
index c5fd0aae8..1880d65f3 100644
--- a/src/core/iTextSharp/text/pdf/intern/PdfXConformanceImp.cs
+++ b/src/core/iTextSharp/text/pdf/intern/PdfXConformanceImp.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections;
 using iTextSharp.text.pdf;
@@ -5,51 +47,6 @@
 using iTextSharp.text.pdf.interfaces;
 using iTextSharp.text.error_messages;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.intern {
 
     public class PdfXConformanceImp : IPdfXConformance {
diff --git a/src/core/iTextSharp/text/pdf/languages/ArabicLigaturizer.cs b/src/core/iTextSharp/text/pdf/languages/ArabicLigaturizer.cs
index 491e34097..b75791286 100644
--- a/src/core/iTextSharp/text/pdf/languages/ArabicLigaturizer.cs
+++ b/src/core/iTextSharp/text/pdf/languages/ArabicLigaturizer.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
 
diff --git a/src/core/iTextSharp/text/pdf/languages/DevanagariLigaturizer.cs b/src/core/iTextSharp/text/pdf/languages/DevanagariLigaturizer.cs
index 5dc4e7943..3b02ddd17 100644
--- a/src/core/iTextSharp/text/pdf/languages/DevanagariLigaturizer.cs
+++ b/src/core/iTextSharp/text/pdf/languages/DevanagariLigaturizer.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: DevanagariLigaturizer.java 5561 2012-11-22 16:22:14Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Ram Narayan, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text.pdf.languages;
 
 namespace com.itextpdf.text.pdf.languages
diff --git a/src/core/iTextSharp/text/pdf/languages/GujaratiLigaturizer.cs b/src/core/iTextSharp/text/pdf/languages/GujaratiLigaturizer.cs
index 1512013f8..7ee5c1c7f 100644
--- a/src/core/iTextSharp/text/pdf/languages/GujaratiLigaturizer.cs
+++ b/src/core/iTextSharp/text/pdf/languages/GujaratiLigaturizer.cs
@@ -1,46 +1,44 @@
 /*
- * $Id: GujaratiLigaturizer.java 5561 2012-11-22 16:22:14Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Ram Narayan, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 namespace iTextSharp.text.pdf.languages
 {
diff --git a/src/core/iTextSharp/text/pdf/languages/HebrewProcessor.cs b/src/core/iTextSharp/text/pdf/languages/HebrewProcessor.cs
index 6f005bd8e..83149c44d 100644
--- a/src/core/iTextSharp/text/pdf/languages/HebrewProcessor.cs
+++ b/src/core/iTextSharp/text/pdf/languages/HebrewProcessor.cs
@@ -1,48 +1,45 @@
 /*
- * $Id:  $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 
diff --git a/src/core/iTextSharp/text/pdf/languages/ILanguageProcessor.cs b/src/core/iTextSharp/text/pdf/languages/ILanguageProcessor.cs
index a6986f49a..0fda7227d 100644
--- a/src/core/iTextSharp/text/pdf/languages/ILanguageProcessor.cs
+++ b/src/core/iTextSharp/text/pdf/languages/ILanguageProcessor.cs
@@ -1,48 +1,45 @@
 /*
- * $Id:  $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.text.pdf.languages
diff --git a/src/core/iTextSharp/text/pdf/languages/IndicLigaturizer.cs b/src/core/iTextSharp/text/pdf/languages/IndicLigaturizer.cs
index e22bb1aeb..e0a54f9cf 100644
--- a/src/core/iTextSharp/text/pdf/languages/IndicLigaturizer.cs
+++ b/src/core/iTextSharp/text/pdf/languages/IndicLigaturizer.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: IndicLigaturizer.java 5561 2012-11-22 16:22:14Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Ram Narayan, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Text;
 using iTextSharp.text.pdf.languages;
diff --git a/src/core/iTextSharp/text/pdf/parser/BezierCurve.cs b/src/core/iTextSharp/text/pdf/parser/BezierCurve.cs
index 9bf24f237..98d75ebad 100644
--- a/src/core/iTextSharp/text/pdf/parser/BezierCurve.cs
+++ b/src/core/iTextSharp/text/pdf/parser/BezierCurve.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections;
 using System.Collections.Generic;
diff --git a/src/core/iTextSharp/text/pdf/parser/ContentByteUtils.cs b/src/core/iTextSharp/text/pdf/parser/ContentByteUtils.cs
index cb7ee86d0..119754174 100644
--- a/src/core/iTextSharp/text/pdf/parser/ContentByteUtils.cs
+++ b/src/core/iTextSharp/text/pdf/parser/ContentByteUtils.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text.pdf;
 using System.util;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.parser {
 
diff --git a/src/core/iTextSharp/text/pdf/parser/FilteredRenderListener.cs b/src/core/iTextSharp/text/pdf/parser/FilteredRenderListener.cs
index fc60dc45b..8af184c11 100644
--- a/src/core/iTextSharp/text/pdf/parser/FilteredRenderListener.cs
+++ b/src/core/iTextSharp/text/pdf/parser/FilteredRenderListener.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/FilteredTextRenderListener.cs b/src/core/iTextSharp/text/pdf/parser/FilteredTextRenderListener.cs
index cb1450fbf..0f7a5be73 100644
--- a/src/core/iTextSharp/text/pdf/parser/FilteredTextRenderListener.cs
+++ b/src/core/iTextSharp/text/pdf/parser/FilteredTextRenderListener.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/GlyphRenderListener.cs b/src/core/iTextSharp/text/pdf/parser/GlyphRenderListener.cs
index 859afb748..3e488218a 100644
--- a/src/core/iTextSharp/text/pdf/parser/GlyphRenderListener.cs
+++ b/src/core/iTextSharp/text/pdf/parser/GlyphRenderListener.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf.parser {
     public class GlyphRenderListener : IRenderListener {
         private IRenderListener deleg;
diff --git a/src/core/iTextSharp/text/pdf/parser/GlyphTextRenderListener.cs b/src/core/iTextSharp/text/pdf/parser/GlyphTextRenderListener.cs
index be514754c..1f1c15c82 100644
--- a/src/core/iTextSharp/text/pdf/parser/GlyphTextRenderListener.cs
+++ b/src/core/iTextSharp/text/pdf/parser/GlyphTextRenderListener.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf.parser {
     public class GlyphTextRenderListener : GlyphRenderListener, ITextExtractionStrategy {
         private ITextExtractionStrategy deleg;
diff --git a/src/core/iTextSharp/text/pdf/parser/GraphicsState.cs b/src/core/iTextSharp/text/pdf/parser/GraphicsState.cs
index 53018de71..4416c9f84 100644
--- a/src/core/iTextSharp/text/pdf/parser/GraphicsState.cs
+++ b/src/core/iTextSharp/text/pdf/parser/GraphicsState.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/IContentOperator.cs b/src/core/iTextSharp/text/pdf/parser/IContentOperator.cs
index d298f2171..d9be2a6bb 100644
--- a/src/core/iTextSharp/text/pdf/parser/IContentOperator.cs
+++ b/src/core/iTextSharp/text/pdf/parser/IContentOperator.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.pdf;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.parser {
 
diff --git a/src/core/iTextSharp/text/pdf/parser/IExtRenderListener.cs b/src/core/iTextSharp/text/pdf/parser/IExtRenderListener.cs
index 3bc096fe1..6623d6117 100644
--- a/src/core/iTextSharp/text/pdf/parser/IExtRenderListener.cs
+++ b/src/core/iTextSharp/text/pdf/parser/IExtRenderListener.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/core/iTextSharp/text/pdf/parser/IRenderListener.cs b/src/core/iTextSharp/text/pdf/parser/IRenderListener.cs
index 8c1d42caa..24086b559 100644
--- a/src/core/iTextSharp/text/pdf/parser/IRenderListener.cs
+++ b/src/core/iTextSharp/text/pdf/parser/IRenderListener.cs
@@ -1,46 +1,44 @@
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 namespace iTextSharp.text.pdf.parser {
 
diff --git a/src/core/iTextSharp/text/pdf/parser/ITextExtractionStrategy.cs b/src/core/iTextSharp/text/pdf/parser/ITextExtractionStrategy.cs
index e7153b117..446aae147 100644
--- a/src/core/iTextSharp/text/pdf/parser/ITextExtractionStrategy.cs
+++ b/src/core/iTextSharp/text/pdf/parser/ITextExtractionStrategy.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/IXObjectDoHandler.cs b/src/core/iTextSharp/text/pdf/parser/IXObjectDoHandler.cs
index 1028ee574..e3a8b159a 100644
--- a/src/core/iTextSharp/text/pdf/parser/IXObjectDoHandler.cs
+++ b/src/core/iTextSharp/text/pdf/parser/IXObjectDoHandler.cs
@@ -1,46 +1,44 @@
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 using System.Collections;
 
diff --git a/src/core/iTextSharp/text/pdf/parser/ImageRenderInfo.cs b/src/core/iTextSharp/text/pdf/parser/ImageRenderInfo.cs
index 82f7a32e4..91b719c06 100644
--- a/src/core/iTextSharp/text/pdf/parser/ImageRenderInfo.cs
+++ b/src/core/iTextSharp/text/pdf/parser/ImageRenderInfo.cs
@@ -1,46 +1,44 @@
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 using System.Collections;
 using System.Collections.Generic;
diff --git a/src/core/iTextSharp/text/pdf/parser/InlineImageInfo.cs b/src/core/iTextSharp/text/pdf/parser/InlineImageInfo.cs
index f46d2022b..3da93727a 100644
--- a/src/core/iTextSharp/text/pdf/parser/InlineImageInfo.cs
+++ b/src/core/iTextSharp/text/pdf/parser/InlineImageInfo.cs
@@ -1,46 +1,44 @@
 /*
- * $Id: ImageRenderInfo.java 4972 2011-10-07 14:50:27Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 namespace iTextSharp.text.pdf.parser {
 
diff --git a/src/core/iTextSharp/text/pdf/parser/InlineImageUtils.cs b/src/core/iTextSharp/text/pdf/parser/InlineImageUtils.cs
index d103e3835..82d40cd8c 100644
--- a/src/core/iTextSharp/text/pdf/parser/InlineImageUtils.cs
+++ b/src/core/iTextSharp/text/pdf/parser/InlineImageUtils.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -5,50 +47,6 @@
 using iTextSharp.text.log;
 
 //using System.util;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Kevin Day, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.parser {
 
diff --git a/src/core/iTextSharp/text/pdf/parser/Line.cs b/src/core/iTextSharp/text/pdf/parser/Line.cs
index 9aea947cc..e563d6dd2 100644
--- a/src/core/iTextSharp/text/pdf/parser/Line.cs
+++ b/src/core/iTextSharp/text/pdf/parser/Line.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/core/iTextSharp/text/pdf/parser/LineDashPattern.cs b/src/core/iTextSharp/text/pdf/parser/LineDashPattern.cs
index d21661a32..c083659b8 100644
--- a/src/core/iTextSharp/text/pdf/parser/LineDashPattern.cs
+++ b/src/core/iTextSharp/text/pdf/parser/LineDashPattern.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System.util;
 using iTextSharp.awt.geom;
 
diff --git a/src/core/iTextSharp/text/pdf/parser/LineSegment.cs b/src/core/iTextSharp/text/pdf/parser/LineSegment.cs
index d8b4789e4..be5ff4208 100644
--- a/src/core/iTextSharp/text/pdf/parser/LineSegment.cs
+++ b/src/core/iTextSharp/text/pdf/parser/LineSegment.cs
@@ -1,49 +1,47 @@
-using System;
-using System.util;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Kevin Day, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.util;
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/LocationTextExtractionStrategy.cs b/src/core/iTextSharp/text/pdf/parser/LocationTextExtractionStrategy.cs
index 989a74c90..1a6396420 100644
--- a/src/core/iTextSharp/text/pdf/parser/LocationTextExtractionStrategy.cs
+++ b/src/core/iTextSharp/text/pdf/parser/LocationTextExtractionStrategy.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Runtime.InteropServices;
 using System.Text;
 using iTextSharp.text.io;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.parser {
 
 
diff --git a/src/core/iTextSharp/text/pdf/parser/MarkedContentInfo.cs b/src/core/iTextSharp/text/pdf/parser/MarkedContentInfo.cs
index 4ffbca947..8c7637324 100644
--- a/src/core/iTextSharp/text/pdf/parser/MarkedContentInfo.cs
+++ b/src/core/iTextSharp/text/pdf/parser/MarkedContentInfo.cs
@@ -1,49 +1,47 @@
-using System;
-
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/MarkedContentRenderFilter.cs b/src/core/iTextSharp/text/pdf/parser/MarkedContentRenderFilter.cs
index 6cfb85689..51b6bce3b 100644
--- a/src/core/iTextSharp/text/pdf/parser/MarkedContentRenderFilter.cs
+++ b/src/core/iTextSharp/text/pdf/parser/MarkedContentRenderFilter.cs
@@ -1,46 +1,44 @@
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 namespace iTextSharp.text.pdf.parser {
 
diff --git a/src/core/iTextSharp/text/pdf/parser/Matrix.cs b/src/core/iTextSharp/text/pdf/parser/Matrix.cs
index 27d480ebf..a1729a4d8 100644
--- a/src/core/iTextSharp/text/pdf/parser/Matrix.cs
+++ b/src/core/iTextSharp/text/pdf/parser/Matrix.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf.parser {
 
diff --git a/src/core/iTextSharp/text/pdf/parser/MultiFilteredRenderListener.cs b/src/core/iTextSharp/text/pdf/parser/MultiFilteredRenderListener.cs
index a2abe76fa..e1bde1db2 100644
--- a/src/core/iTextSharp/text/pdf/parser/MultiFilteredRenderListener.cs
+++ b/src/core/iTextSharp/text/pdf/parser/MultiFilteredRenderListener.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf.parser {
diff --git a/src/core/iTextSharp/text/pdf/parser/Path.cs b/src/core/iTextSharp/text/pdf/parser/Path.cs
index 7798ae149..0cd8401c6 100644
--- a/src/core/iTextSharp/text/pdf/parser/Path.cs
+++ b/src/core/iTextSharp/text/pdf/parser/Path.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.util;
diff --git a/src/core/iTextSharp/text/pdf/parser/PathConstructionRenderInfo.cs b/src/core/iTextSharp/text/pdf/parser/PathConstructionRenderInfo.cs
index 12e165f9a..01b56984c 100644
--- a/src/core/iTextSharp/text/pdf/parser/PathConstructionRenderInfo.cs
+++ b/src/core/iTextSharp/text/pdf/parser/PathConstructionRenderInfo.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/core/iTextSharp/text/pdf/parser/PathPaintingRenderInfo.cs b/src/core/iTextSharp/text/pdf/parser/PathPaintingRenderInfo.cs
index 70b7f222b..b2c7cc5f8 100644
--- a/src/core/iTextSharp/text/pdf/parser/PathPaintingRenderInfo.cs
+++ b/src/core/iTextSharp/text/pdf/parser/PathPaintingRenderInfo.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/core/iTextSharp/text/pdf/parser/PdfContentReaderTool.cs b/src/core/iTextSharp/text/pdf/parser/PdfContentReaderTool.cs
index 418dd9fd9..abea8699f 100644
--- a/src/core/iTextSharp/text/pdf/parser/PdfContentReaderTool.cs
+++ b/src/core/iTextSharp/text/pdf/parser/PdfContentReaderTool.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
 using System.util;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs
index 953ab44b1..dc00af126 100644
--- a/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs
+++ b/src/core/iTextSharp/text/pdf/parser/PdfContentStreamProcessor.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections;
 using System.Collections.Generic;
@@ -5,50 +47,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.text.io;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/PdfImageObject.cs b/src/core/iTextSharp/text/pdf/parser/PdfImageObject.cs
index 118940975..8552333a6 100644
--- a/src/core/iTextSharp/text/pdf/parser/PdfImageObject.cs
+++ b/src/core/iTextSharp/text/pdf/parser/PdfImageObject.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text.error_messages;
 using iTextSharp.text.pdf.codec;
 using iTextSharp.text.exceptions;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Kevin Day, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.parser {
 
diff --git a/src/core/iTextSharp/text/pdf/parser/PdfReaderContentParser.cs b/src/core/iTextSharp/text/pdf/parser/PdfReaderContentParser.cs
index 2d60e230d..709a97684 100644
--- a/src/core/iTextSharp/text/pdf/parser/PdfReaderContentParser.cs
+++ b/src/core/iTextSharp/text/pdf/parser/PdfReaderContentParser.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Kevin Day, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 
 namespace iTextSharp.text.pdf.parser {
diff --git a/src/core/iTextSharp/text/pdf/parser/PdfTextExtractor.cs b/src/core/iTextSharp/text/pdf/parser/PdfTextExtractor.cs
index 7843f90e8..5358bb6d3 100644
--- a/src/core/iTextSharp/text/pdf/parser/PdfTextExtractor.cs
+++ b/src/core/iTextSharp/text/pdf/parser/PdfTextExtractor.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/RegionTextRenderFilter.cs b/src/core/iTextSharp/text/pdf/parser/RegionTextRenderFilter.cs
index 9c6fcd3e2..93e7efb05 100644
--- a/src/core/iTextSharp/text/pdf/parser/RegionTextRenderFilter.cs
+++ b/src/core/iTextSharp/text/pdf/parser/RegionTextRenderFilter.cs
@@ -1,48 +1,46 @@
-using System.util;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System.util;
 namespace iTextSharp.text.pdf.parser {
 
 
diff --git a/src/core/iTextSharp/text/pdf/parser/RenderFilter.cs b/src/core/iTextSharp/text/pdf/parser/RenderFilter.cs
index 00c83f580..f98d8a23a 100644
--- a/src/core/iTextSharp/text/pdf/parser/RenderFilter.cs
+++ b/src/core/iTextSharp/text/pdf/parser/RenderFilter.cs
@@ -1,46 +1,44 @@
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 namespace iTextSharp.text.pdf.parser {
 
diff --git a/src/core/iTextSharp/text/pdf/parser/Shape.cs b/src/core/iTextSharp/text/pdf/parser/Shape.cs
index 85d9d30de..8eb7450c7 100644
--- a/src/core/iTextSharp/text/pdf/parser/Shape.cs
+++ b/src/core/iTextSharp/text/pdf/parser/Shape.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/core/iTextSharp/text/pdf/parser/SimpleTextExtractionStrategy.cs b/src/core/iTextSharp/text/pdf/parser/SimpleTextExtractionStrategy.cs
index 01d65ad46..37f51c97a 100644
--- a/src/core/iTextSharp/text/pdf/parser/SimpleTextExtractionStrategy.cs
+++ b/src/core/iTextSharp/text/pdf/parser/SimpleTextExtractionStrategy.cs
@@ -1,49 +1,47 @@
-using System;
-using System.Text;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Text;
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/Subpath.cs b/src/core/iTextSharp/text/pdf/parser/Subpath.cs
index fa798fe7b..f56e28be1 100644
--- a/src/core/iTextSharp/text/pdf/parser/Subpath.cs
+++ b/src/core/iTextSharp/text/pdf/parser/Subpath.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/core/iTextSharp/text/pdf/parser/TaggedPdfReaderTool.cs b/src/core/iTextSharp/text/pdf/parser/TaggedPdfReaderTool.cs
index 6e293b7cd..99f44b968 100644
--- a/src/core/iTextSharp/text/pdf/parser/TaggedPdfReaderTool.cs
+++ b/src/core/iTextSharp/text/pdf/parser/TaggedPdfReaderTool.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -5,50 +47,6 @@
 using System.Text.RegularExpressions;
 using iTextSharp.text.error_messages;
 using iTextSharp.text.xml;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and obj code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/TextMarginFinder.cs b/src/core/iTextSharp/text/pdf/parser/TextMarginFinder.cs
index 962da2ef5..88fd648a0 100644
--- a/src/core/iTextSharp/text/pdf/parser/TextMarginFinder.cs
+++ b/src/core/iTextSharp/text/pdf/parser/TextMarginFinder.cs
@@ -1,48 +1,46 @@
-using System.util;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System.util;
 namespace iTextSharp.text.pdf.parser {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/parser/TextRenderInfo.cs b/src/core/iTextSharp/text/pdf/parser/TextRenderInfo.cs
index 8f95975cb..5dcfee8cb 100644
--- a/src/core/iTextSharp/text/pdf/parser/TextRenderInfo.cs
+++ b/src/core/iTextSharp/text/pdf/parser/TextRenderInfo.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections;
 using System.Collections.Generic;
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 using System.Text;
 
 namespace iTextSharp.text.pdf.parser {
diff --git a/src/core/iTextSharp/text/pdf/parser/Vector.cs b/src/core/iTextSharp/text/pdf/parser/Vector.cs
index 7725157ed..c0d167d36 100644
--- a/src/core/iTextSharp/text/pdf/parser/Vector.cs
+++ b/src/core/iTextSharp/text/pdf/parser/Vector.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Kevin Day, Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.pdf.parser {
 
diff --git a/src/core/iTextSharp/text/pdf/security/AsymmetricAlgorithmSignature.cs b/src/core/iTextSharp/text/pdf/security/AsymmetricAlgorithmSignature.cs
index 9bcadd44f..bf4cb2acb 100644
--- a/src/core/iTextSharp/text/pdf/security/AsymmetricAlgorithmSignature.cs
+++ b/src/core/iTextSharp/text/pdf/security/AsymmetricAlgorithmSignature.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Security.Cryptography;
 
 namespace iTextSharp.text.pdf.security
diff --git a/src/core/iTextSharp/text/pdf/security/CertificateInfo.cs b/src/core/iTextSharp/text/pdf/security/CertificateInfo.cs
index ac887bba1..09373ece8 100644
--- a/src/core/iTextSharp/text/pdf/security/CertificateInfo.cs
+++ b/src/core/iTextSharp/text/pdf/security/CertificateInfo.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections.Generic;
@@ -6,50 +48,6 @@
 using System.Text;
 using Org.BouncyCastle.X509;
 using iTextSharp.text.error_messages;
-/*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security {
 
 //import java.io.ByteArrayInputStream;
diff --git a/src/core/iTextSharp/text/pdf/security/CertificateUtil.cs b/src/core/iTextSharp/text/pdf/security/CertificateUtil.cs
index 655daa920..7572bb3ab 100644
--- a/src/core/iTextSharp/text/pdf/security/CertificateUtil.cs
+++ b/src/core/iTextSharp/text/pdf/security/CertificateUtil.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using Org.BouncyCastle.X509;
 using Org.BouncyCastle.Asn1;
 using Org.BouncyCastle.Asn1.X509;
 using System.Text;
-/*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/CertificateVerification.cs b/src/core/iTextSharp/text/pdf/security/CertificateVerification.cs
index b0ed4b797..132673081 100644
--- a/src/core/iTextSharp/text/pdf/security/CertificateVerification.cs
+++ b/src/core/iTextSharp/text/pdf/security/CertificateVerification.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using Org.BouncyCastle.X509;
@@ -5,50 +47,6 @@
 using Org.BouncyCastle.Tsp;
 using Org.BouncyCastle.Asn1.X509;
 using Org.BouncyCastle.Security.Certificates;
-/*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/CertificateVerifier.cs b/src/core/iTextSharp/text/pdf/security/CertificateVerifier.cs
index d03a08708..960e25c1c 100644
--- a/src/core/iTextSharp/text/pdf/security/CertificateVerifier.cs
+++ b/src/core/iTextSharp/text/pdf/security/CertificateVerifier.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: CertificateVerifier.java 5465 2012-10-07 12:37:23Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using Org.BouncyCastle.X509;
diff --git a/src/core/iTextSharp/text/pdf/security/CrlClientOffline.cs b/src/core/iTextSharp/text/pdf/security/CrlClientOffline.cs
index 78c3d84a7..0eeedca7b 100644
--- a/src/core/iTextSharp/text/pdf/security/CrlClientOffline.cs
+++ b/src/core/iTextSharp/text/pdf/security/CrlClientOffline.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using Org.BouncyCastle.X509;
-/*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/CrlClientOnline.cs b/src/core/iTextSharp/text/pdf/security/CrlClientOnline.cs
index 7299a6b81..a1d3f7bc3 100644
--- a/src/core/iTextSharp/text/pdf/security/CrlClientOnline.cs
+++ b/src/core/iTextSharp/text/pdf/security/CrlClientOnline.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -6,50 +48,6 @@
 using Org.BouncyCastle.X509;
 using iTextSharp.text.log;
 using iTextSharp.text.error_messages;
-/*
- * $Id: CrlClientOnline.java 5302 2012-08-13 07:30:41Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/CrlVerifier.cs b/src/core/iTextSharp/text/pdf/security/CrlVerifier.cs
index 248967ff6..f277c6b41 100644
--- a/src/core/iTextSharp/text/pdf/security/CrlVerifier.cs
+++ b/src/core/iTextSharp/text/pdf/security/CrlVerifier.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: CRLVerifier.java 5465 2012-10-07 12:37:23Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/core/iTextSharp/text/pdf/security/DigestAlgorithms.cs b/src/core/iTextSharp/text/pdf/security/DigestAlgorithms.cs
index 86ba860ce..19f04b2ad 100644
--- a/src/core/iTextSharp/text/pdf/security/DigestAlgorithms.cs
+++ b/src/core/iTextSharp/text/pdf/security/DigestAlgorithms.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using Org.BouncyCastle.Crypto;
 using Org.BouncyCastle.Security;
-/*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/EncryptionAlgorithms.cs b/src/core/iTextSharp/text/pdf/security/EncryptionAlgorithms.cs
index 1d1752d9c..1dbc19f99 100644
--- a/src/core/iTextSharp/text/pdf/security/EncryptionAlgorithms.cs
+++ b/src/core/iTextSharp/text/pdf/security/EncryptionAlgorithms.cs
@@ -1,49 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/ExternalBlankSignatureContainer.cs b/src/core/iTextSharp/text/pdf/security/ExternalBlankSignatureContainer.cs
index 6f66e4703..a5a1db2ca 100644
--- a/src/core/iTextSharp/text/pdf/security/ExternalBlankSignatureContainer.cs
+++ b/src/core/iTextSharp/text/pdf/security/ExternalBlankSignatureContainer.cs
@@ -1,46 +1,44 @@
 /*
- * $Id: ExternalBlankSignatureContainer.java 5566 2012-11-25 12:27:33Z psoares33 $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 using System.IO;
 using iTextSharp.text.pdf;
diff --git a/src/core/iTextSharp/text/pdf/security/ICrlClient.cs b/src/core/iTextSharp/text/pdf/security/ICrlClient.cs
index 6f7ef2336..4c10620bc 100644
--- a/src/core/iTextSharp/text/pdf/security/ICrlClient.cs
+++ b/src/core/iTextSharp/text/pdf/security/ICrlClient.cs
@@ -1,48 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using Org.BouncyCastle.X509;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.security {
 
diff --git a/src/core/iTextSharp/text/pdf/security/IExternalSignature.cs b/src/core/iTextSharp/text/pdf/security/IExternalSignature.cs
index 5181586ea..cde51b9d4 100644
--- a/src/core/iTextSharp/text/pdf/security/IExternalSignature.cs
+++ b/src/core/iTextSharp/text/pdf/security/IExternalSignature.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/IExternalSignatureContainer.cs b/src/core/iTextSharp/text/pdf/security/IExternalSignatureContainer.cs
index 461167b49..9389c05ec 100644
--- a/src/core/iTextSharp/text/pdf/security/IExternalSignatureContainer.cs
+++ b/src/core/iTextSharp/text/pdf/security/IExternalSignatureContainer.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text.pdf;
-/*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/IOcspClient.cs b/src/core/iTextSharp/text/pdf/security/IOcspClient.cs
index d4d622ddf..e194eff36 100644
--- a/src/core/iTextSharp/text/pdf/security/IOcspClient.cs
+++ b/src/core/iTextSharp/text/pdf/security/IOcspClient.cs
@@ -1,49 +1,47 @@
-using System;
-using Org.BouncyCastle.X509;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using Org.BouncyCastle.X509;
 
 namespace iTextSharp.text.pdf.security {
 
diff --git a/src/core/iTextSharp/text/pdf/security/ITSAClient.cs b/src/core/iTextSharp/text/pdf/security/ITSAClient.cs
index b43b66df9..14f6eb8e7 100644
--- a/src/core/iTextSharp/text/pdf/security/ITSAClient.cs
+++ b/src/core/iTextSharp/text/pdf/security/ITSAClient.cs
@@ -1,49 +1,47 @@
-using System;
-using Org.BouncyCastle.Crypto;
 /*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using Org.BouncyCastle.Crypto;
 
 namespace iTextSharp.text.pdf.security {
 
diff --git a/src/core/iTextSharp/text/pdf/security/ITSAInfoBouncyCastle.cs b/src/core/iTextSharp/text/pdf/security/ITSAInfoBouncyCastle.cs
index 902f689a8..01a488af8 100644
--- a/src/core/iTextSharp/text/pdf/security/ITSAInfoBouncyCastle.cs
+++ b/src/core/iTextSharp/text/pdf/security/ITSAInfoBouncyCastle.cs
@@ -1,49 +1,47 @@
-using System;
-using Org.BouncyCastle.Tsp;
 /*
- * $Id: TSAInfoBouncyCastle.java 5345 2012-08-22 08:14:09Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using Org.BouncyCastle.Tsp;
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/IXmlLocator.cs b/src/core/iTextSharp/text/pdf/security/IXmlLocator.cs
index af30c42b1..c401caafc 100644
--- a/src/core/iTextSharp/text/pdf/security/IXmlLocator.cs
+++ b/src/core/iTextSharp/text/pdf/security/IXmlLocator.cs
@@ -1,48 +1,46 @@
-using System.Xml;
 /*
- * $Id: XmlLocator.java 5830 2013-05-31 09:29:15Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Pavel Alay, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System.Xml;
 namespace iTextSharp.text.pdf.security
 {
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/IXpathConstructor.cs b/src/core/iTextSharp/text/pdf/security/IXpathConstructor.cs
index e9e7171b0..d0c5b13b1 100644
--- a/src/core/iTextSharp/text/pdf/security/IXpathConstructor.cs
+++ b/src/core/iTextSharp/text/pdf/security/IXpathConstructor.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Xml;
 
-/*
- * $Id: XpathConstructor.java 5830 2013-05-31 09:29:15Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Pavel Alay, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security
 {
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/LtvTimestamp.cs b/src/core/iTextSharp/text/pdf/security/LtvTimestamp.cs
index 5efc6a71c..1952e6985 100644
--- a/src/core/iTextSharp/text/pdf/security/LtvTimestamp.cs
+++ b/src/core/iTextSharp/text/pdf/security/LtvTimestamp.cs
@@ -1,51 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using Org.BouncyCastle.Crypto;
 using Org.BouncyCastle.Security;
 using iTextSharp.text;
-/*
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.security {
 
diff --git a/src/core/iTextSharp/text/pdf/security/LtvVerification.cs b/src/core/iTextSharp/text/pdf/security/LtvVerification.cs
index 0ee93ae45..361c73f76 100644
--- a/src/core/iTextSharp/text/pdf/security/LtvVerification.cs
+++ b/src/core/iTextSharp/text/pdf/security/LtvVerification.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -8,49 +50,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.text.log;
 
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/LtvVerifier.cs b/src/core/iTextSharp/text/pdf/security/LtvVerifier.cs
index 3355dbe50..3e485ebe6 100644
--- a/src/core/iTextSharp/text/pdf/security/LtvVerifier.cs
+++ b/src/core/iTextSharp/text/pdf/security/LtvVerifier.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: LtvVerifier.java 5472 2012-10-07 17:08:45Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/core/iTextSharp/text/pdf/security/MakeSignature.cs b/src/core/iTextSharp/text/pdf/security/MakeSignature.cs
index 6f1f56aa8..80e1225f6 100644
--- a/src/core/iTextSharp/text/pdf/security/MakeSignature.cs
+++ b/src/core/iTextSharp/text/pdf/security/MakeSignature.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using Org.BouncyCastle.X509;
 using System.Collections.Generic;
@@ -8,50 +50,6 @@
 using iTextSharp.text.io;
 using Org.BouncyCastle.Asn1.Esf;
 
-/*
- * $Id: MakeSignature.java 5199 2012-06-18 20:14:38Z psoares33 $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security {
 
     public enum CryptoStandard {
diff --git a/src/core/iTextSharp/text/pdf/security/MakeXmlSignature.cs b/src/core/iTextSharp/text/pdf/security/MakeXmlSignature.cs
index 4643768d0..7ae18b610 100644
--- a/src/core/iTextSharp/text/pdf/security/MakeXmlSignature.cs
+++ b/src/core/iTextSharp/text/pdf/security/MakeXmlSignature.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Security.Cryptography;
@@ -8,50 +50,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.text.exceptions;
 
-/*
- * $Id: MakeXmlSignature.java 5830 2013-05-31 09:29:15Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Pavel Alay, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security
 {
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/OcspClientBouncyCastle.cs b/src/core/iTextSharp/text/pdf/security/OcspClientBouncyCastle.cs
index de8353255..b9bac885e 100644
--- a/src/core/iTextSharp/text/pdf/security/OcspClientBouncyCastle.cs
+++ b/src/core/iTextSharp/text/pdf/security/OcspClientBouncyCastle.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections;
@@ -11,51 +53,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.text.log;
 
-/*
- * $Id: OcspClientBouncyCastle.cs 220 2010-12-22 13:38:35Z psoares33 $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/OcspVerifier.cs b/src/core/iTextSharp/text/pdf/security/OcspVerifier.cs
index a67caf0be..ff472ec90 100644
--- a/src/core/iTextSharp/text/pdf/security/OcspVerifier.cs
+++ b/src/core/iTextSharp/text/pdf/security/OcspVerifier.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: OCSPVerifier.java 5465 2012-10-07 12:37:23Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections;
 using System.Collections.Generic;
diff --git a/src/core/iTextSharp/text/pdf/security/PdfPKCS7.cs b/src/core/iTextSharp/text/pdf/security/PdfPKCS7.cs
index e84c9fb5d..3e2bd5684 100644
--- a/src/core/iTextSharp/text/pdf/security/PdfPKCS7.cs
+++ b/src/core/iTextSharp/text/pdf/security/PdfPKCS7.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using Org.BouncyCastle.Crypto;
 using Org.BouncyCastle.X509;
@@ -18,50 +60,6 @@
 using Org.BouncyCastle.Asn1.Pkcs;
 using Org.BouncyCastle.Asn1.Tsp;
 using Org.BouncyCastle.Utilities;
-/*
- * $Id: PdfPKCS7.java 5195 2012-06-18 14:25:30Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/PdfSignatureAppDictionary.cs b/src/core/iTextSharp/text/pdf/security/PdfSignatureAppDictionary.cs
index d7981e331..c7754df28 100644
--- a/src/core/iTextSharp/text/pdf/security/PdfSignatureAppDictionary.cs
+++ b/src/core/iTextSharp/text/pdf/security/PdfSignatureAppDictionary.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: PdfSignatureAppDictionary.java 6037 2013-10-21 13:44:07Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Kwinten Pisman, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf.security {
     /**
      * A dictionary that stores the name of the application that signs the PDF.
diff --git a/src/core/iTextSharp/text/pdf/security/PdfSignatureBuildProperties.cs b/src/core/iTextSharp/text/pdf/security/PdfSignatureBuildProperties.cs
index 05152804c..c96c84dd1 100644
--- a/src/core/iTextSharp/text/pdf/security/PdfSignatureBuildProperties.cs
+++ b/src/core/iTextSharp/text/pdf/security/PdfSignatureBuildProperties.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: PdfSignatureBuildProperties.java 6037 2013-10-21 13:44:07Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Kwinten Pisman, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/PrivateKeySignature.cs b/src/core/iTextSharp/text/pdf/security/PrivateKeySignature.cs
index a0a0223b9..85ef10d51 100644
--- a/src/core/iTextSharp/text/pdf/security/PrivateKeySignature.cs
+++ b/src/core/iTextSharp/text/pdf/security/PrivateKeySignature.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using Org.BouncyCastle.Crypto;
 using Org.BouncyCastle.Crypto.Parameters;
 using Org.BouncyCastle.Security;
 using iTextSharp.text.error_messages;
-/*
- * $Id: ExternalSignaturePrivateKey.java 5193 2012-06-18 13:36:09Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.security {
 
 
diff --git a/src/core/iTextSharp/text/pdf/security/RootStoreVerifier.cs b/src/core/iTextSharp/text/pdf/security/RootStoreVerifier.cs
index 1beedee57..32a99ed06 100644
--- a/src/core/iTextSharp/text/pdf/security/RootStoreVerifier.cs
+++ b/src/core/iTextSharp/text/pdf/security/RootStoreVerifier.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: RootStoreVerifier.java 5465 2012-10-07 12:37:23Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using Org.BouncyCastle.Security;
diff --git a/src/core/iTextSharp/text/pdf/security/SecurityConstants.cs b/src/core/iTextSharp/text/pdf/security/SecurityConstants.cs
index d94534df8..10c0e1f9f 100644
--- a/src/core/iTextSharp/text/pdf/security/SecurityConstants.cs
+++ b/src/core/iTextSharp/text/pdf/security/SecurityConstants.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.text.pdf.security
diff --git a/src/core/iTextSharp/text/pdf/security/SecurityIDs.cs b/src/core/iTextSharp/text/pdf/security/SecurityIDs.cs
index 7bf9aa425..87d9192a8 100644
--- a/src/core/iTextSharp/text/pdf/security/SecurityIDs.cs
+++ b/src/core/iTextSharp/text/pdf/security/SecurityIDs.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: SecurityIDs.java 5190 2012-06-18 10:46:23Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf.security {
 
     /**
diff --git a/src/core/iTextSharp/text/pdf/security/SignaturePermissions.cs b/src/core/iTextSharp/text/pdf/security/SignaturePermissions.cs
index dd8821a7a..2d3016e51 100644
--- a/src/core/iTextSharp/text/pdf/security/SignaturePermissions.cs
+++ b/src/core/iTextSharp/text/pdf/security/SignaturePermissions.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: SignaturePermissions.java 5410 2012-09-14 14:34:22Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 
diff --git a/src/core/iTextSharp/text/pdf/security/SignaturePolicyInfo.cs b/src/core/iTextSharp/text/pdf/security/SignaturePolicyInfo.cs
index a774bfd0f..69914b571 100644
--- a/src/core/iTextSharp/text/pdf/security/SignaturePolicyInfo.cs
+++ b/src/core/iTextSharp/text/pdf/security/SignaturePolicyInfo.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using Org.BouncyCastle.Asn1;
 using Org.BouncyCastle.Asn1.Esf;
 using Org.BouncyCastle.Asn1.Pkcs;
diff --git a/src/core/iTextSharp/text/pdf/security/TSAClientBouncyCastle.cs b/src/core/iTextSharp/text/pdf/security/TSAClientBouncyCastle.cs
index e30ae9e62..ec7cb9985 100644
--- a/src/core/iTextSharp/text/pdf/security/TSAClientBouncyCastle.cs
+++ b/src/core/iTextSharp/text/pdf/security/TSAClientBouncyCastle.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Collections;
@@ -14,50 +56,6 @@
 using Org.BouncyCastle.Crypto;
 using iTextSharp.text.log;
 using iTextSharp.text.error_messages;
-/*
- * $Id: TSAClientBouncyCastle.cs 106 2009-12-07 12:23:50Z psoares33 $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.security {
 
diff --git a/src/core/iTextSharp/text/pdf/security/VerificationException.cs b/src/core/iTextSharp/text/pdf/security/VerificationException.cs
index 061cc4834..d3a54e67a 100644
--- a/src/core/iTextSharp/text/pdf/security/VerificationException.cs
+++ b/src/core/iTextSharp/text/pdf/security/VerificationException.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: VerificationException.java 5465 2012-10-07 12:37:23Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using Org.BouncyCastle.Crypto.Tls;
 using Org.BouncyCastle.Security;
diff --git a/src/core/iTextSharp/text/pdf/security/VerificationOK.cs b/src/core/iTextSharp/text/pdf/security/VerificationOK.cs
index 8dca7d2e4..df4a6111a 100644
--- a/src/core/iTextSharp/text/pdf/security/VerificationOK.cs
+++ b/src/core/iTextSharp/text/pdf/security/VerificationOK.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using Org.BouncyCastle.X509;
diff --git a/src/core/iTextSharp/text/pdf/security/X509Certificate2Signature.cs b/src/core/iTextSharp/text/pdf/security/X509Certificate2Signature.cs
index adfa34363..09b6b40c7 100644
--- a/src/core/iTextSharp/text/pdf/security/X509Certificate2Signature.cs
+++ b/src/core/iTextSharp/text/pdf/security/X509Certificate2Signature.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/core/iTextSharp/text/xml/ParserBase.cs b/src/core/iTextSharp/text/xml/ParserBase.cs
index 339b9dfe2..accacc993 100644
--- a/src/core/iTextSharp/text/xml/ParserBase.cs
+++ b/src/core/iTextSharp/text/xml/ParserBase.cs
@@ -1,53 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Xml;
 using System.Collections;
 
-/*
- * $Id$
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.xml
 {
     /// 
diff --git a/src/core/iTextSharp/text/xml/XMLUtil.cs b/src/core/iTextSharp/text/xml/XMLUtil.cs
index 202036df6..dba5d5b8a 100644
--- a/src/core/iTextSharp/text/xml/XMLUtil.cs
+++ b/src/core/iTextSharp/text/xml/XMLUtil.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 /**
diff --git a/src/core/iTextSharp/text/xml/XmlToTxt.cs b/src/core/iTextSharp/text/xml/XmlToTxt.cs
index 2baf191ee..4eb03657a 100644
--- a/src/core/iTextSharp/text/xml/XmlToTxt.cs
+++ b/src/core/iTextSharp/text/xml/XmlToTxt.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using System.IO;
 using iTextSharp.text.xml.simpleparser;
 
-/*
- * $Id:  $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.xml {
 
     /**
diff --git a/src/core/iTextSharp/text/xml/simpleparser/EntitiesToSymbol.cs b/src/core/iTextSharp/text/xml/simpleparser/EntitiesToSymbol.cs
index 6b34c516f..fca5ff4f8 100644
--- a/src/core/iTextSharp/text/xml/simpleparser/EntitiesToSymbol.cs
+++ b/src/core/iTextSharp/text/xml/simpleparser/EntitiesToSymbol.cs
@@ -1,51 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.xml.simpleparser {
 
diff --git a/src/core/iTextSharp/text/xml/simpleparser/EntitiesToUnicode.cs b/src/core/iTextSharp/text/xml/simpleparser/EntitiesToUnicode.cs
index 7d5885b0c..a4bcd5e76 100644
--- a/src/core/iTextSharp/text/xml/simpleparser/EntitiesToUnicode.cs
+++ b/src/core/iTextSharp/text/xml/simpleparser/EntitiesToUnicode.cs
@@ -1,52 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using System.Globalization;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.xml.simpleparser {
 
diff --git a/src/core/iTextSharp/text/xml/simpleparser/INewLineHandler.cs b/src/core/iTextSharp/text/xml/simpleparser/INewLineHandler.cs
index a9110a19e..721605d21 100644
--- a/src/core/iTextSharp/text/xml/simpleparser/INewLineHandler.cs
+++ b/src/core/iTextSharp/text/xml/simpleparser/INewLineHandler.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 /**
  *
diff --git a/src/core/iTextSharp/text/xml/simpleparser/ISimpleXMLDocHandler.cs b/src/core/iTextSharp/text/xml/simpleparser/ISimpleXMLDocHandler.cs
index 4ad35a6e5..af8655700 100644
--- a/src/core/iTextSharp/text/xml/simpleparser/ISimpleXMLDocHandler.cs
+++ b/src/core/iTextSharp/text/xml/simpleparser/ISimpleXMLDocHandler.cs
@@ -1,47 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 
 namespace iTextSharp.text.xml.simpleparser {
     /**
diff --git a/src/core/iTextSharp/text/xml/simpleparser/ISimpleXMLDocHandlerComment.cs b/src/core/iTextSharp/text/xml/simpleparser/ISimpleXMLDocHandlerComment.cs
index 21c96c31a..04b6be219 100644
--- a/src/core/iTextSharp/text/xml/simpleparser/ISimpleXMLDocHandlerComment.cs
+++ b/src/core/iTextSharp/text/xml/simpleparser/ISimpleXMLDocHandlerComment.cs
@@ -1,46 +1,46 @@
-using System;
 /*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.xml.simpleparser {
     /**
diff --git a/src/core/iTextSharp/text/xml/simpleparser/IanaEncodings.cs b/src/core/iTextSharp/text/xml/simpleparser/IanaEncodings.cs
index ad38d42e1..628d064b9 100644
--- a/src/core/iTextSharp/text/xml/simpleparser/IanaEncodings.cs
+++ b/src/core/iTextSharp/text/xml/simpleparser/IanaEncodings.cs
@@ -1,70 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- *
- * The values used in this class are based on class org.apache.xercis.util.EncodingMap
- * http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/EncodingMap.java?view=markup
- * This class was originally published under the following license:
- *
- * 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.
- */
 
 namespace iTextSharp.text.xml.simpleparser {
 
diff --git a/src/core/iTextSharp/text/xml/simpleparser/SimpleXMLParser.cs b/src/core/iTextSharp/text/xml/simpleparser/SimpleXMLParser.cs
index 48ab19bc1..f4d14fbbb 100644
--- a/src/core/iTextSharp/text/xml/simpleparser/SimpleXMLParser.cs
+++ b/src/core/iTextSharp/text/xml/simpleparser/SimpleXMLParser.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
@@ -6,77 +48,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.text.html;
 using iTextSharp.text.xml.simpleparser.handler;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- *
- * The code to recognize the encoding in this class and in the convenience class IanaEncodings was taken from Apache Xerces published under the following license:
- * 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.
- * 
- * Part of this code is based on the Quick-and-Dirty XML parser by Steven Brandt.
- * The code for the Quick-and-Dirty parser was published in JavaWorld (java tip 128).
- * Steven Brandt and JavaWorld gave permission to use the code for free.
- * (Bruno Lowagie and Paulo Soares chose to use it under the MPL/LGPL in
- * conformance with the rest of the code).
- * The original code can be found on this url: http://www.javaworld.com/javatips/jw-javatip128_p.html.
- * It was substantially refactored by Bruno Lowagie.
- * 
- * The method 'private static String getEncodingName(byte[] b4)' was found
- * in org.apache.xerces.impl.XMLEntityManager, originaly published by the
- * Apache Software Foundation under the Apache Software License; now being
- * used in iText under the MPL.
- */
 
 namespace iTextSharp.text.xml.simpleparser {
     /**
diff --git a/src/core/iTextSharp/text/xml/simpleparser/handler/HTMLNewLineHandler.cs b/src/core/iTextSharp/text/xml/simpleparser/handler/HTMLNewLineHandler.cs
index 51b57bf1c..a9d4e4d73 100644
--- a/src/core/iTextSharp/text/xml/simpleparser/handler/HTMLNewLineHandler.cs
+++ b/src/core/iTextSharp/text/xml/simpleparser/handler/HTMLNewLineHandler.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.xml.simpleparser;
diff --git a/src/core/iTextSharp/text/xml/simpleparser/handler/NeverNewLineHandler.cs b/src/core/iTextSharp/text/xml/simpleparser/handler/NeverNewLineHandler.cs
index 30cd76001..b6d094ff1 100644
--- a/src/core/iTextSharp/text/xml/simpleparser/handler/NeverNewLineHandler.cs
+++ b/src/core/iTextSharp/text/xml/simpleparser/handler/NeverNewLineHandler.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.xml.simpleparser;
 /**
diff --git a/src/core/iTextSharp/text/xml/xmp/DublinCoreProperties.cs b/src/core/iTextSharp/text/xml/xmp/DublinCoreProperties.cs
index a9d00df24..09fc9fb11 100644
--- a/src/core/iTextSharp/text/xml/xmp/DublinCoreProperties.cs
+++ b/src/core/iTextSharp/text/xml/xmp/DublinCoreProperties.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using iTextSharp.xmp;
 using iTextSharp.xmp.options;
diff --git a/src/core/iTextSharp/text/xml/xmp/DublinCoreSchema.cs b/src/core/iTextSharp/text/xml/xmp/DublinCoreSchema.cs
index b5160b184..c84d83e29 100644
--- a/src/core/iTextSharp/text/xml/xmp/DublinCoreSchema.cs
+++ b/src/core/iTextSharp/text/xml/xmp/DublinCoreSchema.cs
@@ -1,49 +1,46 @@
-using System;
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.xml.xmp {
 
diff --git a/src/core/iTextSharp/text/xml/xmp/EncodingNoPreamble.cs b/src/core/iTextSharp/text/xml/xmp/EncodingNoPreamble.cs
index 2a0da2559..3cfeadf8b 100644
--- a/src/core/iTextSharp/text/xml/xmp/EncodingNoPreamble.cs
+++ b/src/core/iTextSharp/text/xml/xmp/EncodingNoPreamble.cs
@@ -1,50 +1,47 @@
-using System;
-using System.Text;
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Text;
 
 namespace iTextSharp.text.xml.xmp {
 
diff --git a/src/core/iTextSharp/text/xml/xmp/LangAlt.cs b/src/core/iTextSharp/text/xml/xmp/LangAlt.cs
index 1bc1fb84e..48a783607 100644
--- a/src/core/iTextSharp/text/xml/xmp/LangAlt.cs
+++ b/src/core/iTextSharp/text/xml/xmp/LangAlt.cs
@@ -1,53 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.util;
 
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.xml.xmp {
     [Obsolete]
     public class LangAlt : Properties {
diff --git a/src/core/iTextSharp/text/xml/xmp/PdfProperties.cs b/src/core/iTextSharp/text/xml/xmp/PdfProperties.cs
index 7e4e9d9ce..42af905a8 100644
--- a/src/core/iTextSharp/text/xml/xmp/PdfProperties.cs
+++ b/src/core/iTextSharp/text/xml/xmp/PdfProperties.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.xmp;
 
diff --git a/src/core/iTextSharp/text/xml/xmp/PdfSchema.cs b/src/core/iTextSharp/text/xml/xmp/PdfSchema.cs
index fb017a747..361467b28 100644
--- a/src/core/iTextSharp/text/xml/xmp/PdfSchema.cs
+++ b/src/core/iTextSharp/text/xml/xmp/PdfSchema.cs
@@ -1,50 +1,46 @@
-using System;
-
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.xml.xmp {
 
diff --git a/src/core/iTextSharp/text/xml/xmp/XmpArray.cs b/src/core/iTextSharp/text/xml/xmp/XmpArray.cs
index 5ddc8d619..2a432d01f 100644
--- a/src/core/iTextSharp/text/xml/xmp/XmpArray.cs
+++ b/src/core/iTextSharp/text/xml/xmp/XmpArray.cs
@@ -1,51 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.xml.xmp {
 
diff --git a/src/core/iTextSharp/text/xml/xmp/XmpBasicProperties.cs b/src/core/iTextSharp/text/xml/xmp/XmpBasicProperties.cs
index 913fb9052..b659a2b2f 100644
--- a/src/core/iTextSharp/text/xml/xmp/XmpBasicProperties.cs
+++ b/src/core/iTextSharp/text/xml/xmp/XmpBasicProperties.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.xmp;
 using iTextSharp.xmp.options;
diff --git a/src/core/iTextSharp/text/xml/xmp/XmpBasicSchema.cs b/src/core/iTextSharp/text/xml/xmp/XmpBasicSchema.cs
index 57fa205c9..2fa090ec9 100644
--- a/src/core/iTextSharp/text/xml/xmp/XmpBasicSchema.cs
+++ b/src/core/iTextSharp/text/xml/xmp/XmpBasicSchema.cs
@@ -1,49 +1,46 @@
-using System;
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.xml.xmp {
 
diff --git a/src/core/iTextSharp/text/xml/xmp/XmpMMProperties.cs b/src/core/iTextSharp/text/xml/xmp/XmpMMProperties.cs
index 0ccdd10fc..4e9355063 100644
--- a/src/core/iTextSharp/text/xml/xmp/XmpMMProperties.cs
+++ b/src/core/iTextSharp/text/xml/xmp/XmpMMProperties.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.text.xml.xmp {
diff --git a/src/core/iTextSharp/text/xml/xmp/XmpMMSchema.cs b/src/core/iTextSharp/text/xml/xmp/XmpMMSchema.cs
index 8e5479406..439cd3dd5 100644
--- a/src/core/iTextSharp/text/xml/xmp/XmpMMSchema.cs
+++ b/src/core/iTextSharp/text/xml/xmp/XmpMMSchema.cs
@@ -1,49 +1,46 @@
-using System;
 /*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 
 namespace iTextSharp.text.xml.xmp {
 
diff --git a/src/core/iTextSharp/text/xml/xmp/XmpReader.cs b/src/core/iTextSharp/text/xml/xmp/XmpReader.cs
index 33b1e3aa1..56952489b 100644
--- a/src/core/iTextSharp/text/xml/xmp/XmpReader.cs
+++ b/src/core/iTextSharp/text/xml/xmp/XmpReader.cs
@@ -1,49 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Xml;
 using System.Text;
-/*
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.xml.xmp {
 
 
diff --git a/src/core/iTextSharp/text/xml/xmp/XmpSchema.cs b/src/core/iTextSharp/text/xml/xmp/XmpSchema.cs
index dbf40e747..d709ba486 100644
--- a/src/core/iTextSharp/text/xml/xmp/XmpSchema.cs
+++ b/src/core/iTextSharp/text/xml/xmp/XmpSchema.cs
@@ -1,51 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.util;
-/*
- * $Id$
- * 
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.xml.xmp {
 
diff --git a/src/core/iTextSharp/text/xml/xmp/XmpWriter.cs b/src/core/iTextSharp/text/xml/xmp/XmpWriter.cs
index e357cca88..29042f986 100644
--- a/src/core/iTextSharp/text/xml/xmp/XmpWriter.cs
+++ b/src/core/iTextSharp/text/xml/xmp/XmpWriter.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/core/iTextSharp/xmp/XmpCalendar.cs b/src/core/iTextSharp/xmp/XmpCalendar.cs
index c335051ae..1ee8e0ce2 100644
--- a/src/core/iTextSharp/xmp/XmpCalendar.cs
+++ b/src/core/iTextSharp/xmp/XmpCalendar.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.xmp {
diff --git a/src/core/iTextSharp/xmp/impl/FilterReader.cs b/src/core/iTextSharp/xmp/impl/FilterReader.cs
index 93ad89e9b..edf037189 100644
--- a/src/core/iTextSharp/xmp/impl/FilterReader.cs
+++ b/src/core/iTextSharp/xmp/impl/FilterReader.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System.IO;
 
 namespace iTextSharp.xmp.impl {
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/MCFieldFlattener.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/MCFieldFlattener.cs
index 55f75be90..3c9d34e9b 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/MCFieldFlattener.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/MCFieldFlattener.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: MCFieldFlattener.java 5943 2013-08-08 10:03:09Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 
 namespace iTextSharp.text.pdf.mc {
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/MCParser.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/MCParser.cs
index 82abe6a98..54ece412f 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/MCParser.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/MCParser.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: MCParser.java 5948 2013-08-08 13:52:26Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.Globalization;
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureItem.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureItem.cs
index a142ef932..6960b3524 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureItem.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureItem.cs
@@ -1,46 +1,44 @@
 /*
- * $Id: StructureItem.java 5943 2013-08-08 10:03:09Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 namespace iTextSharp.text.pdf.mc {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureItems.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureItems.cs
index 11f39c7ce..90a22fd1f 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureItems.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureItems.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: StructureItems.java 5945 2013-08-08 10:27:41Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.error_messages;
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureMCID.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureMCID.cs
index f97937e97..4e6a8967b 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureMCID.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureMCID.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.text.pdf.mc
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureObject.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureObject.cs
index 44050fb78..d3fb03068 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureObject.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/mc/StructureObject.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.text.pdf.mc
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs
index 9ebbcbb20..4b01c2a9c 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGParser.cs
@@ -1,54 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
 using System.util.collections;
 using iTextSharp.text.pdf;
 
-/*
- * $Id: OCGParser.java 5765 2013-04-23 06:59:21Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.ocg {
     /// 
     /// A helper class for OCGRemover.
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGRemover.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGRemover.cs
index 50d5597a4..75c31426d 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGRemover.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/ocg/OCGRemover.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using System.IO;
 using System.util.collections;
 
-/*
- * $Id: OCGRemover.java 5196 2012-06-18 14:29:42Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.ocg {
     /// 
     /// Class that knows how to remove OCG layers.
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContentChunk.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContentChunk.cs
index 968fdf6aa..66df66c25 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContentChunk.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContentChunk.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using iTextSharp.text.pdf;
 using iTextSharp.text.pdf.parser;
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContentOperator.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContentOperator.cs
index 9adde89a0..190935264 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContentOperator.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContentOperator.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Text;
 using iTextSharp.awt.geom;
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContext.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContext.cs
index 5cc00277c..14fee6588 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContext.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpContext.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpLocation.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpLocation.cs
index 438c78bac..f380ee352 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpLocation.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpLocation.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpProcessor.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpProcessor.cs
index 6e720acb1..0dec2f75a 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpProcessor.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpProcessor.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections;
 using System.Collections.Generic;
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpRegionFilter.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpRegionFilter.cs
index 35e1d946c..16b7e590b 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpRegionFilter.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpRegionFilter.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections;
 using System.Collections.Generic;
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpRenderListener.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpRenderListener.cs
index 19f2b5fbb..b056fef99 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpRenderListener.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpRenderListener.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/CuePoint.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/CuePoint.cs
index 977451b0f..0ddc16f34 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/CuePoint.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/CuePoint.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.exceptions;
-/*
- * $Id: CuePoint.java 3821 2009-03-25 10:33:52Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaActivation.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaActivation.cs
index 373b11202..54af6922e 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaActivation.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaActivation.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: RichMediaActivation.java 3821 2009-03-25 10:33:52Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaAnimation.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaAnimation.cs
index a66a93339..a8efae9e6 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaAnimation.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaAnimation.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: RichMediaAnimation.java 3821 2009-03-25 10:33:52Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaAnnotation.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaAnnotation.cs
index 3349cf574..a62dfd752 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaAnnotation.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaAnnotation.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
 using iTextSharp.text.exceptions;
-/*
- * $Id: RichMediaAnnotation.java 3927 2009-05-13 09:43:39Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaCommand.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaCommand.cs
index 75f455cb5..af90550ac 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaCommand.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaCommand.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: RichMediaCommand.java 3851 2009-04-08 23:33:34Z xlv $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaConfiguration.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaConfiguration.cs
index eb4b47ded..bc9b27876 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaConfiguration.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaConfiguration.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: RichMediaConfiguration.java 3821 2009-03-25 10:33:52Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaDeactivation.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaDeactivation.cs
index 6a08de640..bde9df22e 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaDeactivation.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaDeactivation.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: RichMediaDeactivation.java 3821 2009-03-25 10:33:52Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaExecuteAction.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaExecuteAction.cs
index d2c4f47dc..4872b8c7c 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaExecuteAction.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaExecuteAction.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: RichMediaExecuteAction.java 3915 2009-04-26 10:07:57Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaInstance.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaInstance.cs
index b25408873..f4043d711 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaInstance.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaInstance.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.exceptions;
-/*
- * $Id: RichMediaInstance.java 3821 2009-03-25 10:33:52Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaParams.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaParams.cs
index 298ec43df..1bc07f431 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaParams.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaParams.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: PdfAnnotationsImp.java 4113 2009-12-01 11:08:59Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaPosition.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaPosition.cs
index 87a11b90b..1806cc6bf 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaPosition.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaPosition.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: PdfAnnotationsImp.java 4113 2009-12-01 11:08:59Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaPresentation.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaPresentation.cs
index 69622dbe2..03c0d8199 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaPresentation.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaPresentation.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: PdfAnnotationsImp.java 4113 2009-12-01 11:08:59Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaWindow.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaWindow.cs
index b38a53b30..68a1331c7 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaWindow.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/richmedia/RichMediaWindow.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: RichMediaWindow.java 3821 2009-03-25 10:33:52Z blowagie $
- *
- * This file is part of the iText project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 
 namespace iTextSharp.text.pdf.richmedia {
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/CoordinateSystem.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/CoordinateSystem.cs
index cff550da3..df59f841c 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/CoordinateSystem.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/CoordinateSystem.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 namespace iTextSharp.text.pdf.spatial {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/GeographicCoordinateSystem.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/GeographicCoordinateSystem.cs
index 50359d308..251f838ea 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/GeographicCoordinateSystem.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/GeographicCoordinateSystem.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 namespace iTextSharp.text.pdf.spatial {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/Measure.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/Measure.cs
index 9cad2581c..df810ff21 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/Measure.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/Measure.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 namespace iTextSharp.text.pdf.spatial {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/MeasureGeospatial.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/MeasureGeospatial.cs
index 717d433c6..61c2c476b 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/MeasureGeospatial.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/MeasureGeospatial.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.pdf.spatial.units;
-/*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.spatial {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/MeasureRectilinear.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/MeasureRectilinear.cs
index df8e6ad0a..dc85afa7f 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/MeasureRectilinear.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/MeasureRectilinear.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.pdf.spatial.objects;
-/*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.spatial {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/PointData.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/PointData.cs
index 77068f69b..591ff279d 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/PointData.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/PointData.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.pdf.spatial.units;
-/*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.spatial {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/ProjectedCoordinateSystem.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/ProjectedCoordinateSystem.cs
index 4adb62f9c..9f22f5eaf 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/ProjectedCoordinateSystem.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/ProjectedCoordinateSystem.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 namespace iTextSharp.text.pdf.spatial {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/Viewport.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/Viewport.cs
index 1f19f5e05..e405c4f73 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/Viewport.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/Viewport.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
-/*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.spatial {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/NumberFormatArray.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/NumberFormatArray.cs
index 2797d215f..0dd31144e 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/NumberFormatArray.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/NumberFormatArray.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.pdf;
-/*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.spatial.objects {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/NumberFormatDictionary.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/NumberFormatDictionary.cs
index b9cffab6a..504bf1836 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/NumberFormatDictionary.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/NumberFormatDictionary.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.pdf.spatial.units;
-/*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.spatial.objects {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/XYArray.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/XYArray.cs
index dab0e254c..ddcae0088 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/XYArray.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/objects/XYArray.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 namespace iTextSharp.text.pdf.spatial.objects {
 
     /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/units/SpacialUnits.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/units/SpacialUnits.cs
index 3a2e2f6b3..468aa5993 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/units/SpacialUnits.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/spatial/units/SpacialUnits.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 namespace iTextSharp.text.pdf.spatial.units {
 
 /**
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/util/PdfResourceCounter.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/util/PdfResourceCounter.cs
index 52175e3fd..262119acf 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/util/PdfResourceCounter.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/util/PdfResourceCounter.cs
@@ -1,48 +1,45 @@
 /*
- * $Id:  $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using System.IO;
 
diff --git a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/util/SmartPdfSplitter.cs b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/util/SmartPdfSplitter.cs
index 2018d7d40..9075ded1d 100644
--- a/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/util/SmartPdfSplitter.cs
+++ b/src/extras/iTextSharp.xtra/iTextSharp/text/pdf/util/SmartPdfSplitter.cs
@@ -1,48 +1,45 @@
 /*
- * $Id:  $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/ConcurrentWriterTest.cs b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/ConcurrentWriterTest.cs
index 287ae3d05..1fb937f82 100644
--- a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/ConcurrentWriterTest.cs
+++ b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/ConcurrentWriterTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA1CheckerTest.cs b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA1CheckerTest.cs
index 282a34fb1..ea7f46bd2 100644
--- a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA1CheckerTest.cs
+++ b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA1CheckerTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA2CheckerTest.cs b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA2CheckerTest.cs
index e2cea3401..ba8bc4057 100644
--- a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA2CheckerTest.cs
+++ b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA2CheckerTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA3CheckerTest.cs b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA3CheckerTest.cs
index f8668a0e0..04a8109d3 100644
--- a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA3CheckerTest.cs
+++ b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfA3CheckerTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfACopyTest.cs b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfACopyTest.cs
index 12f04a476..a77740a68 100644
--- a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfACopyTest.cs
+++ b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfACopyTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using itextsharp.pdfa.iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAFileStructureTest.cs b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAFileStructureTest.cs
index 4ade073ae..cb1538bc6 100644
--- a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAFileStructureTest.cs
+++ b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAFileStructureTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAFontEmbeddingTest.cs b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAFontEmbeddingTest.cs
index 02e76f246..58da3c60f 100644
--- a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAFontEmbeddingTest.cs
+++ b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAFontEmbeddingTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAWriterTest.cs b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAWriterTest.cs
index 840c1c1f5..a1c7ff908 100644
--- a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAWriterTest.cs
+++ b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/pdfa/PdfAWriterTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/xml/xmp/PdfAXmpWriterTest.cs b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/xml/xmp/PdfAXmpWriterTest.cs
index 46e151295..335ca3858 100644
--- a/src/extras/itextsharp.pdfa.tests/iTextSharp/text/xml/xmp/PdfAXmpWriterTest.cs
+++ b/src/extras/itextsharp.pdfa.tests/iTextSharp/text/xml/xmp/PdfAXmpWriterTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using System.Xml;
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/AFRelationshipValue.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/AFRelationshipValue.cs
index a79feafce..e1787b6f9 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/AFRelationshipValue.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/AFRelationshipValue.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 /**
  * @see PdfName constants for AFRelationship key of Filespec dictionary.
  * An AFRelationship value represents the relationship of this object to the source that points to it. Predefined values are Source, Data, Alternative, Supplement or Unspecified. Other values may be used to represent other types of relationships, but should follow the rules for second-class names (ISO 32000‑1, Annex E).
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAConformanceException.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAConformanceException.cs
index b2d09bb03..b9d18cffc 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAConformanceException.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAConformanceException.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: PdfAConformanceException.java 322 2012-07-23 09:58:41Z bruno $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf
 {
     /**
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAConformanceLevel.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAConformanceLevel.cs
index c6a4fe823..cb5797a6e 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAConformanceLevel.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAConformanceLevel.cs
@@ -1,46 +1,44 @@
 /*
- * $Id: PdfAConformanceLevel.java 322 2012-07-23 09:58:41Z bruno $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 namespace iTextSharp.text.pdf
 {
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfACopy.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfACopy.cs
index e07d9b0bd..71432251c 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfACopy.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfACopy.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: PdfACopy.java 6134 2013-12-23 13:15:14Z pavel-alay $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Pavel Alay, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfARadioCheckField.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfARadioCheckField.cs
index 94c69e887..ece4dea7d 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfARadioCheckField.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfARadioCheckField.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: PdfARadioCheckField.java 5870 2013-06-25 12:34:21Z achingarev $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.pdf
 {
     public class PdfARadioCheckField : RadioCheckField {
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfASmartCopy.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfASmartCopy.cs
index be654a954..7261c3815 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfASmartCopy.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfASmartCopy.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAStamper.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAStamper.cs
index 591559e83..1b4d227cc 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAStamper.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAStamper.cs
@@ -1,49 +1,47 @@
-using System;
-using System.IO;
 /*
- * $Id: PdfAStamper.java 5870 2013-06-25 12:34:21Z achingarev $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.IO;
 namespace iTextSharp.text.pdf
 {
 
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAStamperImp.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAStamperImp.cs
index 1175a6db5..5aef3e6fd 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAStamperImp.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAStamperImp.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -9,50 +51,6 @@
 using iTextSharp.xmp;
 using iTextSharp.xmp.impl;
 using iTextSharp.xmp.properties;
-/*
- * $Id: PdfAStamperImp.java 5870 2013-06-25 12:34:21Z achingarev $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf {
     /**
      * Extension to PdfStamperImp that will attempt to keep a file
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfATtfUnicodeWriter.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfATtfUnicodeWriter.cs
index f36ab39cf..9b383b35f 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfATtfUnicodeWriter.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfATtfUnicodeWriter.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.util.collections;
-/*
- * $Id: PdfATtfUnicodeWriter.java 322 2012-07-23 09:58:41Z bruno $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf
 {
     /**
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAWriter.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAWriter.cs
index e5a46e607..cea26c1a2 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAWriter.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/PdfAWriter.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -6,50 +48,6 @@
 using iTextSharp.text.pdf.interfaces;
 using iTextSharp.text.xml.xmp;
 using iTextSharp.text.pdf.intern;
-/*
- * $Id: PdfAWriter.java 5853 2013-06-13 13:21:03Z eugenemark $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.text.pdf {
     /**
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/interfaces/IPdfAConformance.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/interfaces/IPdfAConformance.cs
index 17d489dc7..3349daed6 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/interfaces/IPdfAConformance.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/interfaces/IPdfAConformance.cs
@@ -1,46 +1,44 @@
 /*
- * $Id: PdfAConformance.java 322 2012-07-23 09:58:41Z bruno $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 namespace iTextSharp.text.pdf.interfaces
 {
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA1Checker.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA1Checker.cs
index cc9222001..3e582edf5 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA1Checker.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA1Checker.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.util.collections;
 using iTextSharp.text.error_messages;
 using iTextSharp.text.log;
 
-/*
- * $Id: PdfA1Checker.java 5827 2013-05-31 08:56:23Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.intern
 {
     public class PdfA1Checker : PdfAChecker {
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA2Checker.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA2Checker.cs
index 93f188797..047f68ba5 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA2Checker.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA2Checker.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -5,51 +47,6 @@
 using iTextSharp.text.error_messages;
 using iTextSharp.text.log;
 
-/*
- * $Id: PdfA2Checker.java 5827 2013-05-31 08:56:23Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.text.pdf.intern
 {
     public class PdfA2Checker : PdfAChecker {
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA3Checker.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA3Checker.cs
index 16f67b55a..dc16c735b 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA3Checker.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfA3Checker.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: PdfA3Checker.java 5827 2013-05-31 08:56:23Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.util.collections;
 using iTextSharp.text.error_messages;
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfAChecker.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfAChecker.cs
index 313f0ea71..adda25dc0 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfAChecker.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfAChecker.cs
@@ -1,46 +1,44 @@
 /*
- * $Id: PdfAChecker.java 5827 2013-05-31 08:56:23Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 using System;
 using System.Collections.Generic;
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfAConformanceImp.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfAConformanceImp.cs
index aae3325da..bd9b88cfc 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfAConformanceImp.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/PdfAConformanceImp.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using itextsharp.pdfa.iTextSharp.text.pdf.intern;
 using iTextSharp.text.pdf.interfaces;
 
-/*
- * $Id: PdfAConformanceImp.java 322 2012-07-23 09:58:41Z bruno $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.text.pdf.intern{
     /**
      * Implementation of the PdfAConformance interface,
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/ZugferdChecker.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/ZugferdChecker.cs
index 419be0a49..a515c1c8c 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/ZugferdChecker.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/pdf/intern/ZugferdChecker.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.error_messages;
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfAProperties.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfAProperties.cs
index bb711490c..10a96f16b 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfAProperties.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfAProperties.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.xmp;
 
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfASchema.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfASchema.cs
index 5090c4355..1b7457991 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfASchema.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfASchema.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: PdfA1Schema.java 270 2012-06-27 08:56:29Z chingarev $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.text.xml.xmp
 {
 
diff --git a/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfAXmpWriter.cs b/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfAXmpWriter.cs
index 5d460b4aa..d10f08fa8 100644
--- a/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfAXmpWriter.cs
+++ b/src/extras/itextsharp.pdfa/iTextSharp/text/xml/xmp/PdfAXmpWriter.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: PdfAXmpWriter.java 5941 2013-08-07 18:32:21Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Alexander Chingarev, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 /**
  * Subclass of XmpWriter that adds info about the PDF/A level.
  * 
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S01_Watermark.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S01_Watermark.cs
index 27295ff71..df1b4cf65 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S01_Watermark.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S01_Watermark.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S02_WrongWatermark.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S02_WrongWatermark.cs
index a2e33502f..15997f50a 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S02_WrongWatermark.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S02_WrongWatermark.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S03_CorrectedWatermark.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S03_CorrectedWatermark.cs
index bb2a636bd..a2f3f4926 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S03_CorrectedWatermark.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S03_CorrectedWatermark.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S04_CorrectedWatermark.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S04_CorrectedWatermark.cs
index 5eff4d5fe..3e33dd060 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S04_CorrectedWatermark.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S04_CorrectedWatermark.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S05_ExtractSnippets.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S05_ExtractSnippets.cs
index 184de00dc..14f898a97 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S05_ExtractSnippets.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S05_ExtractSnippets.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.javaone.edition14.part2;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S06_ExtractText.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S06_ExtractText.cs
index 794d6d424..5c3175820 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S06_ExtractText.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S06_ExtractText.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.javaone.edition14.part2;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S07_FindItemsSimple.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S07_FindItemsSimple.cs
index 424f37bb0..662d0e3f9 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S07_FindItemsSimple.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S07_FindItemsSimple.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S08_FindItems.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S08_FindItems.cs
index 74aed33d1..37d7a5ec5 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S08_FindItems.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S08_FindItems.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S09_FindLines.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S09_FindLines.cs
index 1c844dd3d..c43bf03a7 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S09_FindLines.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S09_FindLines.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S10_FindStructure.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S10_FindStructure.cs
index 5a4de114a..62db9dbab 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S10_FindStructure.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/S10_FindStructure.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.javaone.edition14.part4.helper;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part1/Sample01_HelloWorld.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part1/Sample01_HelloWorld.cs
index 6bf519b4e..6b751a8a3 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part1/Sample01_HelloWorld.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part1/Sample01_HelloWorld.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part2/ContentStreams.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part2/ContentStreams.cs
index 8ee5d6803..8752efb9f 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part2/ContentStreams.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part2/ContentStreams.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part2/MyTextRenderListener.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part2/MyTextRenderListener.cs
index 3b8609e7d..81ce04a16 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part2/MyTextRenderListener.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part2/MyTextRenderListener.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text.pdf.parser;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/ImageItem.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/ImageItem.cs
index e31bcb26b..c025ca154 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/ImageItem.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/ImageItem.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text;
 using iTextSharp.text.pdf.parser;
 
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/Line.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/Line.cs
index df6f40f71..b0ab47819 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/Line.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/Line.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text;
 
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyItem.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyItem.cs
index 89e1dc18d..95d78827e 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyItem.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyItem.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.awt.geom;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyRenderListener.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyRenderListener.cs
index d42a1986c..89280153d 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyRenderListener.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyRenderListener.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text.pdf.parser;
 
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyRenderListenerSimple.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyRenderListenerSimple.cs
index 77d8c514c..1d87cbb5a 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyRenderListenerSimple.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/MyRenderListenerSimple.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text.pdf.parser;
 
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/Structure.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/Structure.cs
index 0447c2544..fa2d670a0 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/Structure.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/Structure.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 
 namespace iTextSharp.javaone.edition14.part4.helper
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextItem.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextItem.cs
index f8aca97f9..1ffd0662d 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextItem.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextItem.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.awt.geom;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextItemSimple.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextItemSimple.cs
index ab3eccb3a..d504bc2a8 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextItemSimple.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextItemSimple.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.awt.geom;
 using iTextSharp.text;
 using iTextSharp.text.pdf.parser;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextStyle.cs b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextStyle.cs
index 3b5549de8..07780a6cc 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextStyle.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/javaone/edition14/part4/helper/TextStyle.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf.parser;
 
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/GenericTest.cs b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/GenericTest.cs
index 28da0e84b..0b97ebf34 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/GenericTest.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/GenericTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/SandboxSampleWrapper.cs b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/SandboxSampleWrapper.cs
index 5d67a7633..1fbc0a36e 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/SandboxSampleWrapper.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/SandboxSampleWrapper.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Reflection;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/WrapToTest.cs b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/WrapToTest.cs
index 15de7a433..8106cf305 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/WrapToTest.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/WrapToTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.sandbox
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/annotations/AddLinkAnnotation.cs b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/annotations/AddLinkAnnotation.cs
index f9a713266..99401223d 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/annotations/AddLinkAnnotation.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/annotations/AddLinkAnnotation.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/collections/PortableCollection.cs b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/collections/PortableCollection.cs
index 8184552b1..f536b3cae 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/collections/PortableCollection.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/collections/PortableCollection.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/fonts/UnembedFont.cs b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/fonts/UnembedFont.cs
index 75b427150..8e1205757 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/fonts/UnembedFont.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/fonts/UnembedFont.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/images/RepeatImage.cs b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/images/RepeatImage.cs
index c60249733..a6f2c51af 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/images/RepeatImage.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/images/RepeatImage.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/images/TiledImage.cs b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/images/TiledImage.cs
index 3c815ee50..c75e48528 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/images/TiledImage.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/images/TiledImage.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/tables/SimpleRowColspan.cs b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/tables/SimpleRowColspan.cs
index 88d82c88e..4c1ea9a19 100644
--- a/src/extras/itextsharp.sandbox/iTextSharp/sandbox/tables/SimpleRowColspan.cs
+++ b/src/extras/itextsharp.sandbox/iTextSharp/sandbox/tables/SimpleRowColspan.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.tests/GlobalSetUp.cs b/src/extras/itextsharp.tests/GlobalSetUp.cs
index 987e5b9a6..0a0f66a79 100644
--- a/src/extras/itextsharp.tests/GlobalSetUp.cs
+++ b/src/extras/itextsharp.tests/GlobalSetUp.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text.io;
 using NUnit.Framework;
 
diff --git a/src/extras/itextsharp.tests/iTextSharp/testutils/CompareToolTest.cs b/src/extras/itextsharp.tests/iTextSharp/testutils/CompareToolTest.cs
index 9b185d56d..0fd4f0198 100644
--- a/src/extras/itextsharp.tests/iTextSharp/testutils/CompareToolTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/testutils/CompareToolTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/testutils/TestResourceUtils.cs b/src/extras/itextsharp.tests/iTextSharp/testutils/TestResourceUtils.cs
index 4f919bbac..ab33cd13b 100644
--- a/src/extras/itextsharp.tests/iTextSharp/testutils/TestResourceUtils.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/testutils/TestResourceUtils.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/ChunkTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/ChunkTest.cs
index 35f5b581a..1e6b14f58 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/ChunkTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/ChunkTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 /**
  * 
  */
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/RemoteGifImageTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/RemoteGifImageTest.cs
index 917c42e4e..9241d4251 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/RemoteGifImageTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/RemoteGifImageTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/error_messages/ErrorMessageExistenceTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/error_messages/ErrorMessageExistenceTest.cs
index 19bce6061..ef503dcdd 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/error_messages/ErrorMessageExistenceTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/error_messages/ErrorMessageExistenceTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/error_messages/ErrorMessageTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/error_messages/ErrorMessageTest.cs
index 9a9ddf06b..c5bc3154f 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/error_messages/ErrorMessageTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/error_messages/ErrorMessageTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text.error_messages;
 using NUnit.Framework;
 
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/error_messages/MessageLocalizationTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/error_messages/MessageLocalizationTest.cs
index 3f8caa3c8..eb5bef6fa 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/error_messages/MessageLocalizationTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/error_messages/MessageLocalizationTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.error_messages;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/html/WebColorTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/html/WebColorTest.cs
index 41a9aa0ec..efa529425 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/html/WebColorTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/html/WebColorTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Text;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/io/ArrayRandomAccessSourceTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/io/ArrayRandomAccessSourceTest.cs
index 3929d2836..887bafb88 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/io/ArrayRandomAccessSourceTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/io/ArrayRandomAccessSourceTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/io/GetBufferedRandomAccessSourceTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/io/GetBufferedRandomAccessSourceTest.cs
index dba9dd07a..f51505b9b 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/io/GetBufferedRandomAccessSourceTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/io/GetBufferedRandomAccessSourceTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text.io;
 using NUnit.Framework;
 
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/io/GroupedRandomAccessSourceTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/io/GroupedRandomAccessSourceTest.cs
index b4c9f5223..9403cd2ba 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/io/GroupedRandomAccessSourceTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/io/GroupedRandomAccessSourceTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System.Collections.Generic;
 using System.IO;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/io/WindowRandomAccessSourceTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/io/WindowRandomAccessSourceTest.cs
index 93c0b7508..d5de35501 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/io/WindowRandomAccessSourceTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/io/WindowRandomAccessSourceTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using iTextSharp.text.io;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/AcroFieldsTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/AcroFieldsTest.cs
index e4ddb5aa3..3c3d7ea82 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/AcroFieldsTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/AcroFieldsTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/BarcodeUnicodeTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/BarcodeUnicodeTest.cs
index 34eee37b2..510a23abe 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/BarcodeUnicodeTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/BarcodeUnicodeTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/BookmarksTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/BookmarksTest.cs
index 932d4ee7a..d1500430d 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/BookmarksTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/BookmarksTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/CMapAwareDocumentFontTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/CMapAwareDocumentFontTest.cs
index c546634bc..a84e6dd37 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/CMapAwareDocumentFontTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/CMapAwareDocumentFontTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using itextsharp.tests.iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/DocumentFontTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/DocumentFontTest.cs
index 897de48dd..da26775e4 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/DocumentFontTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/DocumentFontTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using itextsharp.tests.iTextSharp.testutils;
 using iTextSharp.text.pdf;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/DocumentLayoutTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/DocumentLayoutTest.cs
index 3d6d8b0c5..f5ad4b473 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/DocumentLayoutTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/DocumentLayoutTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/FlatteningTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/FlatteningTest.cs
index 0cadf9dcd..9162ca06e 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/FlatteningTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/FlatteningTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id:  $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/IndicLigatures.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/IndicLigatures.cs
index 41b82ddf3..5744c3de7 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/IndicLigatures.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/IndicLigatures.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/MetaDataTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/MetaDataTest.cs
index a70a6c8d7..8481206a4 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/MetaDataTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/MetaDataTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/MultithreadedTtfTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/MultithreadedTtfTest.cs
index a929229b0..d06710323 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/MultithreadedTtfTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/MultithreadedTtfTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/NamedDestinationsTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/NamedDestinationsTest.cs
index 9c4f11eb1..870386352 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/NamedDestinationsTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/NamedDestinationsTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/NestedListInColumnTextTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/NestedListInColumnTextTest.cs
index cede0b5ef..a25ca2b68 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/NestedListInColumnTextTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/NestedListInColumnTextTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PRTokeniserTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PRTokeniserTest.cs
index 88118ce8e..69514addd 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PRTokeniserTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PRTokeniserTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using iTextSharp.text.pdf;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PageEventTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PageEventTest.cs
index fb57bc1cc..e99dfb732 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PageEventTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PageEventTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.IO;
 using iTextSharp.testutils;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfCopyTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfCopyTest.cs
index 1aae1dcc0..1371031eb 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfCopyTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfCopyTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Diagnostics;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfEncryptionTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfEncryptionTest.cs
index ef0b4e905..f3e1448ea 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfEncryptionTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfEncryptionTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfReaderSelectPagesTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfReaderSelectPagesTest.cs
index dc89478eb..a6757ec87 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfReaderSelectPagesTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfReaderSelectPagesTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using itextsharp.tests.iTextSharp.testutils;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfReaderTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfReaderTest.cs
index b0124be33..725b84c91 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfReaderTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfReaderTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfStamperTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfStamperTest.cs
index ba2a56282..c17d98932 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfStamperTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/PdfStamperTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/RandomAccessFileOrArrayTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/RandomAccessFileOrArrayTest.cs
index 7da8cfd83..508e71323 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/RandomAccessFileOrArrayTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/RandomAccessFileOrArrayTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using iTextSharp.text.pdf;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/StringUtilsTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/StringUtilsTest.cs
index 2c2bd85b5..0b4691a9f 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/StringUtilsTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/StringUtilsTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.Text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfCopyTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfCopyTest.cs
index 85e388de8..c1209b8b5 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfCopyTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfCopyTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfOnEndPageTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfOnEndPageTest.cs
index 58969450d..544a904b9 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfOnEndPageTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfOnEndPageTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfPageEventsTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfPageEventsTest.cs
index 452724339..48bd99eff 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfPageEventsTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfPageEventsTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.IO;
 using iTextSharp.testutils;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfTest.cs
index 8bebf0717..f0fedd276 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TaggedPdfTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Diagnostics;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TestPdfCopyAndStamp.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TestPdfCopyAndStamp.cs
index 46e91df9f..0631e169d 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TestPdfCopyAndStamp.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TestPdfCopyAndStamp.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TextExpansionTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TextExpansionTest.cs
index 76b75ac0a..fc3f55fa7 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TextExpansionTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TextExpansionTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TextFieldTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TextFieldTest.cs
index e08de45a6..4c0914c61 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/TextFieldTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/TextFieldTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/ToUnicodeNonBreakableSpacesTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/ToUnicodeNonBreakableSpacesTest.cs
index c88a17506..bc39713c0 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/ToUnicodeNonBreakableSpacesTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/ToUnicodeNonBreakableSpacesTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using itextsharp.tests.iTextSharp.testutils;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/UnbalancedOperatorsTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/UnbalancedOperatorsTest.cs
index 0f3fdcb05..5609a6166 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/UnbalancedOperatorsTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/UnbalancedOperatorsTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.text.exceptions;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/VerticalPositionTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/VerticalPositionTest.cs
index cad5d3479..b1c2c6591 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/VerticalPositionTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/VerticalPositionTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.IO;
 using System.Text;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/cs/DeviceNColorSpaceTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/cs/DeviceNColorSpaceTest.cs
index ecbb63415..d9838119a 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/cs/DeviceNColorSpaceTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/cs/DeviceNColorSpaceTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/cs/LabColorSpaceTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/cs/LabColorSpaceTest.cs
index 9f367e5ef..64ae74984 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/cs/LabColorSpaceTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/cs/LabColorSpaceTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/EncodingTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/EncodingTest.cs
index 50ffc4ed7..702cf312f 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/EncodingTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/EncodingTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/FontEmbeddingTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/FontEmbeddingTest.cs
index 7915bdcbd..5a2682147 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/FontEmbeddingTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/FontEmbeddingTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/FontFamilyTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/FontFamilyTest.cs
index 75e4babd9..96a90d1a0 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/FontFamilyTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/FontFamilyTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using iTextSharp.text.pdf;
 using NUnit.Framework;
 
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/SymbolTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/SymbolTest.cs
index 3836ea23e..348500105 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/SymbolTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/SymbolTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/cmaps/CMapParserExTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/cmaps/CMapParserExTest.cs
index fb58dfda1..41820a297 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/cmaps/CMapParserExTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/cmaps/CMapParserExTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using itextsharp.tests.iTextSharp.testutils;
 using iTextSharp.text.pdf.fonts.cmaps;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/cmaps/CMapTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/cmaps/CMapTest.cs
index bd77f0bf8..4f9985655 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/cmaps/CMapTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/fonts/cmaps/CMapTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text.pdf;
 using iTextSharp.text.pdf.fonts.cmaps;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/mc/AcroFieldsFlattenTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/mc/AcroFieldsFlattenTest.cs
index f4722e3cb..79748437f 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/mc/AcroFieldsFlattenTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/mc/AcroFieldsFlattenTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs
index 33f43cb28..58f661471 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/ocg/OcgRemovalTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.text.pdf.ocg;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/FilteredTextRenderListenerTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/FilteredTextRenderListenerTest.cs
index 562f0dc07..a2624daf7 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/FilteredTextRenderListenerTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/FilteredTextRenderListenerTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/GlyphTextRenderListenerTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/GlyphTextRenderListenerTest.cs
index 680b2463c..867827904 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/GlyphTextRenderListenerTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/GlyphTextRenderListenerTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using itextsharp.tests.iTextSharp.testutils;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/HighlightItemsTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/HighlightItemsTest.cs
index 328162ad4..a5dcc0282 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/HighlightItemsTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/HighlightItemsTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/LocationTextExtractionStrategyTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/LocationTextExtractionStrategyTest.cs
index 69a753d66..55c1febc1 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/LocationTextExtractionStrategyTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/LocationTextExtractionStrategyTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.awt.geom;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/MatrixTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/MatrixTest.cs
index 37ea504c0..ba8c86eef 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/MatrixTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/MatrixTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text.pdf.parser;
 using NUnit.Framework;
 
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/MultiFilteredRenderListenerTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/MultiFilteredRenderListenerTest.cs
index 40e8639f9..0db9a89cd 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/MultiFilteredRenderListenerTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/MultiFilteredRenderListenerTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using itextsharp.tests.iTextSharp.testutils;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfContentStreamProcessorTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfContentStreamProcessorTest.cs
index c38f030f6..b2ffbe0fc 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfContentStreamProcessorTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfContentStreamProcessorTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using System.util;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfImageObjectTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfImageObjectTest.cs
index a496b44a2..d8a3d2a00 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfImageObjectTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfImageObjectTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using itextsharp.tests.iTextSharp.testutils;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfTextExtractorEncodingsTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfTextExtractorEncodingsTest.cs
index 84cfa1969..8b682f5f8 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfTextExtractorEncodingsTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfTextExtractorEncodingsTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfTextExtractorUnicodeIdentityTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfTextExtractorUnicodeIdentityTest.cs
index 7de456987..b142e90ac 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfTextExtractorUnicodeIdentityTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/PdfTextExtractorUnicodeIdentityTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/SimpleTextExtractionStrategyTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/SimpleTextExtractionStrategyTest.cs
index 73bf8ef9d..5caf0e373 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/SimpleTextExtractionStrategyTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/SimpleTextExtractionStrategyTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.awt.geom;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/TextMarginFinderTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/TextMarginFinderTest.cs
index aef6da27f..e2498fca5 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/TextMarginFinderTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/TextMarginFinderTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/TextRenderInfoTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/TextRenderInfoTest.cs
index 65069f383..23e0bfcd4 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/TextRenderInfoTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/TextRenderInfoTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/VectorTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/VectorTest.cs
index eadaac7fb..8431285ec 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/VectorTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/parser/VectorTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text.pdf.parser;
 using NUnit.Framework;
 
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpProcessorTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpProcessorTest.cs
index 56a699b85..4b9e4a331 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpProcessorTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/pdfcleanup/PdfCleanUpProcessorTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/ColorsInTaggedDocumentsTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/ColorsInTaggedDocumentsTest.cs
index 5eee3b37e..ba589125c 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/ColorsInTaggedDocumentsTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/ColorsInTaggedDocumentsTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using itextsharp.tests.iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/KeepRowsTogetherTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/KeepRowsTogetherTest.cs
index bc54620a0..6f21e6358 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/KeepRowsTogetherTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/KeepRowsTogetherTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.IO;
 using itextsharp.tests.iTextSharp.testutils;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/KeepTogetherTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/KeepTogetherTest.cs
index fb4b4c8c4..4feebd54c 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/KeepTogetherTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/KeepTogetherTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/LargeTableTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/LargeTableTest.cs
index ee1b7110a..2c74712ab 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/LargeTableTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/LargeTableTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/NestedTablesTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/NestedTablesTest.cs
index 32f4147d0..7fba60143 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/NestedTablesTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/NestedTablesTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.Diagnostics;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/RowspanTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/RowspanTest.cs
index e7ca27438..2d94a8b12 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/RowspanTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/RowspanTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using iTextSharp.testutils;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/SplitTableTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/SplitTableTest.cs
index 6e392314c..232503c6b 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/SplitTableTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/SplitTableTest.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Globalization;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/TableEventTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/TableEventTest.cs
index 3cc15dd06..65a8c1aa4 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/TableEventTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/pdf/table/TableEventTest.cs
@@ -1,47 +1,44 @@
-
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 using System;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/signature/XadesTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/signature/XadesTest.cs
index e643e9cf7..5312ecb21 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/signature/XadesTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/signature/XadesTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigKSTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigKSTest.cs
index d08c09b3b..9a6352cc3 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigKSTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigKSTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigRsaTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigRsaTest.cs
index fd871d269..07aa2454b 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigRsaTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigRsaTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using System.Security.Cryptography;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigTest.cs
index 5c18b969e..3524a9c89 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/signature/XmlDSigTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections;
 using System.Collections.Generic;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/xml/simpleparser/SimpleXMLParserTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/xml/simpleparser/SimpleXMLParserTest.cs
index 9795b6a64..0b046ee01 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/xml/simpleparser/SimpleXMLParserTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/xml/simpleparser/SimpleXMLParserTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.tests/iTextSharp/text/xml/xmp/XmpWriterTest.cs b/src/extras/itextsharp.tests/iTextSharp/text/xml/xmp/XmpWriterTest.cs
index aa5cb9ba2..a4a884c68 100644
--- a/src/extras/itextsharp.tests/iTextSharp/text/xml/xmp/XmpWriterTest.cs
+++ b/src/extras/itextsharp.tests/iTextSharp/text/xml/xmp/XmpWriterTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker.tests/examples/Setup.cs b/src/extras/itextsharp.xmlworker.tests/examples/Setup.cs
index 04ddb06ce..484a9cf2b 100644
--- a/src/extras/itextsharp.xmlworker.tests/examples/Setup.cs
+++ b/src/extras/itextsharp.xmlworker.tests/examples/Setup.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text;
 using iTextSharp.text.log;
 
diff --git a/src/extras/itextsharp.xmlworker.tests/examples/XMLWorkerHTMLExample.cs b/src/extras/itextsharp.xmlworker.tests/examples/XMLWorkerHTMLExample.cs
index 6db0d8482..c65da8203 100644
--- a/src/extras/itextsharp.xmlworker.tests/examples/XMLWorkerHTMLExample.cs
+++ b/src/extras/itextsharp.xmlworker.tests/examples/XMLWorkerHTMLExample.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.xmlworker.tests/examples/XMLWorkerHelperExample.cs b/src/extras/itextsharp.xmlworker.tests/examples/XMLWorkerHelperExample.cs
index 9eaf819df..6dfc753ae 100644
--- a/src/extras/itextsharp.xmlworker.tests/examples/XMLWorkerHelperExample.cs
+++ b/src/extras/itextsharp.xmlworker.tests/examples/XMLWorkerHelperExample.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/BugRunnerTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/BugRunnerTest.cs
index 79cca450c..f17442f7d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/BugRunnerTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/BugRunnerTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagChildrenTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagChildrenTest.cs
index 3d3d6f8bf..b86cba514 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagChildrenTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagChildrenTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using iTextSharp.tool.xml;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagTest.cs
index f42ff1d70..bcd41c9d1 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using iTextSharp.tool.xml;
 using NUnit.Framework;
 
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagUtilsTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagUtilsTest.cs
index bcbc469c6..ac46b5977 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagUtilsTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/TagUtilsTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.exceptions;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/XMLWorkerTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/XMLWorkerTest.cs
index a69e8bc29..36e387acf 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/XMLWorkerTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/XMLWorkerTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CSSFileProcessorTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CSSFileProcessorTest.cs
index 0d78c8880..50f10338e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CSSFileProcessorTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CSSFileProcessorTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CSSFilesTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CSSFilesTest.cs
index 956b5d9fa..70cb67458 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CSSFilesTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CSSFilesTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.log;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CssFileWrapperTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CssFileWrapperTest.cs
index ef189253a..d43133a89 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CssFileWrapperTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CssFileWrapperTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.css;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CssUtilsTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CssUtilsTest.cs
index 488a19dea..86901e950 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CssUtilsTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/CssUtilsTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.log;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/DefaultCSSResolverTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/DefaultCSSResolverTest.cs
index c8ae21c16..977203e0f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/DefaultCSSResolverTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/DefaultCSSResolverTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.log;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/FontSizeTranslatorTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/FontSizeTranslatorTest.cs
index fd1e034fc..fd097ce7c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/FontSizeTranslatorTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/FontSizeTranslatorTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System.Globalization;
 using iTextSharp.text;
 using iTextSharp.text.log;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/WidthCalculatorTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/WidthCalculatorTest.cs
index 24e1fdd85..a5ceb9ebd 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/WidthCalculatorTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/WidthCalculatorTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text.log;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/ChunkCssApplierTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/ChunkCssApplierTest.cs
index 3de32572a..d525a0423 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/ChunkCssApplierTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/ChunkCssApplierTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text;
 using iTextSharp.text.log;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/FontFamilyTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/FontFamilyTest.cs
index 3b8d7c6d0..9c1957a7b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/FontFamilyTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/FontFamilyTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text;
 using iTextSharp.text.log;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/HtmlCellCssApplierTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/HtmlCellCssApplierTest.cs
index f059a4234..55fbbb490 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/HtmlCellCssApplierTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/HtmlCellCssApplierTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/ParagraphCssApplierTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/ParagraphCssApplierTest.cs
index 3a6c31f8b..ee6fc7f0b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/ParagraphCssApplierTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/css/apply/ParagraphCssApplierTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System.Globalization;
 using iTextSharp.text;
 using iTextSharp.text.log;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/SampleTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/SampleTest.cs
index 1c65e1efc..d49d20e0e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/SampleTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/SampleTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/at_rule/AtMedia_Rule_IgnoringTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/at_rule/AtMedia_Rule_IgnoringTest.cs
index 6e6efdfd6..4f4012bed 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/at_rule/AtMedia_Rule_IgnoringTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/at_rule/AtMedia_Rule_IgnoringTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/cell/Background_color_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/cell/Background_color_cell01Test.cs
index 1357484d1..290c1b8bb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/cell/Background_color_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/cell/Background_color_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.background.background_color.cell {
     internal class Background_color_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/cell/Background_color_cell02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/cell/Background_color_cell02Test.cs
index ca6d6d0a6..aaa7323e8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/cell/Background_color_cell02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/cell/Background_color_cell02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.background.background_color.cell {
     internal class Background_color_cell02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/div/Background_color_div01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/div/Background_color_div01Test.cs
index 1ea184de4..b09df7588 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/div/Background_color_div01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/div/Background_color_div01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.background.background_color.div {
     internal class Background_color_div01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/image/Background_color_imagel01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/image/Background_color_imagel01Test.cs
index bc43625e9..a04c9fa3f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/image/Background_color_imagel01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/image/Background_color_imagel01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.background.background_color.image {
     internal class Background_color_imagel01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/list/Background_color_list01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/list/Background_color_list01Test.cs
index 44f48a06c..42c226f79 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/list/Background_color_list01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/list/Background_color_list01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.background.background_color.list {
     internal class Background_color_list01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/list/Background_color_list02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/list/Background_color_list02Test.cs
index e443ab16d..caf7c7fb9 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/list/Background_color_list02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/list/Background_color_list02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.background.background_color.list {
     internal class Background_color_list02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/table/Background_color_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/table/Background_color_table01Test.cs
index 6e692d7f5..507b5abce 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/table/Background_color_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/table/Background_color_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.background.background_color.table {
     internal class Background_color_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/text/Background_color_text01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/text/Background_color_text01Test.cs
index 508d95344..1cc3d4c42 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/text/Background_color_text01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_color/text/Background_color_text01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.background.background_color.text {
     internal class Background_color_text01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_image/div/Background_image_div01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_image/div/Background_image_div01Test.cs
index 3ff29a730..57aeddd68 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_image/div/Background_image_div01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/background/background_image/div/Background_image_div01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.background.background_image.div {
     internal class Background_image_div01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/cell/Border_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/cell/Border_cell01Test.cs
index 58be9ef0a..55dce6844 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/cell/Border_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/cell/Border_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border.cell {
     internal class Border_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/cell/InheritedTableBorderTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/cell/InheritedTableBorderTest.cs
index 49c7f08a9..1bc3de735 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/cell/InheritedTableBorderTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/cell/InheritedTableBorderTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border.cell {
     internal class InheritedTableBorderTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/div/Border_div01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/div/Border_div01Test.cs
index 555d980e2..95fa8c4eb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/div/Border_div01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/div/Border_div01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border.div {
     internal class Border_div01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/image/Border_image01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/image/Border_image01Test.cs
index d1366d1c0..c0d1beb9e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/image/Border_image01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/image/Border_image01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border.image {
     internal class Border_image01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/list/Border_list01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/list/Border_list01Test.cs
index ae4a1514b..22d27c6a0 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/list/Border_list01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/list/Border_list01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border.list {
     internal class Border_list01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/list/Border_list02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/list/Border_list02Test.cs
index 5f65f6cf2..b6a7d26f0 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/list/Border_list02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/list/Border_list02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border.list {
     internal class Border_list02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/table/Border_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/table/Border_table01Test.cs
index 080213bb2..42221990c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/table/Border_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/table/Border_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border.table {
     internal class Border_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/text/Border_text01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/text/Border_text01Test.cs
index 74e33db79..d8c383b4c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/text/Border_text01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border/text/Border_text01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border.text {
     internal class Border_text01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/cell/Border_bottom_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/cell/Border_bottom_cell01Test.cs
index 7611f589b..2c052fe79 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/cell/Border_bottom_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/cell/Border_bottom_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom.cell {
     internal class Border_bottom_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/div/Border_bottom_div01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/div/Border_bottom_div01Test.cs
index 418fe6523..7e42e910b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/div/Border_bottom_div01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/div/Border_bottom_div01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom.div {
     internal class Border_bottom_div01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/image/Border_bottom_image01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/image/Border_bottom_image01Test.cs
index 728643247..ead8d7a43 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/image/Border_bottom_image01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/image/Border_bottom_image01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom.image {
     internal class Border_bottom_image01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/list/Border_bottom_list01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/list/Border_bottom_list01Test.cs
index b304ef1d6..8f4000c37 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/list/Border_bottom_list01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/list/Border_bottom_list01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom.list {
     internal class Border_bottom_list01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/list/Border_bottom_list02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/list/Border_bottom_list02Test.cs
index cf15476ea..15c677161 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/list/Border_bottom_list02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/list/Border_bottom_list02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom.list {
     internal class Border_bottom_list02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/table/Border_bottom_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/table/Border_bottom_table01Test.cs
index c10ef9743..4b9751256 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/table/Border_bottom_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/table/Border_bottom_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom.table {
     internal class Border_bottom_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/text/Border_bottom_text01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/text/Border_bottom_text01Test.cs
index 72669f846..963228f39 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/text/Border_bottom_text01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom/text/Border_bottom_text01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom.text {
     internal class Border_bottom_text01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/cell/Border_bottom_color_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/cell/Border_bottom_color_cell01Test.cs
index 7aeffd4d5..4c66597fd 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/cell/Border_bottom_color_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/cell/Border_bottom_color_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_color.cell {
     internal class Border_bottom_color_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/div/Border_bottom_color_div01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/div/Border_bottom_color_div01Test.cs
index 1f5924512..38f0bbfe6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/div/Border_bottom_color_div01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/div/Border_bottom_color_div01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_color.div {
     internal class Border_bottom_color_div01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/image/Border_bottom_color_image01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/image/Border_bottom_color_image01Test.cs
index f22045f02..d4512b69f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/image/Border_bottom_color_image01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/image/Border_bottom_color_image01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_color.image {
     internal class Border_bottom_color_image01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/list/Border_bottom_color_list01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/list/Border_bottom_color_list01Test.cs
index 6e979d9de..768bcbbfa 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/list/Border_bottom_color_list01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/list/Border_bottom_color_list01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_color.list {
     internal class Border_bottom_color_list01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/table/Border_bottom_color_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/table/Border_bottom_color_table01Test.cs
index 824ca91ae..c40d81c85 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/table/Border_bottom_color_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/table/Border_bottom_color_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_color.table {
     internal class Border_bottom_color_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/text/Border_bottom_color_text01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/text/Border_bottom_color_text01Test.cs
index 4f448e7d8..fff8aa124 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/text/Border_bottom_color_text01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_color/text/Border_bottom_color_text01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_color.text {
     internal class Border_bottom_color_text01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/cell/Border_bottom_style_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/cell/Border_bottom_style_cell01Test.cs
index 08e9d8d4b..dc0a3f089 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/cell/Border_bottom_style_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/cell/Border_bottom_style_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_style.cell {
     internal class Border_bottom_style_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/div/Border_bottom_style_div01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/div/Border_bottom_style_div01Test.cs
index 15f22c355..6414f2b20 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/div/Border_bottom_style_div01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/div/Border_bottom_style_div01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_style.div {
     internal class Border_bottom_style_div01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/image/Border_bottom_style_image01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/image/Border_bottom_style_image01Test.cs
index e34930363..5d43140fd 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/image/Border_bottom_style_image01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/image/Border_bottom_style_image01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_style.image {
     internal class Border_bottom_style_image01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/list/Border_bottom_style_list01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/list/Border_bottom_style_list01Test.cs
index 7097bcbe5..68c93a507 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/list/Border_bottom_style_list01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/list/Border_bottom_style_list01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_style.list {
     internal class Border_bottom_style_list01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/table/Border_bottom_style_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/table/Border_bottom_style_table01Test.cs
index 237e090ef..467bca03e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/table/Border_bottom_style_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/table/Border_bottom_style_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_style.table {
     internal class Border_bottom_style_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/text/Border_bottom_style_text01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/text/Border_bottom_style_text01Test.cs
index 8d10c5aa7..4c8aaa861 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/text/Border_bottom_style_text01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_style/text/Border_bottom_style_text01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_style.text {
     internal class Border_bottom_style_text01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_width/cell/Border_bottom_width_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_width/cell/Border_bottom_width_cell01Test.cs
index 836bacbff..a746ed519 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_width/cell/Border_bottom_width_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_width/cell/Border_bottom_width_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_width.cell {
     internal class Border_bottom_width_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_width/table/Border_bottom_width_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_width/table/Border_bottom_width_table01Test.cs
index f81680913..4045765b4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_width/table/Border_bottom_width_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_bottom_width/table/Border_bottom_width_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_bottom_width.table {
     internal class Border_bottom_width_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_collapse/cell/Border_collapse_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_collapse/cell/Border_collapse_cell01Test.cs
index ba46be1db..5550540dd 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_collapse/cell/Border_collapse_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_collapse/cell/Border_collapse_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_collapse.cell {
     internal class Border_collapse_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_collapse/table/Border_collapse_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_collapse/table/Border_collapse_table01Test.cs
index 4943ca4b0..6fdfb29b2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_collapse/table/Border_collapse_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_collapse/table/Border_collapse_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_collapse.table {
     internal class Border_collapse_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_color/cell/Border_left_color_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_color/cell/Border_left_color_cell01Test.cs
index 8f1bf1f37..623c98904 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_color/cell/Border_left_color_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_color/cell/Border_left_color_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_left_color.cell {
     internal class Border_left_color_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_color/table/Border_left_color_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_color/table/Border_left_color_table01Test.cs
index 1deb95da1..a313556e2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_color/table/Border_left_color_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_color/table/Border_left_color_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_left_color.table {
     internal class Border_left_color_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_width/cell/Border_left_width_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_width/cell/Border_left_width_cell01Test.cs
index 550ca8731..93f3db19a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_width/cell/Border_left_width_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_width/cell/Border_left_width_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_left_width.cell {
     internal class Border_left_width_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_width/table/Border_left_width_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_width/table/Border_left_width_table01Test.cs
index 27f382c0b..6dc65ba1e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_width/table/Border_left_width_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_left_width/table/Border_left_width_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_left_width.table {
     internal class Border_left_width_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_color/cell/Border_right_color_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_color/cell/Border_right_color_cell01Test.cs
index c49a2d79d..1fa7e4fe7 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_color/cell/Border_right_color_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_color/cell/Border_right_color_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_right_color.cell {
     internal class Border_right_color_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_color/table/Border_right_color_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_color/table/Border_right_color_table01Test.cs
index 0d99547cd..486a51744 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_color/table/Border_right_color_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_color/table/Border_right_color_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_right_color.table {
     internal class Border_right_color_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_width/cell/Border_right_width_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_width/cell/Border_right_width_cell01Test.cs
index 43e833793..2699f8d4b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_width/cell/Border_right_width_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_width/cell/Border_right_width_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_right_width.cell {
     internal class Border_right_width_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_width/table/Border_right_width_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_width/table/Border_right_width_table01Test.cs
index b9fa6475c..caad3ecf9 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_width/table/Border_right_width_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_right_width/table/Border_right_width_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_right_width.table {
     internal class Border_right_width_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_spacing/cell/Border_spacing_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_spacing/cell/Border_spacing_cell01Test.cs
index 5a77298ec..1e4bcde69 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_spacing/cell/Border_spacing_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_spacing/cell/Border_spacing_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_spacing.cell {
     internal class Border_spacing_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_style_width_order/cell/Border_style_width_order_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_style_width_order/cell/Border_style_width_order_cell01Test.cs
index 62e9e5c83..ecdf98a0c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_style_width_order/cell/Border_style_width_order_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_style_width_order/cell/Border_style_width_order_cell01Test.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.Text;
 
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_color/cell/Border_top_color_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_color/cell/Border_top_color_cell01Test.cs
index de66d2bce..c2f02a814 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_color/cell/Border_top_color_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_color/cell/Border_top_color_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_top_color.cell {
     internal class Border_top_color_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_color/table/Border_top_color_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_color/table/Border_top_color_table01Test.cs
index f97ecbec3..f88815521 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_color/table/Border_top_color_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_color/table/Border_top_color_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_top_color.table {
     internal class Border_top_color_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_width/cell/Border_top_width_cell01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_width/cell/Border_top_width_cell01Test.cs
index 594847ba9..8573b07e2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_width/cell/Border_top_width_cell01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_width/cell/Border_top_width_cell01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_top_width.cell {
     internal class Border_top_width_cell01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_width/table/Border_top_width_table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_width/table/Border_top_width_table01Test.cs
index 42b24b8e2..14a2003d8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_width/table/Border_top_width_table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/border/border_top_width/table/Border_top_width_table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.border.border_top_width.table {
     internal class Border_top_width_table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/bottom/image/Bottom_image01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/bottom/image/Bottom_image01.cs
index 9096781d2..dd053ecbe 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/bottom/image/Bottom_image01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/bottom/image/Bottom_image01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.bottom.image {
     public class Bottom_image01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/bottom/text/Bottom_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/bottom/text/Bottom_text01.cs
index 90823c8d0..38219cde3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/bottom/text/Bottom_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/bottom/text/Bottom_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.bottom.text {
     public class Bottom_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/caption_side/table/Caption_side_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/caption_side/table/Caption_side_table01.cs
index 4df7fa08a..fe6046fbe 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/caption_side/table/Caption_side_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/caption_side/table/Caption_side_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.caption_side.table {
     internal class Caption_side_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/cell/Color_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/cell/Color_cell01.cs
index f95c6eeb1..c4b4f6984 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/cell/Color_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/cell/Color_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.color.cell {
     internal class Color_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/div/Color_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/div/Color_div01.cs
index 07b106d39..531890164 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/div/Color_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/div/Color_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.color.div {
     internal class Color_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/list/Color_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/list/Color_list01.cs
index a53d9d2e0..fe49735f2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/list/Color_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/list/Color_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.color.list {
     internal class Color_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/table/Color_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/table/Color_table01.cs
index f0df6689b..459de2b11 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/table/Color_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/table/Color_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.color.table {
     internal class Color_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/text/Color_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/text/Color_text01.cs
index 603a5ff68..ec3451dba 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/text/Color_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/text/Color_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.color.text {
     internal class Color_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/text/Color_text02.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/text/Color_text02.cs
index af52efbb3..e21ba132c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/text/Color_text02.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/color/text/Color_text02.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.color.text {
     internal class Color_text02 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Blocks001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Blocks001Test.cs
index 02fcf27d3..acaac580b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Blocks001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Blocks001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.div {
     internal class Blocks001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDiv01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDiv01Test.cs
index 9b825aa4a..41b505b3c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDiv01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDiv01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using System.Text;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDiv02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDiv02Test.cs
index 35ec3399f..443c19fef 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDiv02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDiv02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using System.Text;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDivPagination01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDivPagination01Test.cs
index fd89ffe50..3fb13a53e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDivPagination01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/ComplexDivPagination01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using System.Text;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivInTableTest01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivInTableTest01.cs
index bbc00b4fd..40662879c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivInTableTest01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivInTableTest01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using System.Text;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivInTableTest02.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivInTableTest02.cs
index b54acc2f0..0f6566671 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivInTableTest02.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivInTableTest02.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivSampleTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivSampleTest.cs
index 0a461f000..fe7d5521c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivSampleTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/DivSampleTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using System.Text;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Linebreak001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Linebreak001Test.cs
index 98dcc930b..e2cff9959 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Linebreak001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Linebreak001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.div {
     internal class Linebreak001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match004Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match004Test.cs
index bc166b93f..4623609b6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match004Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match004Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.div {
     internal class Match004Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match005Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match005Test.cs
index 5589b0a31..0edc59105 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match005Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match005Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.div {
     internal class Match005Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match006Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match006Test.cs
index ca2d4dffc..2b061287d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match006Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Match006Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.div {
     internal class Match006Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Overflow02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Overflow02Test.cs
index ab9c0fdf6..18e09488e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Overflow02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Overflow02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.div {
     internal class Overflow02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/PageOverflow01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/PageOverflow01Test.cs
index 89ac08ec3..60456567d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/PageOverflow01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/PageOverflow01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using System.Text;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Same002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Same002Test.cs
index a74d07f51..102ad9e83 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Same002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Same002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.div {
     internal class Same002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand001Test.cs
index 80c4f0f5e..326f3ba29 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.div {
     internal class Shorthand001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand002Test.cs
index 40043f594..9226cd3cf 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.div {
     internal class Shorthand002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand003Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand003Test.cs
index 9f5e9a146..8a8962bd9 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand003Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/div/Shorthand003Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.div {
     internal class Shorthand003Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/cell/Font_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/cell/Font_cell01.cs
index ee612e764..af3fce352 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/cell/Font_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/cell/Font_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font.cell {
     internal class Font_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/div/Font_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/div/Font_div01.cs
index 63dc3d15f..d889aec9f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/div/Font_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/div/Font_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font.div {
     internal class Font_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/image/Font_image01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/image/Font_image01.cs
index b00c8f966..f2ba44ede 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/image/Font_image01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/image/Font_image01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font.image {
     public class Font_image01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/list/Font_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/list/Font_list01.cs
index e48fcd9b2..4a67aa758 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/list/Font_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/list/Font_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font.list {
     internal class Font_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/table/Font_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/table/Font_table01.cs
index 137084092..6dc262a82 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/table/Font_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/table/Font_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font.table {
     internal class Font_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/text/Font_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/text/Font_text01.cs
index 61c8691f6..990da3bae 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/text/Font_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font/text/Font_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font.text {
     internal class Font_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/cell/Font_family_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/cell/Font_family_cell01.cs
index 5d7d9debb..966dadc58 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/cell/Font_family_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/cell/Font_family_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_family.cell {
     internal class Font_family_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/div/Font_family_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/div/Font_family_div01.cs
index e1d62e471..cd62ccedc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/div/Font_family_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/div/Font_family_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_family.div {
     internal class Font_family_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/list/Font_family_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/list/Font_family_list01.cs
index b8b6f8e84..17b750937 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/list/Font_family_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/list/Font_family_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_family.list {
     internal class Font_family_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/table/Font_family_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/table/Font_family_table01.cs
index 51dfc2658..d2367072e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/table/Font_family_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/table/Font_family_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_family.table {
     internal class Font_family_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/text/Font_family_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/text/Font_family_text01.cs
index 659da7008..d4d6ef416 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/text/Font_family_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_family/text/Font_family_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_family.text {
     internal class Font_family_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/cell/Font_size_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/cell/Font_size_cell01.cs
index 9237bda27..d00110224 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/cell/Font_size_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/cell/Font_size_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_size.cell {
     internal class Font_size_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/div/Font_size_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/div/Font_size_div01.cs
index d379f2312..e328726d5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/div/Font_size_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/div/Font_size_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_size.div {
     internal class Font_size_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/list/Font_size_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/list/Font_size_list01.cs
index 5be9461c9..7523e00a5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/list/Font_size_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/list/Font_size_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_size.list {
     public class Font_size_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/table/Font_size_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/table/Font_size_table01.cs
index 2074aacd0..dae1c946e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/table/Font_size_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/table/Font_size_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_size.table {
     internal class Font_size_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/text/Font_size_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/text/Font_size_text01.cs
index d0020d4bc..9be82a916 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/text/Font_size_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_size/text/Font_size_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_size.text {
     internal class Font_size_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/cell/Font_style_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/cell/Font_style_cell01.cs
index 806f1c5e0..82e58ab74 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/cell/Font_style_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/cell/Font_style_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_style.cell {
     internal class Font_style_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/div/Font_style_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/div/Font_style_div01.cs
index bf4a6db83..7bf16ef38 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/div/Font_style_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/div/Font_style_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_style.div {
     internal class Font_style_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/list/Font_style_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/list/Font_style_list01.cs
index 7c516380c..c6027024f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/list/Font_style_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/list/Font_style_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_style.list {
     internal class Font_style_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/table/Font_style_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/table/Font_style_table01.cs
index 72a7c82a1..348a69e9f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/table/Font_style_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/table/Font_style_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_style.table {
     internal class Font_style_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/text/Font_style_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/text/Font_style_text01.cs
index 0d084da80..ff523faf5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/text/Font_style_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_style/text/Font_style_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_style.text {
     internal class Font_style_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_variant/text/Font_variant_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_variant/text/Font_variant_text01.cs
index 3328e9ef6..2f1330c64 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_variant/text/Font_variant_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_variant/text/Font_variant_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_variant.text {
     public class Font_variant_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/cell/Font_weight_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/cell/Font_weight_cell01.cs
index b1287547c..07a35f256 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/cell/Font_weight_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/cell/Font_weight_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_weight.cell {
     internal class Font_weight_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/div/Font_weight_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/div/Font_weight_div01.cs
index c6eb85c00..97de36d9e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/div/Font_weight_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/div/Font_weight_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_weight.div {
     internal class Font_weight_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/list/Font_weight_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/list/Font_weight_list01.cs
index 933dbecc6..86714f746 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/list/Font_weight_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/list/Font_weight_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_weight.list {
     public class Font_weight_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/numericFontWeight/Font_weight_numeric01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/numericFontWeight/Font_weight_numeric01.cs
index 4fe145345..625f21fba 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/numericFontWeight/Font_weight_numeric01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/numericFontWeight/Font_weight_numeric01.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.Text;
 
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/table/Font_weight_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/table/Font_weight_table01.cs
index 2ee116a8d..368d7fd6b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/table/Font_weight_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/table/Font_weight_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_weight.table {
     internal class Font_weight_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/text/Font_weight_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/text/Font_weight_text01.cs
index 7594accdd..cdcc76c9d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/text/Font_weight_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/text/Font_weight_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.font.font_weight.text {
     public class Font_weight_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/text/Font_weight_text02.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/text/Font_weight_text02.cs
index 167917438..eaef7ed01 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/text/Font_weight_text02.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/font/font_weight/text/Font_weight_text02.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.Text;
 
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/cell/Height_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/cell/Height_cell01.cs
index eff048e83..e9ae06739 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/cell/Height_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/cell/Height_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.height.cell {
     internal class Height_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/div/Height_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/div/Height_div01.cs
index dfffe2fdb..03b663168 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/div/Height_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/div/Height_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.height.div {
     internal class Height_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/image/Height_image01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/image/Height_image01.cs
index cbe2dc3cc..8097de820 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/image/Height_image01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/image/Height_image01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.height.image {
     public class Height_image01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/list/Height_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/list/Height_list01.cs
index 78fa11d22..9ac3cbe49 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/list/Height_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/list/Height_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.height.list {
     public class Height_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/table/Height_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/table/Height_table01.cs
index 6e0c7548c..23bca80be 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/table/Height_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/table/Height_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.height.table {
     public class Height_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/text/Height_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/text/Height_text01.cs
index 8b865315c..7272a9e1b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/text/Height_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/height/text/Height_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.height.text {
     public class Height_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/left/image/Left_image01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/left/image/Left_image01.cs
index 6bcc4f581..f2fd1d7c5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/left/image/Left_image01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/left/image/Left_image01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.left.image {
     public class Left_image01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/cell/Letter_spacing_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/cell/Letter_spacing_cell01.cs
index 85794cbe7..f517b7c05 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/cell/Letter_spacing_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/cell/Letter_spacing_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.letter_spacing.cell {
     internal class Letter_spacing_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/div/Letter_spacing_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/div/Letter_spacing_div01.cs
index e605fa4b9..bf14299aa 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/div/Letter_spacing_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/div/Letter_spacing_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.letter_spacing.div {
     public class Letter_spacing_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/list/Letter_spacing_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/list/Letter_spacing_list01.cs
index 300f94a03..cb989da87 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/list/Letter_spacing_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/list/Letter_spacing_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.letter_spacing.list {
     internal class Letter_spacing_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/table/Letter_spacing_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/table/Letter_spacing_table01.cs
index 817f1a841..0f7e9df1f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/table/Letter_spacing_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/table/Letter_spacing_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.letter_spacing.table {
     internal class Letter_spacing_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/text/Letter_spacing_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/text/Letter_spacing_text01.cs
index 15741a1c2..8ebbf01e8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/text/Letter_spacing_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/letter_spacing/text/Letter_spacing_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.letter_spacing.text {
     internal class Letter_spacing_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan001Test.cs
index 5a3a0c4b6..fc1f6e1f0 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.line_height.span {
     internal class LineHeightSpan001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan002Test.cs
index 670889391..2835d08ff 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.line_height.span {
     internal class LineHeightSpan002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan003Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan003Test.cs
index f8a1eae1b..ec11944e3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan003Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan003Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.line_height.span {
     internal class LineHeightSpan003Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan004Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan004Test.cs
index 024d08869..7381dded3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan004Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/span/LineHeightSpan004Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.line_height.span {
     internal class LineHeightSpan004Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/text/Line_height_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/text/Line_height_text01.cs
index 41ba6259f..6183472c5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/text/Line_height_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/line_height/text/Line_height_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.line_height.text {
     internal class Line_height_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style/list/List_style_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style/list/List_style_list01.cs
index 87b5f7614..6b0d1b3af 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style/list/List_style_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style/list/List_style_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.list_style.list_style.list {
     internal class List_style_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_image/list/List_style_image_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_image/list/List_style_image_list01.cs
index 59c63596a..e187648ab 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_image/list/List_style_image_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_image/list/List_style_image_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.list_style.list_style_image.list {
     internal class List_style_image_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_position/list/List_style_position_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_position/list/List_style_position_list01.cs
index 61184dad6..a31836063 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_position/list/List_style_position_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_position/list/List_style_position_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.list_style.list_style_position.list {
     internal class List_style_position_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_type/list/List_style_type_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_type/list/List_style_type_list01.cs
index 6c9b7fe7f..1823c6ecf 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_type/list/List_style_type_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/list_style/list_style_type/list/List_style_type_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.list_style.list_style_type.list {
     internal class List_style_type_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/div/Margin_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/div/Margin_div01.cs
index f5b30b21d..375873f48 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/div/Margin_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/div/Margin_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin.div {
     public class Margin_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/image/Margin_image01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/image/Margin_image01.cs
index 064aa3695..7eeba832f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/image/Margin_image01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/image/Margin_image01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin.image {
     public class Margin_image01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/list/Margin_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/list/Margin_list01.cs
index 045332a08..f4182ede3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/list/Margin_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/list/Margin_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin.list {
     public class Margin_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/table/Margin_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/table/Margin_table01.cs
index f56347737..79189068c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/table/Margin_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/table/Margin_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using NUnit.Framework;
 
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin.table {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/text/Margin_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/text/Margin_text01.cs
index b38172138..feae264d3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/text/Margin_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin/text/Margin_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin.text {
     internal class Margin_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/div/Margin_bottom_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/div/Margin_bottom_div01.cs
index d5ebe1e61..3e74b9d83 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/div/Margin_bottom_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/div/Margin_bottom_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_bottom.div {
     public class Margin_bottom_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/image/Margin_bottom_image01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/image/Margin_bottom_image01.cs
index 420912942..d6eaf69d4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/image/Margin_bottom_image01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/image/Margin_bottom_image01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_bottom.image {
     public class Margin_bottom_image01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/list/Margin_bottom_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/list/Margin_bottom_list01.cs
index e962ed2e1..a5798cdd0 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/list/Margin_bottom_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/list/Margin_bottom_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_bottom.list {
     internal class Margin_bottom_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/table/Margin_bottom_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/table/Margin_bottom_table01.cs
index 98554c6f8..065ed1e88 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/table/Margin_bottom_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/table/Margin_bottom_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_bottom.table {
     internal class Margin_bottom_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/text/Margin_bottom_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/text/Margin_bottom_text01.cs
index 09238d626..66232a458 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/text/Margin_bottom_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_bottom/text/Margin_bottom_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_bottom.text {
     internal class Margin_bottom_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_left/list/Margin_left_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_left/list/Margin_left_list01.cs
index bec8327c6..89dd414e0 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_left/list/Margin_left_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_left/list/Margin_left_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_left.list {
     internal class Margin_left_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_left/text/Margin_left_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_left/text/Margin_left_text01.cs
index 7b2c57265..6961a44a3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_left/text/Margin_left_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_left/text/Margin_left_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_left.text {
     internal class Margin_left_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_right/list/Margin_right_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_right/list/Margin_right_list01.cs
index 3ecab4abb..bcfc1b524 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_right/list/Margin_right_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_right/list/Margin_right_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_right.list {
     public class Margin_right_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_right/text/Margin_right_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_right/text/Margin_right_text01.cs
index a5c113f1e..610f0c072 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_right/text/Margin_right_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_right/text/Margin_right_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_right.text {
     internal class Margin_right_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/list/Margin_top_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/list/Margin_top_list01.cs
index b88c2be81..b25fd68c5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/list/Margin_top_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/list/Margin_top_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_top.list {
     internal class Margin_top_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/table/Margin_top_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/table/Margin_top_table01.cs
index f37346f4d..a9b60a059 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/table/Margin_top_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/table/Margin_top_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_top.table {
     public class Margin_top_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/text/Margin_top_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/text/Margin_top_text01.cs
index ae2d3bae7..e52a9d19b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/text/Margin_top_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/margin/margin_top/text/Margin_top_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.margin.margin_top.text {
     internal class Margin_top_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/max/max_height/text/Max_height_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/max/max_height/text/Max_height_text01.cs
index 709b9e31f..e076c2acb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/max/max_height/text/Max_height_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/max/max_height/text/Max_height_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.max.max_height.text {
     public class Max_height_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/cell/Padding_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/cell/Padding_cell01.cs
index a50386fcc..0641feff2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/cell/Padding_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/cell/Padding_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding.cell {
     internal class Padding_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/div/Padding_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/div/Padding_div01.cs
index d29843632..1f3f612b2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/div/Padding_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/div/Padding_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding.div {
     internal class Padding_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/image/Padding_image01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/image/Padding_image01.cs
index e287680a0..6472392ad 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/image/Padding_image01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/image/Padding_image01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding.image {
     public class Padding_image01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/list/Padding_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/list/Padding_list01.cs
index 2037e81ee..4085763bb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/list/Padding_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/list/Padding_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding.list {
     public class Padding_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/table/Padding_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/table/Padding_table01.cs
index 432820b2e..0f7eebdbf 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/table/Padding_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/table/Padding_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding.table {
     public class Padding_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/text/Padding_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/text/Padding_text01.cs
index 0af01b05f..644b45211 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/text/Padding_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding/text/Padding_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding.text {
     public class Padding_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/cell/Padding_bottom_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/cell/Padding_bottom_cell01.cs
index 094c87af7..6b0c54ddb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/cell/Padding_bottom_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/cell/Padding_bottom_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_bottom.cell {
     internal class Padding_bottom_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/div/Padding_bottom_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/div/Padding_bottom_div01.cs
index 486384269..0c3bac3d3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/div/Padding_bottom_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/div/Padding_bottom_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_bottom.div {
     internal class Padding_bottom_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/list/Padding_bottom_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/list/Padding_bottom_list01.cs
index a511034f4..260cc1188 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/list/Padding_bottom_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/list/Padding_bottom_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_bottom.list {
     internal class Padding_bottom_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/text/Padding_bottom_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/text/Padding_bottom_text01.cs
index ccc151f08..0cc13699d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/text/Padding_bottom_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_bottom/text/Padding_bottom_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_bottom.text {
     internal class Padding_bottom_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/cell/Padding_left_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/cell/Padding_left_cell01.cs
index 38602fe5f..36477731a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/cell/Padding_left_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/cell/Padding_left_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_left.cell {
     internal class Padding_left_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/div/Padding_left_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/div/Padding_left_div01.cs
index 439901d3f..ac3c75a77 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/div/Padding_left_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/div/Padding_left_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_left.div {
     internal class Padding_left_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/list/Padding_left_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/list/Padding_left_list01.cs
index c8f8cf04c..ae9dc7c19 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/list/Padding_left_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/list/Padding_left_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_left.list {
     internal class Padding_left_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/text/Padding_left_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/text/Padding_left_text01.cs
index 8190714f6..8bbff9e72 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/text/Padding_left_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_left/text/Padding_left_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_left.text {
     internal class Padding_left_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/cell/Padding_right_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/cell/Padding_right_cell01.cs
index 4c11373ac..0fe0ac44b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/cell/Padding_right_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/cell/Padding_right_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_right.cell {
     internal class Padding_right_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/div/Padding_right_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/div/Padding_right_div01.cs
index 3d60d1542..818cfd380 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/div/Padding_right_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/div/Padding_right_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_right.div {
     internal class Padding_right_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/list/Padding_right_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/list/Padding_right_list01.cs
index 38002f2ac..150b6d36b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/list/Padding_right_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/list/Padding_right_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_right.list {
     public class Padding_right_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/text/Padding_right_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/text/Padding_right_text01.cs
index c88e1a4c0..39cae9320 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/text/Padding_right_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_right/text/Padding_right_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_right.text {
     internal class Padding_right_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/cell/Padding_top_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/cell/Padding_top_cell01.cs
index 6febf88f4..ed57bd45d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/cell/Padding_top_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/cell/Padding_top_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_top.cell {
     internal class Padding_top_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/div/Padding_top_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/div/Padding_top_div01.cs
index 89c586c82..5d99e5dc7 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/div/Padding_top_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/div/Padding_top_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_top.div {
     internal class Padding_top_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/list/Padding_top_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/list/Padding_top_list01.cs
index ef6bf7c9c..ee7050a49 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/list/Padding_top_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/list/Padding_top_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using NUnit.Framework;
 
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_top.list {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/text/Padding_top_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/text/Padding_top_text01.cs
index 2d83c30bc..053f0ae10 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/text/Padding_top_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/padding/padding_top/text/Padding_top_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using NUnit.Framework;
 
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.padding.padding_top.text {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/div/After_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/div/After_div01.cs
index 924ba6d40..b9151dae5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/div/After_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/div/After_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.page_break.after.div {
     internal class After_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/img/After_img01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/img/After_img01.cs
index a57946d27..328b13305 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/img/After_img01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/img/After_img01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.page_break.after.img {
     internal class After_img01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/list/After_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/list/After_list01.cs
index cea3c292a..e10713bfd 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/list/After_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/list/After_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.page_break.after.list {
     internal class After_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/table/After_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/table/After_table01.cs
index 3556e060a..7fbedec94 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/table/After_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/table/After_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.page_break.after.table {
     internal class After_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/text/After_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/text/After_text01.cs
index 807290c75..a37b152fc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/text/After_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/after/text/After_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.page_break.after.text {
     internal class After_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/div/Before_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/div/Before_div01.cs
index 443009a5d..349bfbe28 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/div/Before_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/div/Before_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.page_break.before.div {
     internal class Before_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/img/Before_img01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/img/Before_img01.cs
index 44e9f57c4..fb181c2ab 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/img/Before_img01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/img/Before_img01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.page_break.before.img {
     public class Before_img01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/list/Before_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/list/Before_list01.cs
index 15037430f..3ddaf80b9 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/list/Before_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/list/Before_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.page_break.before.list {
     internal class Before_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/table/Before_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/table/Before_table01.cs
index bbe9510d9..14a32d250 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/table/Before_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/table/Before_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.page_break.before.table {
     internal class Before_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/text/Before_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/text/Before_text01.cs
index 9a80d27dd..4ceac94c5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/text/Before_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/before/text/Before_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.page_break.before.text {
     internal class Before_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/div/Inside_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/div/Inside_div01.cs
index 5378c5037..bbf459d81 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/div/Inside_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/div/Inside_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/div/Inside_div02.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/div/Inside_div02.cs
index 520fc20a2..22e66c123 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/div/Inside_div02.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/div/Inside_div02.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/table/Inside_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/table/Inside_table01.cs
index b95c3c691..1dc9cfc54 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/table/Inside_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/page_break/inside/table/Inside_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/Overflow01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/Overflow01Test.cs
index 2c40d3ca4..39ec1dcd3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/Overflow01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/Overflow01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.position {
     internal class Overflow01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/div/Position_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/div/Position_div01.cs
index 519f8cca0..09bc619b8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/div/Position_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/div/Position_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.position.div {
     public class Position_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/text/Position_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/text/Position_text01.cs
index 71789c184..12c293790 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/text/Position_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/position/text/Position_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.position.text {
     public class Position_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_10Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_10Test.cs
index 914c6df02..087502746 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_10Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_10Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_10Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_11Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_11Test.cs
index 85168fbcf..dd2139659 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_11Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_11Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_11Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_13Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_13Test.cs
index 63b3717d5..af0873102 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_13Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_13Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_13Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14Test.cs
index 272510de7..bc8121251 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using NUnit.Framework;
 
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14bTest.cs
index 2a277ff7b..047972daa 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_14bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14cTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14cTest.cs
index 311069066..99ec91c5f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14cTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_14cTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_14cTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_154Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_154Test.cs
index 5a8f049ff..8d7015f54 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_154Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_154Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_154Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155Test.cs
index 418da3ab8..5bbe11490 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_155Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155aTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155aTest.cs
index 2202d7d23..b9813dc5d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155aTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155aTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_155aTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155bTest.cs
index 8d88ceb81..40a6a34ba 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_155bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155cTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155cTest.cs
index 52751a3d6..f49ce6c6f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155cTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155cTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_155cTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155dTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155dTest.cs
index bc4db52b7..24f7bcbe6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155dTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_155dTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using NUnit.Framework;
 
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156Test.cs
index 75f968349..507d516e4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_156Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156bTest.cs
index e0d627042..bbe686d81 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_156bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156cTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156cTest.cs
index e82eed7b0..2ef5bcab4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156cTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_156cTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_156cTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_157Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_157Test.cs
index 0ad55d7c1..5e726b40b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_157Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_157Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_157Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_15Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_15Test.cs
index 8415635ab..2f327a2cf 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_15Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_15Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_15Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_15bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_15bTest.cs
index 2b2b3c529..27579f6e9 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_15bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_15bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_15bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170Test.cs
index 484e27040..7a3cae867 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_170Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170aTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170aTest.cs
index 213f29da8..d31e8d229 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170aTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170aTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_170aTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170bTest.cs
index 0b4246da0..42369021b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_170bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_170bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175aTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175aTest.cs
index 244427e1d..8462d5cdb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175aTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175aTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_175aTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175bTest.cs
index b20de7018..2b77cb914 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_175bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175cTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175cTest.cs
index af1b05c1f..5d72c7a46 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175cTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_175cTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using NUnit.Framework;
 
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_183Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_183Test.cs
index 78084ebee..2c902b6bf 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_183Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_183Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_183Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184aTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184aTest.cs
index 2d8aa138d..c316b3fea 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184aTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184aTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_184aTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184bTest.cs
index 0799890f1..a4fe90047 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_184bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184cTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184cTest.cs
index d2c1bbb78..6c199474e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184cTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_184cTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_184cTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_1Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_1Test.cs
index 3a1af95e9..83349af34 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_1Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_1Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_1Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_2Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_2Test.cs
index 3a49c9720..81e897f9f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_2Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_2Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_2Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_3aTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_3aTest.cs
index d8cff8f8f..ecf1c4aa8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_3aTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_3aTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_3aTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_43Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_43Test.cs
index 7b7105760..911f46ad6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_43Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_43Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_43Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_43b_Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_43b_Test.cs
index 4c7c113f9..36ee608df 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_43b_Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_43b_Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_43b_Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44Test.cs
index d95f5d4a6..b43aa4a9d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_44Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44bTest.cs
index 993b03201..7fd2ee5c4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_44bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44cTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44cTest.cs
index dafe0eda9..c3d9f171f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44cTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44cTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_44cTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44dTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44dTest.cs
index d5eb7ece0..f148da3cc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44dTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_44dTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_44dTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45Test.cs
index 6930c0142..0984aa5cb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_45Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45bTest.cs
index 48a861c4d..16f703962 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_45bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45cTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45cTest.cs
index 0931570c3..7f0c223e2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45cTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_45cTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_45cTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_46Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_46Test.cs
index deb1bd9e5..df18548d4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_46Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_46Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_46Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_46bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_46bTest.cs
index 77bac58d9..2c0a2a872 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_46bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_46bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_46bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_4Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_4Test.cs
index f827db260..7267474bb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_4Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_4Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_4Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_5Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_5Test.cs
index cc17bbf37..c7c80c43f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_5Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_5Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_5Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_6Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_6Test.cs
index 56f7b4977..14f06259e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_6Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_6Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_6Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_7Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_7Test.cs
index d426907ed..581cc11e3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_7Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_7Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_7Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_7bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_7bTest.cs
index e391cfb54..b8169e1e1 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_7bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_7bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_7bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_86Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_86Test.cs
index 910d17edd..21866a071 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_86Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_86Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_86Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_87Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_87Test.cs
index 8e531e96f..664427801 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_87Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_87Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_87Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_87bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_87bTest.cs
index 282f9ccc5..c1fdfadc4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_87bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_87bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_87bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_88Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_88Test.cs
index dd36cc781..28b687045 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_88Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_88Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_88Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_88bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_88bTest.cs
index 90ca01f68..1a5091400 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_88bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_88bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_88bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_89Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_89Test.cs
index 3502d13de..307366fca 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_89Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_89Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_89Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_8Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_8Test.cs
index 35d378494..2cf2c1b15 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_8Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_8Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_8Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_90Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_90Test.cs
index 80932e5e8..e51300283 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_90Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_90Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_90Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_90bTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_90bTest.cs
index 2f30328f6..befbdd4db 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_90bTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_90bTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_90bTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_9Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_9Test.cs
index 9b905585a..ba520acb9 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_9Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/selector/Css3Modsel_9Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.selector {
     public class Css3Modsel_9Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/cell/Align_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/cell/Align_cell01.cs
index 9121f228f..3af7afa16 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/cell/Align_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/cell/Align_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.align.cell {
     internal class Align_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/div/Align_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/div/Align_div01.cs
index d3e7ce60f..101de607d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/div/Align_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/div/Align_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.align.div {
     public class Align_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/list/Align_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/list/Align_list01.cs
index c443454cf..718a65221 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/list/Align_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/list/Align_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.align.list {
     internal class Align_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/table/Align_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/table/Align_table01.cs
index c0b863d47..43ad9e6aa 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/table/Align_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/table/Align_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.align.table {
     internal class Align_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/text/Align_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/text/Align_text01.cs
index e6c970769..e95429a1b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/text/Align_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/align/text/Align_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.align.text {
     internal class Align_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/cell/Decoration_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/cell/Decoration_cell01.cs
index 9d5a411ad..e369eba34 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/cell/Decoration_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/cell/Decoration_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.decoration.cell {
     public class Decoration_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/div/Decoration_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/div/Decoration_div01.cs
index dd94cdea1..e8552f4e9 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/div/Decoration_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/div/Decoration_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.decoration.div {
     public class Decoration_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/div/Decoration_div02.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/div/Decoration_div02.cs
index 141b32ae1..0e6925aec 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/div/Decoration_div02.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/div/Decoration_div02.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.Text;
 
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/list/Decoration_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/list/Decoration_list01.cs
index a5584558c..ed1a826b6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/list/Decoration_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/list/Decoration_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.decoration.list {
     public class Decoration_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/table/Decoration_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/table/Decoration_table01.cs
index f5934930e..90f0c74be 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/table/Decoration_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/table/Decoration_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.decoration.table {
     public class Decoration_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/text/Decoration_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/text/Decoration_text01.cs
index 38d9992e7..921a54ff8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/text/Decoration_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/text/Decoration_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.decoration.text {
     public class Decoration_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/text/Decoration_text02.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/text/Decoration_text02.cs
index 614fa1d31..d0a80d7c8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/text/Decoration_text02.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/decoration/text/Decoration_text02.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.decoration.text {
     public class Decoration_text02 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/cell/Indent_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/cell/Indent_cell01.cs
index 38eabbcfe..23cbb9e66 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/cell/Indent_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/cell/Indent_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.indent.cell {
     public class Indent_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/div/Indent_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/div/Indent_div01.cs
index d22b0a276..41b76d913 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/div/Indent_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/div/Indent_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.indent.div {
     public class Indent_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/list/Indent_list01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/list/Indent_list01.cs
index 2494f51d2..b752183a4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/list/Indent_list01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/list/Indent_list01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.indent.list {
     public class Indent_list01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/text/Indent_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/text/Indent_text01.cs
index 91213cd39..3de992e88 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/text/Indent_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text/indent/text/Indent_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text.indent.text {
     internal class Indent_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align001Test.cs
index 20054ddc8..82f8f2a0c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Align001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align002Test.cs
index 43a6bb3f5..f1f04bfc6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Align002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align003Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align003Test.cs
index 14e3957fe..a6e3af5c6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align003Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align003Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Align003Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align004Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align004Test.cs
index 592f0f71c..dfb3148db 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align004Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Align004Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Align004Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Anonymbox001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Anonymbox001Test.cs
index 614da6364..ecfaa4163 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Anonymbox001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Anonymbox001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Anonymbox001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Anonymbox002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Anonymbox002Test.cs
index 121ad7408..f67ddb91a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Anonymbox002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Anonymbox002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Anonymbox002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Em001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Em001Test.cs
index 870778d52..9c648e918 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Em001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Em001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Em001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Ex001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Ex001Test.cs
index eab65b5e9..f18d40170 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Ex001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Ex001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Ex001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height001Test.cs
index 32fc13237..6228f9fb1 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Height001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height002Test.cs
index 78926997c..8d0b00ea4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Height002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height003Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height003Test.cs
index 3fd05afb8..c0f6fe670 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height003Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height003Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Height003Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height004Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height004Test.cs
index 3e1cbaf62..e9cc7b835 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height004Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height004Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Height004Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height005Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height005Test.cs
index 6e872fea2..e990a7858 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height005Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height005Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Height005Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height006Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height006Test.cs
index 55efdd5e4..7965843ee 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height006Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height006Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Height006Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height007Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height007Test.cs
index 566bc13e0..05de22cca 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height007Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height007Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Height007Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height008Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height008Test.cs
index 9c7c62df0..6b9894973 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height008Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height008Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Height008Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height009Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height009Test.cs
index 4d28bf179..953fd3699 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height009Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height009Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Height009Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height010Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height010Test.cs
index f14d05b5f..a3db219c3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height010Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Height010Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Height010Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large001Test.cs
index dde8e33e0..9091a54e2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Large001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large002Test.cs
index 20b237c27..c0fef9adb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Large002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large003Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large003Test.cs
index ea46b165e..1a96e094e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large003Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large003Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Large003Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large004Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large004Test.cs
index c48325803..a1104219f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large004Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Large004Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Large004Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight001Test.cs
index cbe6b783f..e793301d7 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight002Test.cs
index 90def0486..801d8bce2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight003Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight003Test.cs
index d43583088..2e10f1693 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight003Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight003Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight003Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight004Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight004Test.cs
index a77a58b23..ba7666cc7 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight004Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight004Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight004Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight005Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight005Test.cs
index c62448840..f0048f0ce 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight005Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight005Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight005Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight006Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight006Test.cs
index 145675783..a9944e797 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight006Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight006Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight006Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight007Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight007Test.cs
index 0bb018bac..5f015f9e3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight007Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight007Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight007Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight008Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight008Test.cs
index 40dfb0e31..a83739cb4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight008Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight008Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight008Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight009Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight009Test.cs
index a7eff4f09..fbd704415 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight009Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight009Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight009Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight010Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight010Test.cs
index 117a0885e..e0cac189d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight010Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight010Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight010Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight011Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight011Test.cs
index 57937426d..0d1914c4e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight011Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight011Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight011Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight012Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight012Test.cs
index f59e0c65e..bf624c430 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight012Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight012Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight012Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight013Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight013Test.cs
index 767da609a..65715239e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight013Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight013Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight013Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight014Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight014Test.cs
index acdf1c8fc..59d1572c8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight014Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight014Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight014Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight015Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight015Test.cs
index bc0f2426a..e11c7fc6c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight015Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight015Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight015Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight016Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight016Test.cs
index 9983ef54a..a330e7028 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight016Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight016Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight016Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight017Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight017Test.cs
index 3e831d91d..b4ab432b0 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight017Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Lineheight017Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Lineheight017Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match001Test.cs
index 638143811..e06b286b1 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Match001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match002Test.cs
index c9008975e..ed8fabe78 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Match002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match003Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match003Test.cs
index ac1ff8645..77d450375 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match003Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Match003Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Match003Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Mm001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Mm001Test.cs
index 5fddaab7b..9833de557 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Mm001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Mm001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Mm001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Pc001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Pc001Test.cs
index 12356eba0..767c0ca53 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Pc001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Pc001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Pc001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Perc001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Perc001Test.cs
index 5215a2719..eee5d4455 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Perc001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Perc001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Perc001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Perc002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Perc002Test.cs
index bc9513362..c88ae5db5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Perc002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Perc002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Perc002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Same001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Same001Test.cs
index 13e2bc249..a852fd004 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Same001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Same001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Same001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Sm001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Sm001Test.cs
index 2ed6826d5..0e25c293d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Sm001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Sm001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Sm001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Small001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Small001Test.cs
index bf56b8921..4dc9f8971 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Small001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Small001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Small001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Small002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Small002Test.cs
index 0de1c0b7a..61c2a122f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Small002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Small002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Small002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/TinyBox001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/TinyBox001Test.cs
index e22556e18..0b090652b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/TinyBox001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/TinyBox001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class TinyBox001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/TinyBox002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/TinyBox002Test.cs
index 6a339c7a5..3f5da4db0 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/TinyBox002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/TinyBox002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class TinyBox002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight001Test.cs
index 337973ef8..2ff83ac2a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Weight001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight002Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight002Test.cs
index e98ced269..93387fd51 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight002Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight002Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Weight002Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight003Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight003Test.cs
index ea3e77e83..8a4d2a5b6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight003Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight003Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Weight003Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight004Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight004Test.cs
index aab6367c4..9ef19280a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight004Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight004Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Weight004Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight005Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight005Test.cs
index 70e950ea8..df63029f3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight005Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Weight005Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Weight005Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/XXsmall001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/XXsmall001Test.cs
index b1a02900a..21139cafb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/XXsmall001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/XXsmall001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class XXsmall001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Xsmall001Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Xsmall001Test.cs
index 996d766af..81ed0db5f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Xsmall001Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/text_layout/Xsmall001Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.text_layout {
     internal class Xsmall001Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/cell/Vertical_align_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/cell/Vertical_align_cell01.cs
index 659b8db54..fd12328b1 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/cell/Vertical_align_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/cell/Vertical_align_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.vertical_align.cell {
     internal class Vertical_align_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/image/Vertical_align_image01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/image/Vertical_align_image01.cs
index cd19b8120..1636ef5e6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/image/Vertical_align_image01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/image/Vertical_align_image01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.vertical_align.image {
     public class Vertical_align_image01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/text/Vertical_align_text01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/text/Vertical_align_text01.cs
index e8a803071..fc745a7e8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/text/Vertical_align_text01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/vertical_align/text/Vertical_align_text01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.vertical_align.text {
     public class Vertical_align_text01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/cell/Width_cell01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/cell/Width_cell01.cs
index 7518060b3..773070405 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/cell/Width_cell01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/cell/Width_cell01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.width.cell {
     internal class Width_cell01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/div/Width_div01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/div/Width_div01.cs
index 70c8576be..1a4031f5f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/div/Width_div01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/div/Width_div01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.width.div {
     public class Width_div01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/table/Width_table01.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/table/Width_table01.cs
index 51d2bb47e..15bf0f4e5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/table/Width_table01.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/css/width/table/Width_table01.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.css.width.table {
     internal class Width_table01 : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/custom/StarCommentTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/custom/StarCommentTest.cs
index 094863f2a..af9e33032 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/custom/StarCommentTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/custom/StarCommentTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.Text;
 
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/custom/TextSanitizeTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/custom/TextSanitizeTest.cs
index e76ee19df..021d4df72 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/custom/TextSanitizeTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/custom/TextSanitizeTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.custom {
     internal class TextSanitizeTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/A01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/A01Test.cs
index 494737da1..28ad75a0a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/A01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/A01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class A01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Address01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Address01Test.cs
index 0ea837677..a3fb984cc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Address01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Address01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Address01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/B01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/B01Test.cs
index c30b564dd..05f18c98d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/B01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/B01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class B01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Big01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Big01Test.cs
index e503cd844..a181063eb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Big01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Big01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Big01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Big02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Big02Test.cs
index 469ad7afc..b4004d805 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Big02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Big02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     public class Big02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Blockquote01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Blockquote01Test.cs
index 1465716f8..cd7bd762a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Blockquote01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Blockquote01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     public class Blockquote01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Cite01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Cite01Test.cs
index a008b77c6..81d436f97 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Cite01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Cite01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Cite01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Code01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Code01Test.cs
index 2cefa8b03..dbf3a1564 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Code01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Code01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Code01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del01Test.cs
index d8dd408ee..d320064cc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Del01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del02Test.cs
index 443100b59..fc2e8ac10 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Del02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del03Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del03Test.cs
index 9417f824f..83d4330cc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del03Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Del03Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Del03Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DelUnderlineTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DelUnderlineTest.cs
index d1e8e2a5e..2d1905cfe 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DelUnderlineTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DelUnderlineTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     public class DelUnderlineTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Dfn01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Dfn01Test.cs
index 86006768d..59636541e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Dfn01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Dfn01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Dfn01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div01Test.cs
index f7318689b..c928a25c1 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Div01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div02Test.cs
index c8bc69c6b..631245149 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Div02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div03Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div03Test.cs
index a5ebcede5..c022df05d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div03Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div03Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Div03Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div04Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div04Test.cs
index 6de42772c..022a13f34 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div04Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Div04Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Div04Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DivPagination01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DivPagination01Test.cs
index bbfcb1d07..37114cbfd 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DivPagination01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DivPagination01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using System.Text;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DivPagination02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DivPagination02Test.cs
index 1aa9a000f..aeb8cea16 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DivPagination02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/DivPagination02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.IO;
 using System.Text;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Dl01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Dl01Test.cs
index 085632c8b..621e00945 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Dl01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Dl01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Dl01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Em01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Em01Test.cs
index 85ac703bb..07fa81dde 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Em01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Em01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Em01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H01Test.cs
index 4d1426218..5550a66bf 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class H01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H02Test.cs
index a98761501..2b008d056 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class H02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H03Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H03Test.cs
index 2122e7572..ac246f422 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H03Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H03Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class H03Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H04Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H04Test.cs
index 22943337e..8e42102a3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H04Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H04Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class H04Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H05Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H05Test.cs
index 8a232fe80..58c281842 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H05Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H05Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class H05Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H06Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H06Test.cs
index b2aa070e1..2d4a39417 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H06Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/H06Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class H06Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/HeadersInsideDivTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/HeadersInsideDivTest.cs
index 92bee5152..90db5e94e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/HeadersInsideDivTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/HeadersInsideDivTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr01Test.cs
index e986c7018..74f511232 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Hr01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr02Test.cs
index 0d89de99d..5848c271a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Hr02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr03Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr03Test.cs
index a10133424..b62e8004f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr03Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr03Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Hr03Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr04Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr04Test.cs
index dee6e40e7..5ac7592a8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr04Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr04Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Hr04Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr05Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr05Test.cs
index 45b5710bc..d8569e25e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr05Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Hr05Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Hr05Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Img02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Img02Test.cs
index af2823d36..21cde1574 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Img02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Img02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Img02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Img03Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Img03Test.cs
index 53be38baf..ce2d1f2d5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Img03Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Img03Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Img03Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline01Test.cs
index 61eb284fd..b1eaf9313 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Inline01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline02Test.cs
index 71eaae04a..e04f26542 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Inline02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline03Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline03Test.cs
index a7e0bbcef..aa9f79878 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline03Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline03Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Inline03Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline04Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline04Test.cs
index f05171cbb..c251f8d2a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline04Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline04Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Inline04Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline05Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline05Test.cs
index 17ed5fd33..20ed899b8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline05Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline05Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Inline05Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline06Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline06Test.cs
index f3729e03b..aa19840fa 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline06Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline06Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Inline06Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline07Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline07Test.cs
index 9d9058ab3..d7f3471dc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline07Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline07Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Inline07Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline08Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline08Test.cs
index f2eea148c..5e0fc33cc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline08Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Inline08Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Inline08Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins01Test.cs
index 9a605d84c..faf73c056 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Ins01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins02Test.cs
index 28042a8c7..ebe7146c2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Ins02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins03Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins03Test.cs
index 1e571c479..2009cdc33 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins03Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Ins03Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Ins03Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Kbd01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Kbd01Test.cs
index ed065f976..019360eaf 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Kbd01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Kbd01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Kbd01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/LetteredListLowerCaseTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/LetteredListLowerCaseTest.cs
index a2a0e3054..d70b3c08e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/LetteredListLowerCaseTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/LetteredListLowerCaseTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/LetteredListTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/LetteredListTest.cs
index b34867330..74b3b6b42 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/LetteredListTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/LetteredListTest.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List01Test.cs
index 124f3d2b2..63bdb3e71 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class List01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List02Test.cs
index 496234119..4280e8680 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class List02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List03Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List03Test.cs
index 211a236e5..a01a53657 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List03Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List03Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class List03Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List04Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List04Test.cs
index 9e8f898f9..13f69252a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List04Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List04Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class List04Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List05Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List05Test.cs
index f716119b7..6789a9f68 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List05Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List05Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class List05Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List06Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List06Test.cs
index 6ca33896a..78781f393 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List06Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/List06Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class List06Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/P01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/P01Test.cs
index 7d1a825c3..ad8a9b975 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/P01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/P01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class P01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/ParagraphNewlineTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/ParagraphNewlineTest.cs
index 8a40f5645..6e99af141 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/ParagraphNewlineTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/ParagraphNewlineTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     public class ParagraphNewlineTest : SampleTest {
 
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Pre01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Pre01Test.cs
index 83052fae0..918d0186e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Pre01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Pre01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Pre01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/S01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/S01Test.cs
index 3281dcb63..acd39d0ef 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/S01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/S01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class S01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Samp01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Samp01Test.cs
index fd4b53c2d..83c67b753 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Samp01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Samp01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Samp01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Small01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Small01Test.cs
index 454713828..b4fc56888 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Small01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Small01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Small01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Small02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Small02Test.cs
index 1bea2df8c..e2c2ebb36 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Small02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Small02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     public class Small02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Span01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Span01Test.cs
index 6155e9455..1d5b08542 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Span01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Span01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Span01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Span02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Span02Test.cs
index 259e2495b..9e3a8a87f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Span02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Span02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Span02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Strike01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Strike01Test.cs
index 2419b7de8..e9a53f72e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Strike01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Strike01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Strike01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Strong01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Strong01Test.cs
index a28fa919e..45fc55513 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Strong01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Strong01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Strong01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sub01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sub01Test.cs
index 53f504c75..470f7e8f5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sub01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sub01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Sub01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sup01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sup01Test.cs
index c3b7c791b..3ab66dc37 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sup01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sup01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Sup01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sup144Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sup144Test.cs
index 5be21255e..50746e028 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sup144Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Sup144Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Sup144Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table01Test.cs
index ae487c98a..93a40df91 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table02Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table02Test.cs
index c2a89e8e9..411d15660 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table02Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table02Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table02Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table03Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table03Test.cs
index 43bfaadac..219b3d1fc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table03Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table03Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table03Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table04Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table04Test.cs
index 3f74f5824..97e91e890 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table04Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table04Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table04Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table05Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table05Test.cs
index 5c59035ab..48a2c1bfc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table05Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table05Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table05Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table06Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table06Test.cs
index f7eb7ad4a..fff789f85 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table06Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table06Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table06Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table07Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table07Test.cs
index 7c844ccc1..8e6d80e32 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table07Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table07Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table07Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table08Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table08Test.cs
index c3d5a8bf3..d7c6412a7 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table08Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table08Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table08Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table09Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table09Test.cs
index 94c438fa3..921d4f21a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table09Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table09Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table09Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table10Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table10Test.cs
index 20dea7704..e76ebb0c8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table10Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table10Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table10Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table11Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table11Test.cs
index 590480647..605928ae6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table11Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table11Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table11Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table12Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table12Test.cs
index e02dcbfa9..d3344c4ab 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table12Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table12Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table12Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table13Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table13Test.cs
index 9867e0351..3c5d91d87 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table13Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table13Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table13Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table14Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table14Test.cs
index 8a4e1c14d..dc883a0ad 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table14Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table14Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table14Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table15Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table15Test.cs
index 87d5c4aa7..0a125334e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table15Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table15Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table15Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table16Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table16Test.cs
index 84b5f8bbc..c9d072cda 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table16Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table16Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table16Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table17Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table17Test.cs
index 73c3d4a71..1f885da4b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table17Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table17Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table17Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table18Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table18Test.cs
index 287037757..d61f086d8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table18Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table18Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table18Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table19Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table19Test.cs
index 42f442da3..a44317d4f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table19Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table19Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table19Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table20Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table20Test.cs
index 38e13af41..0c49406d2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table20Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table20Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table20Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table21Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table21Test.cs
index f308ec5fe..c0ffafc42 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table21Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table21Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table21Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table22Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table22Test.cs
index 77c624c9f..a7dc50192 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table22Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table22Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table22Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table23Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table23Test.cs
index a74caa7fc..989c47bd7 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table23Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table23Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using NUnit.Framework;
 
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table24Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table24Test.cs
index d58b25fdd..a268fc490 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table24Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table24Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table24Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table25Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table25Test.cs
index b41f7a061..f42568e0b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table25Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table25Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table25Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table26Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table26Test.cs
index b141dcbfd..bde1bf67c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table26Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table26Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table26Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table27Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table27Test.cs
index 70eaaf5c6..6311b89f9 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table27Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table27Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table27Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table28Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table28Test.cs
index c107192f3..79d6e3c05 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table28Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table28Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table28Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table29Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table29Test.cs
index 906278140..6d462ba13 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table29Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table29Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table29Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table30Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table30Test.cs
index 403552c7d..70ac5604d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table30Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table30Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table30Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table31Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table31Test.cs
index c2e9dd150..58ddef400 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table31Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table31Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table31Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table32Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table32Test.cs
index 816562d88..1baf4900a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table32Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table32Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table32Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table33Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table33Test.cs
index 287dfd574..c6b47d8ea 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table33Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table33Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table33Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table34Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table34Test.cs
index b582ab9ef..9bef2ccea 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table34Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table34Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table34Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table35Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table35Test.cs
index 3f083ab63..c6447bb4e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table35Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table35Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Table35Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table36Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table36Test.cs
index 1fe2126d8..150785eaf 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table36Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table36Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     public class Table36Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table37Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table37Test.cs
index e720e14fb..1861e6549 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table37Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table37Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     public class Table37Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table38Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table38Test.cs
index a0067af14..2fe2bfa36 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table38Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Table38Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     public class Table38Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Tt01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Tt01Test.cs
index 03890af7f..7d5de94e8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Tt01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Tt01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Tt01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/U01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/U01Test.cs
index b12708864..b54148133 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/U01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/U01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class U01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Var01Test.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Var01Test.cs
index a16c224a1..a24ae7203 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Var01Test.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/html/Var01Test.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.html {
     internal class Var01Test : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/BasicTableRunDirectionTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/BasicTableRunDirectionTest.cs
index e4c193987..36fdbe40c 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/BasicTableRunDirectionTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/BasicTableRunDirectionTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.table {
     internal class BasicTableRunDirectionTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/ColRowSpanTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/ColRowSpanTest.cs
index 168c521cf..49d844bd3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/ColRowSpanTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/ColRowSpanTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.table {
     internal class ColRowSpanTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/ColspanFixedWidthTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/ColspanFixedWidthTest.cs
index 777c6b5f5..c6eb32c73 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/ColspanFixedWidthTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/ColspanFixedWidthTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.table {
     public class ColspanFixedWidthTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/NestedTableRunDirectionAttributeTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/NestedTableRunDirectionAttributeTest.cs
index b069522e3..09ca724d8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/NestedTableRunDirectionAttributeTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/NestedTableRunDirectionAttributeTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.table {
     internal class NestedTableRunDirectionAttributeTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/NestedTableRunDirectionCssTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/NestedTableRunDirectionCssTest.cs
index 81fc791cb..b13dce4ba 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/NestedTableRunDirectionCssTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/NestedTableRunDirectionCssTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.table {
     internal class NestedTableRunDirectionCssTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/TableRunDirectionAttributeTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/TableRunDirectionAttributeTest.cs
index b7e373a11..513bb0bf2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/TableRunDirectionAttributeTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/TableRunDirectionAttributeTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.table {
     internal class TableRunDirectionAttributeTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/TableRunDirectionCssTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/TableRunDirectionCssTest.cs
index d37e146b2..f3a95b0a2 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/TableRunDirectionCssTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/examples/table/TableRunDirectionCssTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace itextsharp.xmlworker.tests.iTextSharp.tool.xml.examples.table {
     internal class TableRunDirectionCssTest : SampleTest {
         protected override string GetTestName() {
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/AlignAndMarginTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/AlignAndMarginTest.cs
index d6123450e..92b2f1c02 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/AlignAndMarginTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/AlignAndMarginTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/FontAndColorTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/FontAndColorTest.cs
index b8cf66b9d..0a951e31b 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/FontAndColorTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/FontAndColorTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HTMLWorkerFactoryTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HTMLWorkerFactoryTest.cs
index 4ee45995f..31eab3afa 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HTMLWorkerFactoryTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HTMLWorkerFactoryTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HorAndVertScalingTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HorAndVertScalingTest.cs
index 11efc35a3..40559c14e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HorAndVertScalingTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HorAndVertScalingTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HtmlUtilsTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HtmlUtilsTest.cs
index 42484347b..c86f731cd 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HtmlUtilsTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/HtmlUtilsTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text.log;
 using iTextSharp.tool.xml.html;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/LineHeightLetterSpacingTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/LineHeightLetterSpacingTest.cs
index 40559b4c1..789307f1a 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/LineHeightLetterSpacingTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/LineHeightLetterSpacingTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/LoadCssThroughLinkStyleTagTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/LoadCssThroughLinkStyleTagTest.cs
index 42ac22ff4..959b01b17 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/LoadCssThroughLinkStyleTagTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/LoadCssThroughLinkStyleTagTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/PandBTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/PandBTest.cs
index f971cb7c4..5c52225e3 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/PandBTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/PandBTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using System.IO;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SamplesTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SamplesTest.cs
index 7371856b4..5126f6ada 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SamplesTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SamplesTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SnippetUtil.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SnippetUtil.cs
index a3dcfee53..00899da39 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SnippetUtil.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SnippetUtil.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SpecialCharInPDFTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SpecialCharInPDFTest.cs
index 66638c053..55da1423d 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SpecialCharInPDFTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SpecialCharInPDFTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SubAndSupTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SubAndSupTest.cs
index e1a1bace3..e85111baa 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SubAndSupTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/SubAndSupTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/pdfelement/NoNewLineParagraphTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/pdfelement/NoNewLineParagraphTest.cs
index 3e3261ad0..8e91b05dd 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/pdfelement/NoNewLineParagraphTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/pdfelement/NoNewLineParagraphTest.cs
@@ -1,4 +1,46 @@
-using iTextSharp.tool.xml.html.pdfelement;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using iTextSharp.tool.xml.html.pdfelement;
 using System;
 using iTextSharp.text;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/table/TableTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/table/TableTest.cs
index 3c215e843..c9a798a55 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/table/TableTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/table/TableTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/AbstractTagprocessorTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/AbstractTagprocessorTest.cs
index 9bf0eb4de..eb7ef4d91 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/AbstractTagprocessorTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/AbstractTagprocessorTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/AnchorTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/AnchorTest.cs
index 21ef75816..fb26aeeeb 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/AnchorTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/AnchorTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/BodyTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/BodyTest.cs
index 95951f0d4..fbd227464 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/BodyTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/BodyTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/DefaultTagProcessorFactoryTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/DefaultTagProcessorFactoryTest.cs
index e9e9b0da6..5fb00ec81 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/DefaultTagProcessorFactoryTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/DefaultTagProcessorFactoryTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text.log;
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.html;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/DivTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/DivTest.cs
index b98dea1d9..f79a207bc 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/DivTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/DivTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/HeaderTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/HeaderTest.cs
index 8b18651c8..ac3354752 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/HeaderTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/HeaderTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ImageTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ImageTest.cs
index d322aa273..e1a2122ff 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ImageTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ImageTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ListItemTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ListItemTest.cs
index 8c61a8656..a0d6933b8 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ListItemTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ListItemTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/NonSanitizedTagTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/NonSanitizedTagTest.cs
index dc722aee4..d06cb4d99 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/NonSanitizedTagTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/NonSanitizedTagTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/OrderedUnorderedListTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/OrderedUnorderedListTest.cs
index 4db192c40..f2012fd2f 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/OrderedUnorderedListTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/OrderedUnorderedListTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.text.log;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ParaGraphTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ParaGraphTest.cs
index e1c4d4737..fe4619ee6 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ParaGraphTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/ParaGraphTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/SpanTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/SpanTest.cs
index 4056b9ffb..b6c0197f4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/SpanTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/SpanTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/TPBreakTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/TPBreakTest.cs
index 7c21a174d..99221e1ff 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/TPBreakTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/html/tps/TPBreakTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/net/FileRetrieveTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/net/FileRetrieveTest.cs
index b7cd467fc..89327380e 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/net/FileRetrieveTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/net/FileRetrieveTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/HTMLWhiteSpacesTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/HTMLWhiteSpacesTest.cs
index 36941b770..8e85152c4 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/HTMLWhiteSpacesTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/HTMLWhiteSpacesTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/ParserTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/ParserTest.cs
index 940356235..be2bfd022 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/ParserTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/ParserTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/SpecialCharactersTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/SpecialCharactersTest.cs
index 017b25b0f..426480714 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/SpecialCharactersTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/parser/SpecialCharactersTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.parser;
 using iTextSharp.tool.xml.parser.state;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/CssResolverPipelineTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/CssResolverPipelineTest.cs
index c88dd58c5..5b21d9eac 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/CssResolverPipelineTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/CssResolverPipelineTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/ElementHandlerPipelineTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/ElementHandlerPipelineTest.cs
index 70eb4d010..a34f5ac61 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/ElementHandlerPipelineTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/ElementHandlerPipelineTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineCloneTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineCloneTest.cs
index bcfbe52a3..44e88c6e7 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineCloneTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineCloneTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.pipeline.html;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineContextTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineContextTest.cs
index bc6ef16a5..68d500c33 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineContextTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineContextTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text;
 using iTextSharp.tool.xml.pipeline.html;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineTest.cs
index 74d977b5a..98d14c3b5 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/HtmlPipelineTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/PipelineTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/PipelineTest.cs
index eb43dc7ff..36a746cc7 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/PipelineTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/PipelineTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.pipeline.ctx;
 using NUnit.Framework;
diff --git a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/StackKeeperTest.cs b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/StackKeeperTest.cs
index c446bdf2f..ea63c0b79 100644
--- a/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/StackKeeperTest.cs
+++ b/src/extras/itextsharp.xmlworker.tests/iTextSharp/tool/xml/pipeline/StackKeeperTest.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text;
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.pipeline.html;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ElementList.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ElementList.cs
index 2f5148b1b..e88c815fa 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ElementList.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ElementList.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ICustomContext.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ICustomContext.cs
index 62c269289..fe4552aef 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ICustomContext.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ICustomContext.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: CustomContext.java 96 2011-05-24 13:48:42Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IElementHandler.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IElementHandler.cs
index 64637196a..71d6eb700 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IElementHandler.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IElementHandler.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: ElementHandler.java 109 2011-05-26 13:10:38Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IPipeline.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IPipeline.cs
index 078ecc6f4..57f859c01 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IPipeline.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IPipeline.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: IPipeline.java 160 2011-06-07 09:34:57Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IWorkerContext.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IWorkerContext.cs
index e71bee052..2f823c31f 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IWorkerContext.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IWorkerContext.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: WorkerContext.java 160 2011-06-07 09:34:57Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IWritable.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IWritable.cs
index 34b8474f5..ecc510da8 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IWritable.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/IWritable.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: Writable.java 73 2011-05-17 19:51:08Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/NoCustomContextException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/NoCustomContextException.cs
index d548f57e0..79e166c87 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/NoCustomContextException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/NoCustomContextException.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: NoCustomContextException.java 109 2011-05-26 13:10:38Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/PipelineException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/PipelineException.cs
index 3dfb76e34..50b4e97b3 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/PipelineException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/PipelineException.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: PipelineException.java 96 2011-05-24 13:48:42Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ProcessObject.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ProcessObject.cs
index 2205e3f05..4e627d87c 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ProcessObject.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/ProcessObject.cs
@@ -1,49 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * $Id: ProcessObject.java 74 2011-05-17 22:26:42Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/Tag.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/Tag.cs
index 67292dd2a..c3240d679 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/Tag.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/Tag.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Collections;
-/*
- * $Id: Tag.java 75 2011-05-18 10:21:52Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/TagUtils.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/TagUtils.cs
index 31ef33044..07a24e000 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/TagUtils.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/TagUtils.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.tool.xml.exceptions;
-/*
- * $Id: TagUtils.java 156 2011-06-06 15:47:16Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorker.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorker.cs
index 30c7dfee5..803bb1c40 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorker.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorker.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -9,46 +51,6 @@
 using iTextSharp.tool.xml.parser;
 using iTextSharp.tool.xml.pipeline.css;
 using iTextSharp.tool.xml.pipeline.ctx;
-/*
- * $Id: XMLWorker.java 160 2011-06-07 09:34:57Z redlab_b $
- *
- * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV
- * BVBA Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Affero General Public License version 3 as published by
- * the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED
- * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY
- * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public
- * License along with this program; if not, see http://www.gnu.org/licenses or
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a
- * covered work must retain the producer line in every PDF that is created or
- * manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a
- * commercial license. Buying such a license is mandatory as soon as you develop
- * commercial activities involving the iText software without disclosing the
- * source code of your own applications. These activities include: offering paid
- * services to customers as an ASP, serving PDFs on the fly in a web
- * application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address:
- * sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorkerFontProvider.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorkerFontProvider.cs
index 63e48ceae..b64e55dbd 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorkerFontProvider.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorkerFontProvider.cs
@@ -1,50 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
 
-/*
- * $Id:  $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * BVBA Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Affero General Public License version 3 as published by
- * the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED
- * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY
- * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public
- * License along with this program; if not, see http://www.gnu.org/licenses or
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a
- * covered work must retain the producer line in every PDF that is created or
- * manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a
- * commercial license. Buying such a license is mandatory as soon as you develop
- * commercial activities involving the iText software without disclosing the
- * source code of your own applications. These activities include: offering paid
- * services to customers as an ASP, serving PDFs on the fly in a web
- * application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address:
- * sales@itextpdf.com
- */
-
 namespace iTextSharp.tool.xml {
 /**
  *
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorkerHelper.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorkerHelper.cs
index 1397721a6..5ca0a4d7f 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorkerHelper.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/XMLWorkerHelper.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using System.Runtime.CompilerServices;
@@ -12,46 +54,6 @@
 using iTextSharp.tool.xml.pipeline.css;
 using iTextSharp.tool.xml.pipeline.end;
 using iTextSharp.tool.xml.pipeline.html;
-/*
- * $Id: XMLWorkerHelper.java 144 2011-06-03 22:52:42Z redlab_b $
- *
- * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV
- * BVBA Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Affero General Public License version 3 as published by
- * the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED
- * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY
- * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public
- * License along with this program; if not, see http://www.gnu.org/licenses or
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a
- * covered work must retain the producer line in every PDF that is created or
- * manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a
- * commercial license. Buying such a license is mandatory as soon as you develop
- * commercial activities involving the iText software without disclosing the
- * source code of your own applications. These activities include: offering paid
- * services to customers as an ASP, serving PDFs on the fly in a web
- * application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address:
- * sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml {
 
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CSS.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CSS.cs
index eb60fef0d..86c3d0b7d 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CSS.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CSS.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 
-/*
- * $Id: CSS.java 168 2011-06-08 08:37:18Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CSSFileWrapper.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CSSFileWrapper.cs
index 9a5771305..7de3e159e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CSSFileWrapper.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CSSFileWrapper.cs
@@ -1,45 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * $Id: CSSFileWrapper.java 183 2011-06-29 23:07:23Z redlab_b $
- *
- * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV
- * BVBA Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Affero General Public License version 3 as published by
- * the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED
- * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY
- * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public
- * License along with this program; if not, see http://www.gnu.org/licenses or
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a
- * covered work must retain the producer line in every PDF that is created or
- * manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a
- * commercial license. Buying such a license is mandatory as soon as you develop
- * commercial activities involving the iText software without disclosing the
- * source code of your own applications. These activities include: offering paid
- * services to customers as an ASP, serving PDFs on the fly in a web
- * application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address:
- * sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 namespace iTextSharp.tool.xml.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFileImpl.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFileImpl.cs
index 3ba25e4e7..7d9c0e244 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFileImpl.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFileImpl.cs
@@ -1,49 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * $Id: CssFileImpl.java 61 2011-05-16 00:09:30Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 using iTextSharp.tool.xml.css.parser;
 
 namespace iTextSharp.tool.xml.css {
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFileProcessor.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFileProcessor.cs
index 726b9d7b7..57ba2f1bb 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFileProcessor.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFileProcessor.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.css.parser;
 using iTextSharp.tool.xml.net;
-/*
- * $Id: CssFileProcessor.java 153 2011-06-06 12:07:30Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFilesImpl.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFilesImpl.cs
index 2fe4ce845..d2ba02209 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFilesImpl.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssFilesImpl.cs
@@ -1,35 +1,45 @@
 /*
- * $Id: CssFilesImpl.java 287 2012-02-27 16:56:22Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV Authors: Balder Van Camp, Emiel
- * Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.util;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssRule.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssRule.cs
index 06b5a25ec..fadfa8191 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssRule.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssRule.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text.RegularExpressions;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssSelector.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssSelector.cs
index 5e7aa13fc..f89cdfaf9 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssSelector.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssSelector.cs
@@ -1,47 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * $Id: CssSelector.java 437 2013-12-23 12:27:00Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Pavel Alay, Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public
- * License along with this program; if not, see http://www.gnu.org/licenses or
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a
- * covered work must retain the producer line in every PDF that is created or
- * manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a
- * commercial license. Buying such a license is mandatory as soon as you develop
- * commercial activities involving the iText software without disclosing the
- * source code of your own applications. These activities include: offering paid
- * services to customers as an ASP, serving PDFs on the fly in a web
- * application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address:
- * sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 using System.Text;
 
 namespace iTextSharp.tool.xml.css {
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssUtils.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssUtils.cs
index 4e289716d..83547ea18 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssUtils.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/CssUtils.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.Text.RegularExpressions;
@@ -8,50 +50,6 @@
 using iTextSharp.tool.xml.css.apply;
 using iTextSharp.tool.xml.exceptions;
 
-/*
- * $Id: CssUtils.java 126 2011-05-27 13:02:27Z emielackermann $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/DefaultCssInheritanceRules.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/DefaultCssInheritanceRules.cs
index 730e90e86..4bd99d050 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/DefaultCssInheritanceRules.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/DefaultCssInheritanceRules.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.util;
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.html;
-/*
- * $Id: DefaultCssInheritanceRules.java 123 2011-05-27 12:30:40Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/FontSizeTranslator.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/FontSizeTranslator.cs
index 0479a0b71..2f3c0e5d5 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/FontSizeTranslator.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/FontSizeTranslator.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Globalization;
 using System.util;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/HeightCalculator.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/HeightCalculator.cs
index af1949138..e0eb51271 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/HeightCalculator.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/HeightCalculator.cs
@@ -1,46 +1,47 @@
-using System;
-using iTextSharp.tool.xml.html;
 /*
- * $Id:  $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * BVBA Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Affero General Public License version 3 as published by
- * the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED
- * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY
- * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public
- * License along with this program; if not, see http://www.gnu.org/licenses or
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a
- * covered work must retain the producer line in every PDF that is created or
- * manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a
- * commercial license. Buying such a license is mandatory as soon as you develop
- * commercial activities involving the iText software without disclosing the
- * source code of your own applications. These activities include: offering paid
- * services to customers as an ASP, serving PDFs on the fly in a web
- * application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address:
- * sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.html;
  namespace iTextSharp.tool.xml.css {
 
 /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssFile.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssFile.cs
index 338d82f8b..735f357a6 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssFile.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssFile.cs
@@ -1,49 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * $Id: CssFile.java 28 2011-05-05 20:33:36Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 namespace iTextSharp.tool.xml.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssFiles.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssFiles.cs
index f0e2b78f9..fdf9bf834 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssFiles.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssFiles.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.tool.xml;
-/*
- * $Id: CssFiles.java 28 2011-05-05 20:33:36Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssInheritanceRules.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssInheritanceRules.cs
index 1bd9b6bd3..5793bf0b7 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssInheritanceRules.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssInheritanceRules.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml;
 /*
- * $Id: CssInheritanceRules.java 123 2011-05-27 12:30:40Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml;
 namespace iTextSharp.tool.xml.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssSelectorItem.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssSelectorItem.cs
index c03ebcca7..9b495e9e7 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssSelectorItem.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/ICssSelectorItem.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 namespace iTextSharp.tool.xml.css {
     public interface ICssSelectorItem {
         bool Matches(Tag t);
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/StyleAttrCSSResolver.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/StyleAttrCSSResolver.cs
index 601a061e3..9b43c09b1 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/StyleAttrCSSResolver.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/StyleAttrCSSResolver.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -11,50 +53,6 @@
 using iTextSharp.tool.xml.html;
 using iTextSharp.tool.xml.net;
 using iTextSharp.tool.xml.pipeline.css;
-/*
- * $Id: StyleAttrCSSResolver.java 137 2011-05-30 20:25:16Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/WidthCalculator.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/WidthCalculator.cs
index 9670bc840..25cc7e351 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/WidthCalculator.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/WidthCalculator.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.util;
 using iTextSharp.tool.xml.html;
 
-/*
- * $Id: WidthCalculator.java 170 2011-06-08 10:06:43Z emielackermann $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ChunkCssApplier.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ChunkCssApplier.cs
index fc1345aa4..e61017865 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ChunkCssApplier.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ChunkCssApplier.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: ChunkCssApplier.java 287 2012-02-27 16:56:22Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Globalization;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/DivCssApplier.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/DivCssApplier.cs
index 5fcf7bd0b..40a6ac4c7 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/DivCssApplier.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/DivCssApplier.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/HtmlCellCssApplier.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/HtmlCellCssApplier.cs
index 75ef2a03f..b0343e2e1 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/HtmlCellCssApplier.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/HtmlCellCssApplier.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Globalization;
@@ -10,50 +52,6 @@
 using iTextSharp.tool.xml.html.pdfelement;
 using iTextSharp.tool.xml.html.table;
 using iTextSharp.tool.xml.pipeline.html;
-/*
- * $Id: HtmlCellCssApplier.java 170 2011-06-08 10:06:43Z emielackermann $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css.apply {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/IMarginMemory.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/IMarginMemory.cs
index d5deb23b8..e268eb26e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/IMarginMemory.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/IMarginMemory.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/IPageSizeContainable.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/IPageSizeContainable.cs
index aa7ebe7e8..d69248423 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/IPageSizeContainable.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/IPageSizeContainable.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ImageCssApplier.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ImageCssApplier.cs
index 181cb5ed2..2d460a26d 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ImageCssApplier.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ImageCssApplier.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Globalization;
 using iTextSharp.text;
 using iTextSharp.text.html;
-/*
- * $Id: ImageCssApplier.java 28 2011-05-05 20:33:36Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 using iTextSharp.tool.xml.html;
 using iTextSharp.tool.xml.pipeline.html;
 using Image = iTextSharp.text.Image;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/LineSeparatorCssApplier.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/LineSeparatorCssApplier.cs
index ffe6acdbb..7db045926 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/LineSeparatorCssApplier.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/LineSeparatorCssApplier.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Globalization;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ListStyleTypeCssApplier.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ListStyleTypeCssApplier.cs
index 6497c420a..200be6f6e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ListStyleTypeCssApplier.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ListStyleTypeCssApplier.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -14,50 +56,6 @@
 using iTextSharp.tool.xml.pipeline.html;
 using Image = iTextSharp.text.Image;
 
-/*
- * $Id: ListStyleTypeCssApplier.java 165 2011-06-07 14:22:09Z emielackermann $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css.apply {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/MaxLeadingAndSize.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/MaxLeadingAndSize.cs
index 1a38d5ec9..f52550d72 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/MaxLeadingAndSize.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/MaxLeadingAndSize.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Globalization;
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.css;
-/*
- * $Id: MaxLeadingAndSize.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css.apply {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/NoNewLineParagraphCssApplier.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/NoNewLineParagraphCssApplier.cs
index 43e173cc1..208ca2658 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/NoNewLineParagraphCssApplier.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/NoNewLineParagraphCssApplier.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Globalization;
@@ -8,50 +50,6 @@
 using iTextSharp.tool.xml.html;
 using iTextSharp.tool.xml.html.pdfelement;
 using iTextSharp.tool.xml.pipeline.html;
-/*
- * $Id: NoNewLineParagraphCssApplier.java 124 2011-05-27 12:37:59Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.css.apply {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ParagraphCssApplier.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ParagraphCssApplier.cs
index 60fb20bf3..40b21f325 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ParagraphCssApplier.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/apply/ParagraphCssApplier.cs
@@ -1,46 +1,44 @@
 /*
- * $Id: ParagraphCssApplier.java 287 2012-02-27 16:56:22Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 using System;
 using System.Collections.Generic;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/CssSelectorParser.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/CssSelectorParser.cs
index 850c86ac2..0284908b8 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/CssSelectorParser.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/CssSelectorParser.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/CssStateController.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/CssStateController.cs
index 591d487e8..e39856f6f 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/CssStateController.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/CssStateController.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -123,7 +120,7 @@ private void ProcessProps(String props) {
             }
             if (currentSelector.Contains(",")) {
                 String[] selectors = currentSelector.Split(',');
-                //check for rules like p, {…}
+                //check for rules like p, {�}
                 for (int i = 0; i < selectors.Length; i++) {
                     selectors[i] = utils.StripDoubleSpacesAndTrim(selectors[i]);
                     if (selectors[i].Length == 0)
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/IState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/IState.cs
index 93d0ca292..228866250 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/IState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/IState.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.tool.xml.css.parser {
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentEnd.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentEnd.cs
index e81810b22..279485b80 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentEnd.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentEnd.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.css.parser;
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentInside.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentInside.cs
index 77608bfd2..fd925caec 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentInside.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentInside.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.css.parser;
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentStart.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentStart.cs
index 3f22728db..18f262c3a 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentStart.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/CommentStart.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.css.parser;
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Properties.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Properties.cs
index 4317b8a34..ab0ccfeff 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Properties.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Properties.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.css.parser;
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Rule.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Rule.cs
index fdda90055..08afe915b 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Rule.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Rule.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.css.parser;
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Unknown.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Unknown.cs
index e389f8baf..756907625 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Unknown.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/css/parser/state/Unknown.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.css.parser;
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/CssResolverException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/CssResolverException.cs
index bde0aeb3d..04f448045 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/CssResolverException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/CssResolverException.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: CssResolverException.java 85 2011-05-19 09:21:03Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.exceptions {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/LocaleMessages.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/LocaleMessages.cs
index c1313db12..62bec76ad 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/LocaleMessages.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/LocaleMessages.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Globalization;
 using System.Reflection;
 using iTextSharp.text.error_messages;
-/*
- * $Id: LocaleMessages.java 118 2011-05-27 11:10:19Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.exceptions {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoDataException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoDataException.cs
index f931cb2cc..576a56c91 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoDataException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoDataException.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: CssResolverException.java 85 2011-05-19 09:21:03Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.exceptions {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoSiblingException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoSiblingException.cs
index 886843c70..04b655503 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoSiblingException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoSiblingException.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: NoSiblingException.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.exceptions {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoTagProcessorException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoTagProcessorException.cs
index db50385b6..943ad71de 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoTagProcessorException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NoTagProcessorException.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: NoTagProcessorException.java 85 2011-05-19 09:21:03Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.exceptions {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NotImplementedException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NotImplementedException.cs
index 8b5f94f12..85889fa60 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NotImplementedException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/NotImplementedException.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: XMLWorkerConfigurationImpl.java 53 2011-05-12 13:33:22Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.exceptions {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/RuntimeWorkerException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/RuntimeWorkerException.cs
index 26c349e27..36af068eb 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/RuntimeWorkerException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/exceptions/RuntimeWorkerException.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: RuntimeWorkerException.java 85 2011-05-19 09:21:03Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.exceptions {
 
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/AbstractTagProcessor.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/AbstractTagProcessor.cs
index e639003af..912b9e280 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/AbstractTagProcessor.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/AbstractTagProcessor.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Threading;
@@ -17,36 +59,6 @@
 using iTextSharp.text.pdf;
 using iTextSharp.tool.xml.util;
 
-/*
- * $Id: AbstractTagProcessor.java 160 2011-06-07 09:34:57Z redlab_b $
- *
- * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV Authors: Balder Van Camp, Emiel
- * Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Anchor.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Anchor.cs
index 2a3923c09..b629bfd81 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Anchor.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Anchor.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
@@ -6,36 +48,6 @@
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.html.pdfelement;
-/*
- * $Id: Anchor.java 155 2011-06-06 15:06:24Z redlab_b $
- *
- * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV Authors: Balder Van Camp, Emiel
- * Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Body.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Body.cs
index 2a5a7bfe1..311b983b3 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Body.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Body.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
@@ -9,36 +51,6 @@
 using iTextSharp.tool.xml.pipeline.end;
 using iTextSharp.text.html;
 using iTextSharp.text.pdf;
-/*
- * $Id: Body.java 118 2011-05-27 11:10:19Z redlab_b $
- *
- * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV Authors: Balder Van Camp, Emiel
- * Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Break.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Break.cs
index aedc0a24b..08a10a80a 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Break.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Break.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
@@ -5,50 +47,6 @@
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.pipeline.html;
 
-/*
- * $Id: Break.java 94 2011-05-23 23:38:48Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssApplier.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssApplier.cs
index a9a17fbe9..016961364 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssApplier.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssApplier.cs
@@ -1,48 +1,45 @@
-/*
- * $Id: 5f52a20d34b0987f555d0c0a822af7f154336c40 $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.tool.xml.css.apply;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliers.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliers.cs
index 252bf970b..cd45bae50 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliers.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliers.cs
@@ -1,33 +1,44 @@
 /*
- * $Id: CssAppliers.java 287 2012-02-27 16:56:22Z blowagie $
- * 
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- * 
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- * 
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- * 
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- * 
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- * 
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- * 
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 using iTextSharp.text;
 using iTextSharp.tool.xml.css.apply;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliersAware.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliersAware.cs
index 3baf4c8c1..f216c939b 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliersAware.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliersAware.cs
@@ -1,33 +1,44 @@
 /*
- * $Id: CssFiles.java 182 2011-06-29 22:17:16Z redlab_b $
- * 
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- * 
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- * 
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- * 
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- * 
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- * 
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- * 
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
 namespace iTextSharp.tool.xml.html
 {
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliersImpl.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliersImpl.cs
index 015fa6a5d..bf5ea688b 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliersImpl.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/CssAppliersImpl.cs
@@ -1,35 +1,45 @@
 /*
- * $Id: CssAppliersImpl.java 265 2012-01-17 12:38:18Z eugenemark $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/DefaultTagProcessorFactory.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/DefaultTagProcessorFactory.cs
index b0d3351aa..66205f582 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/DefaultTagProcessorFactory.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/DefaultTagProcessorFactory.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.tool.xml.exceptions;
-/*
- * $Id: DefaultTagProcessorFactory.java 151 2011-06-06 10:52:12Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Div.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Div.cs
index 2d5cc7584..ec71076a1 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Div.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Div.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
@@ -8,50 +50,6 @@
 using iTextSharp.tool.xml.html.pdfelement;
 using iTextSharp.tool.xml.pipeline.html;
 
-/*
- * $Id: Div.java 157 2011-06-07 08:57:34Z emielackermann $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/DummyTagProcessor.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/DummyTagProcessor.cs
index 37302aae3..e821e048c 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/DummyTagProcessor.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/DummyTagProcessor.cs
@@ -1,37 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
-/*
- * $Id: DummyTagProcessor.java 101 2011-05-25 14:01:06Z redlab_b $
- *
- * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV Authors: Balder Van Camp, Emiel
- * Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HTML.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HTML.cs
index eb589952e..ea923a01c 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HTML.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HTML.cs
@@ -1,49 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * $Id: HTML.java 168 2011-06-08 08:37:18Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HTMLUtils.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HTMLUtils.cs
index 76ab87738..5765a3df0 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HTMLUtils.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HTMLUtils.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using iTextSharp.text;
 
-/*
- * $Id: HTMLUtils.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Header.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Header.cs
index e907e60b1..d4c49600e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Header.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Header.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
@@ -8,50 +50,6 @@
 using iTextSharp.tool.xml.pipeline.html;
 using iTextSharp.tool.xml.util;
 
-/*
- * $Id: Header.java 161 2011-06-07 10:08:43Z emielackermann $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HeaderNode.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HeaderNode.cs
index 6cd2cca5c..d8f01896c 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HeaderNode.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HeaderNode.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text.pdf;
 /*
- * $Id: HeaderNode.java 24 2011-05-05 13:27:00Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text.pdf;
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HorizontalRule.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HorizontalRule.cs
index ebbab1967..d4a3d6490 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HorizontalRule.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/HorizontalRule.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
@@ -6,50 +48,6 @@
 using iTextSharp.tool.xml.css;
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.pipeline.html;
-/*
- * $Id: HorizontalRule.java 159 2011-06-07 08:58:54Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ICssApplier.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ICssApplier.cs
index 334e87e57..c8fd505d3 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ICssApplier.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ICssApplier.cs
@@ -1,48 +1,45 @@
-/*
- * $Id: 5f52a20d34b0987f555d0c0a822af7f154336c40 $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using iTextSharp.text;
 using iTextSharp.tool.xml.css.apply;
 using iTextSharp.tool.xml.pipeline.html;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ITagProcessor.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ITagProcessor.cs
index 7cfa90b97..d484c68b1 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ITagProcessor.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ITagProcessor.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
-/*
- * $Id: ITagProcessor.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ITagProcessorFactory.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ITagProcessorFactory.cs
index c04db4f1a..eade99a41 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ITagProcessorFactory.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ITagProcessorFactory.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: TagProcessorFactory.java 151 2011-06-06 10:52:12Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Image.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Image.cs
index 8b7acf9e1..2cc3b1698 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Image.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Image.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -10,50 +52,6 @@
 using iTextSharp.tool.xml.net;
 using iTextSharp.tool.xml.net.exc;
 using iTextSharp.tool.xml.pipeline.html;
-/*
- * $Id: Image.java 118 2011-05-27 11:10:19Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/NonSanitizedTag.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/NonSanitizedTag.cs
index 73ccc1254..b9f600869 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/NonSanitizedTag.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/NonSanitizedTag.cs
@@ -1,38 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.exceptions;
-/*
- * $Id: NonSanitizedTag.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV Authors: Balder Van Camp, Emiel
- * Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/OrderedUnorderedList.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/OrderedUnorderedList.cs
index 362d8370d..bb8fde01d 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/OrderedUnorderedList.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/OrderedUnorderedList.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Globalization;
@@ -7,36 +49,6 @@
 using iTextSharp.tool.xml.css;
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.pipeline.html;
-/*
- * $Id: OrderedUnorderedList.java 165 2011-06-07 14:22:09Z emielackermann $
- *
- * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV Authors: Balder Van Camp, Emiel
- * Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/OrderedUnorderedListItem.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/OrderedUnorderedListItem.cs
index 9dffaec3c..e7450670a 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/OrderedUnorderedListItem.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/OrderedUnorderedListItem.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.exceptions;
-/*
- * $Id: OrderedUnorderedListItem.java 94 2011-05-23 23:38:48Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ParaGraph.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ParaGraph.cs
index 555588ee7..3e0cde239 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ParaGraph.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/ParaGraph.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
@@ -7,36 +49,6 @@
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.html.pdfelement;
 using iTextSharp.tool.xml.pipeline.html;
-/*
- * $Id: ParaGraph.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project. Copyright (c) 1998-2016 iText Group NV Authors: Balder Van Camp, Emiel
- * Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public License along with this program; if not,
- * see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL: http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions of this program must display Appropriate
- * Legal Notices, as required under Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a covered work must retain the producer
- * line in every PDF that is created or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a commercial license. Buying such a license is
- * mandatory as soon as you develop commercial activities involving the iText software without disclosing the source
- * code of your own applications. These activities include: offering paid services to customers as an ASP, serving PDFs
- * on the fly in a web application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Span.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Span.cs
index ed771fa8c..5c78ea33e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Span.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Span.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 
-/*
- * $Id: Span.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Tags.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Tags.cs
index 1aec75881..c941f525e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Tags.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/Tags.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: Tags.java 135 2011-05-30 11:38:45Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Link.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Link.cs
index c967375e9..3a10a18d1 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Link.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Link.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.util;
@@ -7,50 +49,6 @@
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.html;
 using iTextSharp.tool.xml.pipeline.css;
-/*
- * $Id: Link.java 118 2011-05-27 11:10:19Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.head {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Meta.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Meta.cs
index a15c43c56..8ab0012e4 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Meta.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Meta.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using System.Collections.Generic;
@@ -7,50 +49,6 @@
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.html;
-/*
- * $Id: Meta.java 144 2011-06-03 22:52:42Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.head {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Style.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Style.cs
index d49c4c68a..7d1159213 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Style.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Style.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
@@ -6,50 +48,6 @@
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.html;
 using iTextSharp.tool.xml.pipeline.css;
-/*
- * $Id: Style.java 129 2011-05-27 13:39:53Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.head {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Title.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Title.cs
index 4a6913ede..cc4217ba2 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Title.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/Title.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.html;
-/*
- * $Id: Title.java 94 2011-05-23 23:38:48Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.head {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/XML.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/XML.cs
index 0bcd14d32..72b228d3e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/XML.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/head/XML.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -6,50 +48,6 @@
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.html;
-/*
- * $Id: XML.java 144 2011-06-03 22:52:42Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 
 namespace iTextSharp.tool.xml.html.head {
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/HtmlCell.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/HtmlCell.cs
index 43f2a9c27..8cf3be8bc 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/HtmlCell.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/HtmlCell.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text.pdf;
 using iTextSharp.tool.xml.html.table;
-/*
- * $Id: HtmlCell.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.pdfelement {
 
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/NoNewLineParagraph.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/NoNewLineParagraph.cs
index 9c41f72d0..03381cf2c 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/NoNewLineParagraph.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/NoNewLineParagraph.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.api;
 
-/*
- * $Id: NoNewLineParagraph.java 124 2011-05-27 12:37:59Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.pdfelement {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/TabbedChunk.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/TabbedChunk.cs
index e725b13a0..8a8c2b7d8 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/TabbedChunk.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/pdfelement/TabbedChunk.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf.draw;
-/*
- * $Id: TabbedChunk.java 97 2011-05-24 13:53:52Z emielackermann $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.pdfelement {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/CellSpacingEvent.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/CellSpacingEvent.cs
index 620cb19df..4ca06abf5 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/CellSpacingEvent.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/CellSpacingEvent.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
-/*
- * $Id: CellSpacingEvent.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.table {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/Table.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/Table.cs
index 84d5e08be..88c69febd 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/Table.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/Table.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections;
 using System.Collections.Generic;
@@ -11,50 +53,6 @@
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.html.pdfelement;
 using iTextSharp.tool.xml.pipeline.html;
-/*
- * $Id: Table.java 170 2011-06-08 10:06:43Z emielackermann $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 using iTextSharp.tool.xml.util;
 
 namespace iTextSharp.tool.xml.html.table {
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableBorderEvent.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableBorderEvent.cs
index 0535370f5..0bc2cad74 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableBorderEvent.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableBorderEvent.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.pdf;
-/*
- * $Id: TableBorderEvent.java 170 2011-06-08 10:06:43Z emielackermann $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.table {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableData.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableData.cs
index b9e71e8a4..ae329a8b2 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableData.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableData.cs
@@ -1,48 +1,45 @@
 /*
- * $Id: TableData.java 287 2012-02-27 16:56:22Z blowagie $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableRow.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableRow.cs
index 6a2263924..800f9a36b 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableRow.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableRow.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.util;
@@ -7,50 +49,6 @@
 using iTextSharp.tool.xml.html;
 using iTextSharp.tool.xml.html.pdfelement;
 using iTextSharp.tool.xml.html.table;
-/*
- * $Id: TableRow.java 94 2011-05-23 23:38:48Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.table {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableRowElement.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableRowElement.cs
index bae4f8563..ca2beecba 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableRowElement.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableRowElement.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.html.pdfelement;
 
-/*
- * $Id: TableRowElement.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.html.table {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableStyleValues.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableStyleValues.cs
index dfefa968f..fd478f7e9 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableStyleValues.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/html/table/TableStyleValues.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text;
 /*
- * $Id: TableStyleValues.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text;
 namespace iTextSharp.tool.xml.html.table {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/FileRetrieveImpl.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/FileRetrieveImpl.cs
index 2f3732496..ebcc64cca 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/FileRetrieveImpl.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/FileRetrieveImpl.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -5,50 +47,6 @@
 using iTextSharp.text.log;
 using iTextSharp.tool.xml.exceptions;
 
-/*
- * $Id: FileRetrieveImpl.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.net {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/IFileRetrieve.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/IFileRetrieve.cs
index 640944908..0928269bb 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/IFileRetrieve.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/IFileRetrieve.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/IReadingProcessor.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/IReadingProcessor.cs
index 75c15ca81..6d9a35f11 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/IReadingProcessor.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/IReadingProcessor.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: ReadingProcessor.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.net {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/ImageRetrieve.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/ImageRetrieve.cs
index 183373c3a..ac76c8f22 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/ImageRetrieve.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/ImageRetrieve.cs
@@ -1,52 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.IO;
 using iTextSharp.text;
 using iTextSharp.tool.xml.pipeline.html;
 using iTextSharp.tool.xml.net.exc;
-/*
- * $Id: ImageRetrieve.java 122 2011-05-27 12:20:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.net {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/exc/NoImageException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/exc/NoImageException.cs
index 4ac1fb587..c9e72904d 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/exc/NoImageException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/net/exc/NoImageException.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml.exceptions;
 /*
- * $Id: XMLWorkerConfigurationImpl.java 53 2011-05-12 13:33:22Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.exceptions;
 namespace iTextSharp.tool.xml.net.exc {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/IState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/IState.cs
index e19df1572..46cf4cfaf 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/IState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/IState.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: State.java 118 2011-05-27 11:10:19Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.parser {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/IXMLParserListener.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/IXMLParserListener.cs
index 6c431543b..4a779adfd 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/IXMLParserListener.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/IXMLParserListener.cs
@@ -1,49 +1,47 @@
-using System;
-using System.Collections.Generic;
 /*
- * $Id: XMLParserListener.java 123 2011-05-27 12:30:40Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.Collections.Generic;
 namespace iTextSharp.tool.xml.parser {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/StateController.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/StateController.cs
index 41fa40db8..bcc92b81a 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/StateController.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/StateController.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Runtime.Remoting.Messaging;
 using iTextSharp.tool.xml.parser.state;
-/*
- * $Id: StateController.java 35 2011-05-06 14:24:25Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/TagState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/TagState.cs
index 1459cd42a..84722545c 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/TagState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/TagState.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 namespace iTextSharp.tool.xml.parser {
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/XMLParser.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/XMLParser.cs
index a90798f5b..d70020559 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/XMLParser.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/XMLParser.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -5,50 +47,6 @@
 using iTextSharp.text.xml;
 using iTextSharp.text.xml.simpleparser;
 using iTextSharp.tool.xml.parser.io;
-/*
- * $Id: XMLParser.java 134 2011-05-30 11:27:27Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/XMLParserMemory.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/XMLParserMemory.cs
index 27c18f718..a6ec00bf5 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/XMLParserMemory.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/XMLParserMemory.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
-/*
- * $Id: XMLParserMemory.java 112 2011-05-26 13:44:09Z emielackermann $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/EncodingUtil.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/EncodingUtil.cs
index 2365048ae..fce7697c0 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/EncodingUtil.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/EncodingUtil.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: EncodingUtil.java 24 2011-05-05 13:27:00Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.parser.io {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/IAppender.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/IAppender.cs
index 69b96601f..06b4266aa 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/IAppender.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/IAppender.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: Appender.java 28 2011-05-05 20:33:36Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.parser.io {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/IParserMonitor.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/IParserMonitor.cs
index 49b295b72..192f4c241 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/IParserMonitor.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/IParserMonitor.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: ParserMonitor.java 28 2011-05-05 20:33:36Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.parser.io {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/MonitorInputReader.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/MonitorInputReader.cs
index 130f8f22e..fa8ce8feb 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/MonitorInputReader.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/MonitorInputReader.cs
@@ -1,49 +1,47 @@
-using System;
-using System.IO;
 /*
- * $Id: MonitorInputReader.java 45 2011-05-11 14:29:08Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.IO;
 namespace iTextSharp.tool.xml.parser.io {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/ParserListenerWriter.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/ParserListenerWriter.cs
index 3111d74c7..cfe9d2a3a 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/ParserListenerWriter.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/io/ParserListenerWriter.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using iTextSharp.tool.xml.parser;
-/*
- * $Id: ParserListenerWriter.java 131 2011-05-30 07:28:46Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser.io {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/AttributeValueState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/AttributeValueState.cs
index 2d1bbd90f..88c65067f 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/AttributeValueState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/AttributeValueState.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.parser;
 using iTextSharp.tool.xml.html;
-/*
- * $Id: AttributeValueState.java 105 2011-05-26 10:18:21Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser.state {
 
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CdataState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CdataState.cs
index a71eba280..f04748c83 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CdataState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CdataState.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml.parser;
 /*
- * $Id: CdataState.java 45 2011-05-11 14:29:08Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.parser;
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CloseCommentState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CloseCommentState.cs
index 8a933caaa..4cf836085 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CloseCommentState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CloseCommentState.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using iTextSharp.tool.xml.parser;
-/*
- * $Id: CloseCommentState.java 105 2011-05-26 10:18:21Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CloseStarCommentState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CloseStarCommentState.cs
index ac2789244..1b4c5c814 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CloseStarCommentState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CloseStarCommentState.cs
@@ -1,53 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using iTextSharp.tool.xml.parser;
 
-/*
- * $Id: CommentState.java 45 2011-05-11 14:29:08Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.tool.xml.parser.state
 {
     public class CloseStarCommentState : IState
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/ClosingTagState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/ClosingTagState.cs
index b104a3f56..5dcaf489e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/ClosingTagState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/ClosingTagState.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.parser;
 using iTextSharp.tool.xml.html;
-/*
- * $Id: ClosingTagState.java 105 2011-05-26 10:18:21Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CommentState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CommentState.cs
index ef7f4f005..8dfe4a9da 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CommentState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/CommentState.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml.parser;
 /*
- * $Id: CommentState.java 45 2011-05-11 14:29:08Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.parser;
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/DocTypeState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/DocTypeState.cs
index f4908b2fd..2408f816f 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/DocTypeState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/DocTypeState.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml.parser;
 /*
- * $Id: DocTypeState.java 45 2011-05-11 14:29:08Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.parser;
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/DoubleQuotedAttrValueState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/DoubleQuotedAttrValueState.cs
index e34d898c5..302de9a2e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/DoubleQuotedAttrValueState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/DoubleQuotedAttrValueState.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml.parser;
 /*
- * $Id: DoubleQuotedAttrValueState.java 105 2011-05-26 10:18:21Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.parser;
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/InsideTagHTMLState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/InsideTagHTMLState.cs
index 2ef0b552b..e178852bd 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/InsideTagHTMLState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/InsideTagHTMLState.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.tool.xml.html;
 using iTextSharp.tool.xml.parser;
-/*
- * $Id: InsideTagHTMLState.java 105 2011-05-26 10:18:21Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/InsideTagState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/InsideTagState.cs
index 885472b72..d6c650860 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/InsideTagState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/InsideTagState.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml.parser;
 /*
- * $Id: InsideTagState.java 105 2011-05-26 10:18:21Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.parser;
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/ProcessingInstructionEncounteredState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/ProcessingInstructionEncounteredState.cs
index 0f6aaf06c..bfa636d5a 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/ProcessingInstructionEncounteredState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/ProcessingInstructionEncounteredState.cs
@@ -1,45 +1,45 @@
 /*
- * $Id:  $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * BVBA Authors: Bruno Lowagie, Balder Van Camp, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Affero General Public License version 3 as published by
- * the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED
- * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY
- * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public
- * License along with this program; if not, see http://www.gnu.org/licenses or
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a
- * covered work must retain the producer line in every PDF that is created or
- * manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a
- * commercial license. Buying such a license is mandatory as soon as you develop
- * commercial activities involving the iText software without disclosing the
- * source code of your own applications. These activities include: offering paid
- * services to customers as an ASP, serving PDFs on the fly in a web
- * application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address:
- * sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.parser.state;
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SelfClosingTagState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SelfClosingTagState.cs
index f838221e4..95c85c4ab 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SelfClosingTagState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SelfClosingTagState.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml.parser;
 /*
- * $Id: SelfClosingTagState.java 52 2011-05-12 13:29:30Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.parser;
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SingleQuotedAttrValueState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SingleQuotedAttrValueState.cs
index f98ffc2f5..752cf010b 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SingleQuotedAttrValueState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SingleQuotedAttrValueState.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml.parser;
 /*
- * $Id: SingleQuotedAttrValueState.java 105 2011-05-26 10:18:21Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.parser;
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SpecialCharState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SpecialCharState.cs
index bf70d9a9b..b2df39fd7 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SpecialCharState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/SpecialCharState.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using iTextSharp.text.xml.simpleparser;
 using iTextSharp.tool.xml.parser;
-/*
- * $Id: SpecialCharState.java 118 2011-05-27 11:10:19Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/StarCommentState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/StarCommentState.cs
index d789975b0..2ea9ab01d 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/StarCommentState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/StarCommentState.cs
@@ -1,53 +1,50 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
 using iTextSharp.tool.xml.parser;
 
-/*
- * $Id: CommentState.java 45 2011-05-11 14:29:08Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
-
 namespace iTextSharp.tool.xml.parser.state {
 
     public class StarCommentState : IState
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/TagAttributeState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/TagAttributeState.cs
index 3015c6f59..4d00f69be 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/TagAttributeState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/TagAttributeState.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.parser;
 using iTextSharp.tool.xml.html;
-/*
- * $Id: TagAttributeState.java 105 2011-05-26 10:18:21Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/TagEncounteredState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/TagEncounteredState.cs
index 8079d11cc..2553842df 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/TagEncounteredState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/TagEncounteredState.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.parser;
 using iTextSharp.tool.xml.html;
-/*
- * $Id: TagEncounteredState.java 105 2011-05-26 10:18:21Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/UnknownState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/UnknownState.cs
index 4d1eb0443..0cf221e0e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/UnknownState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/UnknownState.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml.parser;
 /*
- * $Id: UnknownState.java 45 2011-05-11 14:29:08Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.parser;
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/UnquotedAttrState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/UnquotedAttrState.cs
index 740389fe2..55799ff1d 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/UnquotedAttrState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/UnquotedAttrState.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml.parser;
 using iTextSharp.tool.xml.html;
-/*
- * $Id: UnquotedAttrState.java 105 2011-05-26 10:18:21Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/XmlState.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/XmlState.cs
index f4b4b1085..aae8eb19f 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/XmlState.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/parser/state/XmlState.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml.parser;
 /*
- * $Id: XmlState.java 45 2011-05-11 14:29:08Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml.parser;
 namespace iTextSharp.tool.xml.parser.state {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/AbstractPipeline.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/AbstractPipeline.cs
index 19411fa4f..95ec42d91 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/AbstractPipeline.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/AbstractPipeline.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Threading;
 using iTextSharp.tool.xml.exceptions;
-/*
- * $Id: AbstractPipeline.java 160 2011-06-07 09:34:57Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/WritableElement.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/WritableElement.cs
index 02f02f2c1..7618fe199 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/WritableElement.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/WritableElement.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
 using iTextSharp.tool.xml;
-/*
- * $Id: WritableElement.java 96 2011-05-24 13:48:42Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/css/CssResolverPipeline.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/css/CssResolverPipeline.cs
index a993f8428..01ac656c3 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/css/CssResolverPipeline.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/css/CssResolverPipeline.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Threading;
 using iTextSharp.tool.xml.pipeline.ctx;
 using iTextSharp.tool.xml.exceptions;
-/*
- * $Id: CssResolverPipeline.java 154 2011-06-06 14:50:14Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/css/ICSSResolver.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/css/ICSSResolver.cs
index 75ec7aebc..0eae603a2 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/css/ICSSResolver.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/css/ICSSResolver.cs
@@ -1,53 +1,51 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Text;
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.css;
 using iTextSharp.tool.xml.net;
 
-/*
- * $Id: CSSResolver.java 138 2011-05-31 10:11:40Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.css {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/MapContext.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/MapContext.cs
index 12655cfb2..cc5b5d9d1 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/MapContext.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/MapContext.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.tool.xml;
-/*
- * $Id: MapContext.java 131 2011-05-30 07:28:46Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.ctx {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/ObjectContext.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/ObjectContext.cs
index c51b775de..9198cb9f8 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/ObjectContext.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/ObjectContext.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.tool.xml;
 /*
- * $Id: ObjectContext.java 183 2011-06-29 23:07:23Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.tool.xml;
 
 namespace iTextSharp.tool.xml.pipeline.ctx {
 
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/WorkerContextImpl.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/WorkerContextImpl.cs
index 585aa5c13..882a672f0 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/WorkerContextImpl.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/ctx/WorkerContextImpl.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.exceptions;
-/*
- * $Id: WorkerContextImpl.java 160 2011-06-07 09:34:57Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.ctx {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/end/ElementHandlerPipeline.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/end/ElementHandlerPipeline.cs
index 0dcb9e048..e699d789c 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/end/ElementHandlerPipeline.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/end/ElementHandlerPipeline.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.tool.xml;
 using iTextSharp.tool.xml.pipeline;
-/*
- * $Id: ElementHandlerPipeline.java 145 2011-06-04 20:19:10Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.end {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/end/PdfWriterPipeline.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/end/PdfWriterPipeline.cs
index 911050d30..57ec99c27 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/end/PdfWriterPipeline.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/end/PdfWriterPipeline.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using iTextSharp.text;
 using iTextSharp.text.log;
@@ -6,50 +48,6 @@
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.pipeline;
 using iTextSharp.tool.xml.pipeline.ctx;
-/*
- * $Id: PdfWriterPipeline.java 142 2011-06-01 18:14:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.end {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/AbstractImageProvider.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/AbstractImageProvider.cs
index 0f117b18a..d410607b7 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/AbstractImageProvider.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/AbstractImageProvider.cs
@@ -1,50 +1,48 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.text;
-/*
- * $Id: AbstractImageProvider.java 138 2011-05-31 10:11:40Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/AutoDocPipeline.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/AutoDocPipeline.cs
index f688f3803..c61552b3c 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/AutoDocPipeline.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/AutoDocPipeline.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -10,50 +52,6 @@
 using iTextSharp.tool.xml.pipeline;
 using iTextSharp.tool.xml.pipeline.ctx;
 using iTextSharp.tool.xml.pipeline.end;
-/*
- * $Id: AutoDocPipeline.java 160 2011-06-07 09:34:57Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/HtmlPipeline.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/HtmlPipeline.cs
index 5a5e9079c..a8d1ea2c3 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/HtmlPipeline.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/HtmlPipeline.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -6,50 +48,6 @@
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.html;
 using iTextSharp.tool.xml.pipeline;
-/*
- * $Id: HtmlPipeline.java 142 2011-06-01 18:14:58Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/HtmlPipelineContext.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/HtmlPipelineContext.cs
index cd17be9fb..1863bdff6 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/HtmlPipelineContext.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/HtmlPipelineContext.cs
@@ -1,3 +1,45 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -6,50 +48,6 @@
 using iTextSharp.tool.xml.exceptions;
 using iTextSharp.tool.xml.css.apply;
 using iTextSharp.tool.xml.html;
-/*
- * $Id: HtmlPipelineContext.java 144 2011-06-03 22:52:42Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/IFileMaker.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/IFileMaker.cs
index d29861b77..7077a6204 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/IFileMaker.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/IFileMaker.cs
@@ -1,49 +1,47 @@
-using System;
-using System.IO;
 /*
- * $Id: FileMaker.java 96 2011-05-24 13:48:42Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using System.IO;
 namespace iTextSharp.tool.xml.pipeline.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/IImageProvider.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/IImageProvider.cs
index d00217a71..bc4969f4e 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/IImageProvider.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/IImageProvider.cs
@@ -1,49 +1,47 @@
-using System;
-using iTextSharp.text;
 /*
- * $Id: Image.java 94 2011-05-23 23:38:48Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
+using iTextSharp.text;
 namespace iTextSharp.tool.xml.pipeline.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/ILinkProvider.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/ILinkProvider.cs
index d9421ed22..426ef6438 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/ILinkProvider.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/ILinkProvider.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: Image.java 94 2011-05-23 23:38:48Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.pipeline.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/NoImageProviderException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/NoImageProviderException.cs
index 4850053d0..b4dc256f2 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/NoImageProviderException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/NoImageProviderException.cs
@@ -1,48 +1,46 @@
-using System;
 /*
- * $Id: Image.java 94 2011-05-23 23:38:48Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
+using System;
 namespace iTextSharp.tool.xml.pipeline.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/NoStackException.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/NoStackException.cs
index 4a68b23e5..52c4350d4 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/NoStackException.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/NoStackException.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 
 /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/StackKeeper.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/StackKeeper.cs
index 19bedb034..110515e02 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/StackKeeper.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/StackKeeper.cs
@@ -1,51 +1,49 @@
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.tool.xml;
 using iTextSharp.text;
-/*
- * $Id: StackKeeper.java 94 2011-05-23 23:38:48Z redlab_b $
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Balder Van Camp, Emiel Ackermann, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
- */
 namespace iTextSharp.tool.xml.pipeline.html {
 
     /**
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/UrlLinkResolver.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/UrlLinkResolver.cs
index 0f85ede19..c75429845 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/UrlLinkResolver.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/pipeline/html/UrlLinkResolver.cs
@@ -1,4 +1,46 @@
-using System;
+/*
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
+using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Text;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/util/ParentTreeUtil.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/util/ParentTreeUtil.cs
index 55e237b8d..0d212bb73 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/util/ParentTreeUtil.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/util/ParentTreeUtil.cs
@@ -1,45 +1,45 @@
 /*
- * $Id: ParentTreeUtil.java 221 2011-08-12 16:27:07Z$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * BVBA Authors: Bruno Lowagie, et al.
- *
- * This program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Affero General Public License version 3 as published by
- * the Free Software Foundation with the addition of the following permission
- * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED
- * WORK IN WHICH THE COPYRIGHT IS OWNED BY ITEXT GROUP, ITEXT GROUP DISCLAIMS THE WARRANTY
- * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
- * details. You should have received a copy of the GNU Affero General Public
- * License along with this program; if not, see http://www.gnu.org/licenses or
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License, a
- * covered work must retain the producer line in every PDF that is created or
- * manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing a
- * commercial license. Buying such a license is mandatory as soon as you develop
- * commercial activities involving the iText software without disclosing the
- * source code of your own applications. These activities include: offering paid
- * services to customers as an ASP, serving PDFs on the fly in a web
- * application, shipping iText with a closed source product.
- *
- * For more information, please contact iText Software Corp. at this address:
- * sales@itextpdf.com
- */
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
+ */
 using System;
 using System.Collections.Generic;
 using iTextSharp.tool.xml.html;
diff --git a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/util/SortUtil.cs b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/util/SortUtil.cs
index 5a821b88f..bd9d1f344 100644
--- a/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/util/SortUtil.cs
+++ b/src/extras/itextsharp.xmlworker/iTextSharp/tool/xml/util/SortUtil.cs
@@ -1,48 +1,45 @@
 /*
- * $Id$
- *
- * This file is part of the iText (R) project.
- * Copyright (c) 1998-2016 iText Group NV
- * Authors: Bruno Lowagie, Paulo Soares, et al.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License version 3
- * as published by the Free Software Foundation with the addition of the
- * following permission added to Section 15 as permitted in Section 7(a):
- * FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
- * ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
- * OF THIRD PARTY RIGHTS
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- * or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Affero General Public License for more details.
- * You should have received a copy of the GNU Affero General Public License
- * along with this program; if not, see http://www.gnu.org/licenses or write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA, 02110-1301 USA, or download the license from the following URL:
- * http://itextpdf.com/terms-of-use/
- *
- * The interactive user interfaces in modified source and object code versions
- * of this program must display Appropriate Legal Notices, as required under
- * Section 5 of the GNU Affero General Public License.
- *
- * In accordance with Section 7(b) of the GNU Affero General Public License,
- * a covered work must retain the producer line in every PDF that is created
- * or manipulated using iText.
- *
- * You can be released from the requirements of the license by purchasing
- * a commercial license. Buying such a license is mandatory as soon as you
- * develop commercial activities involving the iText software without
- * disclosing the source code of your own applications.
- * These activities include: offering paid services to customers as an ASP,
- * serving PDFs on the fly in a web application, shipping iText with a closed
- * source product.
- *
- * For more information, please contact iText Software Corp. at this
- * address: sales@itextpdf.com
+    This file is part of the iText (R) project.
+    Copyright (c) 1998-2017 iText Group NV
+    Authors: iText Software.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License version 3
+    as published by the Free Software Foundation with the addition of the
+    following permission added to Section 15 as permitted in Section 7(a):
+    FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
+    ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
+    OF THIRD PARTY RIGHTS
+    
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU Affero General Public License for more details.
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses or write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA, 02110-1301 USA, or download the license from the following URL:
+    http://itextpdf.com/terms-of-use/
+    
+    The interactive user interfaces in modified source and object code versions
+    of this program must display Appropriate Legal Notices, as required under
+    Section 5 of the GNU Affero General Public License.
+    
+    In accordance with Section 7(b) of the GNU Affero General Public License,
+    a covered work must retain the producer line in every PDF that is created
+    or manipulated using iText.
+    
+    You can be released from the requirements of the license by purchasing
+    a commercial license. Buying such a license is mandatory as soon as you
+    develop commercial activities involving the iText software without
+    disclosing the source code of your own applications.
+    These activities include: offering paid services to customers as an ASP,
+    serving PDFs on the fly in a web application, shipping iText with a closed
+    source product.
+    
+    For more information, please contact iText Software Corp. at this
+    address: sales@itextpdf.com
  */
-
 using System;
 using System.Collections.Generic;
 

From dcbe74d05d2ea682bf5c46e98421d7d81a8a8ae2 Mon Sep 17 00:00:00 2001
From: Pavel Alay 
Date: Mon, 20 Mar 2017 13:15:24 +0300
Subject: [PATCH 32/32] [RELEASE] 5.5.11-SNAPSHOT -> 5.5.11

---
 src/core/AssemblyInfo.cs                                      | 2 +-
 src/core/iTextSharp/text/Version.cs                           | 2 +-
 src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs         | 2 +-
 src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs   | 4 ++--
 src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs         | 2 +-
 src/extras/itextsharp.tests/Properties/AssemblyInfo.cs        | 4 ++--
 .../itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs     | 4 ++--
 src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs    | 2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/core/AssemblyInfo.cs b/src/core/AssemblyInfo.cs
index 85dbb1a96..7c38c78ed 100644
--- a/src/core/AssemblyInfo.cs
+++ b/src/core/AssemblyInfo.cs
@@ -7,7 +7,7 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("iText Group NV")]
 [assembly: AssemblyProduct("iTextSharp")]
-[assembly: AssemblyCopyright("Copyright (C) 1999-2016 by iText Group NV")]
+[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 [assembly: InternalsVisibleTo("itextsharp.pdfa, PublicKey=00240000048000009400000006020000002400005253413100040000010001008b21ed5b3fc1c11996390981fe22bbe71a39a9e11d3c2cefddd6ee92920fa871f9666ae0fa941af0280d0653df048ae2d93f8c5e2d820dba3c8df9ed468c8be40a6fffeb32aa481a254f0fb9f37aa7c3ec1c0acd2c009746bbdafcb75bcdbcecb7caf1f0f4b6e7d013906ba60b66eb1c8298e4efb052caf6cece4bf1816902cc"),]
diff --git a/src/core/iTextSharp/text/Version.cs b/src/core/iTextSharp/text/Version.cs
index 5380e3c43..7d1382dad 100644
--- a/src/core/iTextSharp/text/Version.cs
+++ b/src/core/iTextSharp/text/Version.cs
@@ -72,7 +72,7 @@ public sealed class Version {
 	     * This String contains the version number of this iText release.
 	     * For debugging purposes, we request you NOT to change this constant.
 	     */
-        static private String release = "5.5.11-SNAPSHOT";
+        static private String release = "5.5.11";
 
 	    /**
 	     * This String contains the iText version as shown in the producer line.
diff --git a/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs b/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs
index 9f170d167..267ae0947 100644
--- a/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs
+++ b/src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("iTextSharp.xtra")]
-[assembly: AssemblyCopyright("Copyright (C) 1999-2016 by iText Group NV")]
+[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
diff --git a/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs b/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs
index bf8a0951f..66178c5ae 100644
--- a/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs
+++ b/src/extras/itextsharp.pdfa.tests/Properties/AssemblyInfo.cs
@@ -5,9 +5,9 @@
 [assembly: AssemblyTitle("itextsharp.pdfa.tests")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
+[assembly: AssemblyCompany("iText Group NV")]
 [assembly: AssemblyProduct("itextsharp.pdfa.tests")]
-[assembly: AssemblyCopyright("Copyright (C) 1999-2016 by iText Group NV")]
+[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
diff --git a/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs b/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs
index 48e9ae3d3..2e28b981c 100644
--- a/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs
+++ b/src/extras/itextsharp.pdfa/Properties/AssemblyInfo.cs
@@ -7,7 +7,7 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("iText Group NV")]
 [assembly: AssemblyProduct("iTextSharp.pdfa")]
-[assembly: AssemblyCopyright("Copyright (C) 1999-2016 by iText Group NV")]
+[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
diff --git a/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs b/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs
index fa6628da3..0569faa33 100644
--- a/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs
+++ b/src/extras/itextsharp.tests/Properties/AssemblyInfo.cs
@@ -5,9 +5,9 @@
 [assembly: AssemblyTitle("itextsharp.tests")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("iText Group NV")]
 [assembly: AssemblyProduct("itextsharp.tests")]
-[assembly: AssemblyCopyright("Copyright (C) 1999-2016 by iText Group NV")]
+[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
diff --git a/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs b/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs
index b78327afa..ce012d6f5 100644
--- a/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs
+++ b/src/extras/itextsharp.xmlworker.tests/Properties/AssemblyInfo.cs
@@ -5,9 +5,9 @@
 [assembly: AssemblyTitle("itextsharp.xmlworker.tests")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
+[assembly: AssemblyCompany("iText Group NV")]
 [assembly: AssemblyProduct("itextsharp.xmlworker.tests")]
-[assembly: AssemblyCopyright("Copyright (C) 1999-2016 by iText Group NV")]
+[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
diff --git a/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs b/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs
index 1109a92c7..424f2b46d 100644
--- a/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs
+++ b/src/extras/itextsharp.xmlworker/Properties/AssemblyInfo.cs
@@ -7,7 +7,7 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("iText Group NV")]
 [assembly: AssemblyProduct("itextsharp.xmlworker")]
-[assembly: AssemblyCopyright("Copyright (C) 1999-2016 by iText Group NV")]
+[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 [assembly: InternalsVisibleTo("itextsharp.xmlworker.tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001008b21ed5b3fc1c11996390981fe22bbe71a39a9e11d3c2cefddd6ee92920fa871f9666ae0fa941af0280d0653df048ae2d93f8c5e2d820dba3c8df9ed468c8be40a6fffeb32aa481a254f0fb9f37aa7c3ec1c0acd2c009746bbdafcb75bcdbcecb7caf1f0f4b6e7d013906ba60b66eb1c8298e4efb052caf6cece4bf1816902cc"),]

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