aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/egiz/pdfas/framework/input
diff options
context:
space:
mode:
authortkellner <tkellner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-06-21 17:56:31 +0000
committertkellner <tkellner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-06-21 17:56:31 +0000
commit40de525c3dd2bfc0f17c43375cd975e92b14ef12 (patch)
tree4367ce3b2b1569fb6267418ea3747bf8f16ebad8 /src/main/java/at/gv/egiz/pdfas/framework/input
parentc5eb9c4b94860e51c9cab6e4a616fcc950ee102d (diff)
downloadpdf-as-3-40de525c3dd2bfc0f17c43375cd975e92b14ef12.tar.gz
pdf-as-3-40de525c3dd2bfc0f17c43375cd975e92b14ef12.tar.bz2
pdf-as-3-40de525c3dd2bfc0f17c43375cd975e92b14ef12.zip
Copyright headers fixed
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@781 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/java/at/gv/egiz/pdfas/framework/input')
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java2
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java2
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java2
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java2
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java2
-rw-r--r--src/main/java/at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java b/src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java
index 6f59508..f834622 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.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.framework.input;
import java.io.InputStream;
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java b/src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java
index ebeeb10..19065b0 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.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.framework.input;
import java.util.List;
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java b/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java
index 1519550..ce3d658 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.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.framework.input;
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java b/src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java
index 19a6333..7623896 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/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.framework.input;
/**
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java b/src/main/java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java
index 9259a39..71f3ded 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/correction/Corrector.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.framework.input.correction;
import at.gv.egiz.pdfas.exceptions.framework.CorrectorException;
diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java b/src/main/java/at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java
index f6ddf97..8c954f7 100644
--- a/src/main/java/at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java
+++ b/src/main/java/at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.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.framework.input.correction;
import at.gv.egiz.pdfas.impl.input.correction.ExternalCorrector;