Skip to content

Commit 75f05dd

Browse files
committed
2 parents 8691242 + ddefc15 commit 75f05dd

File tree

1,359 files changed

+2963
-1581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,359 files changed

+2963
-1581
lines changed

src/core/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
3434

35-
[assembly: AssemblyVersion("5.5.8")]
35+
[assembly: AssemblyVersion("5.5.9")]

src/core/System/util/FilterStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* $Id$
33
*
44
* This file is part of the iText (R) project.
5-
* Copyright (c) 1998-2015 iText Group NV
5+
* Copyright (c) 1998-2016 iText Group NV
66
* Authors: Bruno Lowagie, Paulo Soares, et al.
77
*
88
* This program is free software; you can redistribute it and/or modify

src/core/System/util/ListIterator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
*
88
* This file is part of the iText project.
9-
* Copyright (c) 1998-2015 iText Group NV
9+
* Copyright (c) 1998-2016 iText Group NV
1010
* Authors: Bruno Lowagie, Paulo Soares, et al.
1111
*
1212
* This program is free software; you can redistribute it and/or modify

src/core/System/util/Properties.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* This file is part of the iText project.
10-
* Copyright (c) 1998-2015 iText Group NV
10+
* Copyright (c) 1998-2016 iText Group NV
1111
* Authors: Bruno Lowagie, Paulo Soares, et al.
1212
*
1313
* This program is free software; you can redistribute it and/or modify
@@ -119,6 +119,7 @@ virtual public void Clear() {
119119
}
120120

121121
virtual public void Load(Stream inStream) {
122+
if (inStream == null) return;
122123
StreamReader inp = new StreamReader(inStream, Encoding.GetEncoding(1252));
123124
while (true) {
124125
// Get next line

src/core/System/util/PushbackStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* $Id$
33
*
44
* This file is part of the iText (R) project.
5-
* Copyright (c) 1998-2015 iText Group NV
5+
* Copyright (c) 1998-2016 iText Group NV
66
* Authors: Bruno Lowagie, Paulo Soares, et al.
77
*
88
* This program is free software; you can redistribute it and/or modify

src/core/System/util/RectangleJ.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* $Id$
33
*
44
* This file is part of the iText (R) project.
5-
* Copyright (c) 1998-2015 iText Group NV
5+
* Copyright (c) 1998-2016 iText Group NV
66
* Authors: Bruno Lowagie, Paulo Soares, et al.
77
*
88
* This program is free software; you can redistribute it and/or modify

src/core/System/util/StringTokenizer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* $Id$
44
*
55
* This file is part of the iText project.
6-
* Copyright (c) 1998-2015 iText Group NV
6+
* Copyright (c) 1998-2016 iText Group NV
77
* Authors: Bruno Lowagie, Paulo Soares, et al.
88
*
99
* This program is free software; you can redistribute it and/or modify

src/core/System/util/Util.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*
77
* This file is part of the iText project.
8-
* Copyright (c) 1998-2015 iText Group NV
8+
* Copyright (c) 1998-2016 iText Group NV
99
* Authors: Bruno Lowagie, Paulo Soares, et al.
1010
*
1111
* This program is free software; you can redistribute it and/or modify

src/core/System/util/collections/HashSet2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* $Id$
33
*
44
* This file is part of the iText (R) project.
5-
* Copyright (c) 1998-2015 iText Group NV
5+
* Copyright (c) 1998-2016 iText Group NV
66
* Authors: Bruno Lowagie, Paulo Soares, et al.
77
*
88
* This program is free software; you can redistribute it and/or modify

src/core/System/util/collections/LinkedDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
*
88
* This file is part of the iText project.
9-
* Copyright (c) 1998-2015 iText Group NV
9+
* Copyright (c) 1998-2016 iText Group NV
1010
* Authors: Bruno Lowagie, Paulo Soares, et al.
1111
*
1212
* This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)