diff options
author | tkellner <tkellner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2011-06-21 17:06:40 +0000 |
---|---|---|
committer | tkellner <tkellner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2011-06-21 17:06:40 +0000 |
commit | c5eb9c4b94860e51c9cab6e4a616fcc950ee102d (patch) | |
tree | 0eec77c06b60e724d30ba4231f7a5fabf70507ce /pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io | |
parent | 6cbdcddc6b4c0083506263dcf111fe9eb59b901d (diff) | |
download | pdf-as-3-c5eb9c4b94860e51c9cab6e4a616fcc950ee102d.tar.gz pdf-as-3-c5eb9c4b94860e51c9cab6e4a616fcc950ee102d.tar.bz2 pdf-as-3-c5eb9c4b94860e51c9cab6e4a616fcc950ee102d.zip |
Merge branch 'license_change'
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@780 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io')
3 files changed, 3 insertions, 3 deletions
diff --git a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/ByteArrayDataSink.java b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/ByteArrayDataSink.java index 46b1978..83f6eaa 100644 --- a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/ByteArrayDataSink.java +++ b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/ByteArrayDataSink.java @@ -20,7 +20,7 @@ * file for details on the various modules and licenses.
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
- *
+ */
package at.gv.egiz.pdfas.web.io;
import java.io.ByteArrayOutputStream;
diff --git a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/ByteArrayPdfDataSource.java b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/ByteArrayPdfDataSource.java index ded5fc0..80bb218 100644 --- a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/ByteArrayPdfDataSource.java +++ b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/ByteArrayPdfDataSource.java @@ -20,7 +20,7 @@ * file for details on the various modules and licenses.
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
- *
+ */
package at.gv.egiz.pdfas.web.io;
import java.io.ByteArrayInputStream;
diff --git a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/TextDataSource.java b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/TextDataSource.java index 25b30f1..421b357 100644 --- a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/TextDataSource.java +++ b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/io/TextDataSource.java @@ -20,7 +20,7 @@ * file for details on the various modules and licenses.
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
- *
+ */
package at.gv.egiz.pdfas.web.io;
import java.io.ByteArrayInputStream;
|