From c5eb9c4b94860e51c9cab6e4a616fcc950ee102d Mon Sep 17 00:00:00 2001 From: tkellner Date: Tue, 21 Jun 2011 17:06:40 +0000 Subject: Merge branch 'license_change' git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@780 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../java/at/gv/egiz/pdfas/impl/input/ByteArrayPdfDataSourceImpl.java | 3 --- .../java/at/gv/egiz/pdfas/impl/input/CompoundPdfDataSourceImpl.java | 3 --- src/main/java/at/gv/egiz/pdfas/impl/input/DelimitedInputStream.java | 3 --- src/main/java/at/gv/egiz/pdfas/impl/input/DelimitedPdfDataSource.java | 3 --- src/main/java/at/gv/egiz/pdfas/impl/input/FileBased.java | 3 --- .../java/at/gv/egiz/pdfas/impl/input/FileBasedPdfDataSourceImpl.java | 3 --- .../java/at/gv/egiz/pdfas/impl/input/FileBasedTextDataSourceImpl.java | 3 --- src/main/java/at/gv/egiz/pdfas/impl/input/IncrementalUpdateParser.java | 3 --- src/main/java/at/gv/egiz/pdfas/impl/input/TextDataSourceImpl.java | 3 --- .../java/at/gv/egiz/pdfas/impl/input/correction/ExternalCorrector.java | 3 --- .../java/at/gv/egiz/pdfas/impl/input/correction/InternalCorrector.java | 3 --- src/main/java/at/gv/egiz/pdfas/impl/input/helper/DataSourceHelper.java | 3 --- 12 files changed, 36 deletions(-) (limited to 'src/main/java/at/gv/egiz/pdfas/impl/input') diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/ByteArrayPdfDataSourceImpl.java b/src/main/java/at/gv/egiz/pdfas/impl/input/ByteArrayPdfDataSourceImpl.java index 3a6ab02..de1a546 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/ByteArrayPdfDataSourceImpl.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/ByteArrayPdfDataSourceImpl.java @@ -21,9 +21,6 @@ * 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.impl.input; import java.io.ByteArrayInputStream; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/CompoundPdfDataSourceImpl.java b/src/main/java/at/gv/egiz/pdfas/impl/input/CompoundPdfDataSourceImpl.java index 40e6164..e4454f4 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/CompoundPdfDataSourceImpl.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/CompoundPdfDataSourceImpl.java @@ -21,9 +21,6 @@ * 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.impl.input; import java.io.ByteArrayInputStream; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/DelimitedInputStream.java b/src/main/java/at/gv/egiz/pdfas/impl/input/DelimitedInputStream.java index f1784c2..ac789e1 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/DelimitedInputStream.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/DelimitedInputStream.java @@ -21,9 +21,6 @@ * 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.impl.input; import java.io.IOException; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/DelimitedPdfDataSource.java b/src/main/java/at/gv/egiz/pdfas/impl/input/DelimitedPdfDataSource.java index 9de47c0..a4669d4 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/DelimitedPdfDataSource.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/DelimitedPdfDataSource.java @@ -21,9 +21,6 @@ * 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.impl.input; import java.io.InputStream; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/FileBased.java b/src/main/java/at/gv/egiz/pdfas/impl/input/FileBased.java index e58ee0f..4998d7b 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/FileBased.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/FileBased.java @@ -21,9 +21,6 @@ * 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.impl.input; import java.io.File; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/FileBasedPdfDataSourceImpl.java b/src/main/java/at/gv/egiz/pdfas/impl/input/FileBasedPdfDataSourceImpl.java index 38c6fef..eeeb0a1 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/FileBasedPdfDataSourceImpl.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/FileBasedPdfDataSourceImpl.java @@ -21,9 +21,6 @@ * 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.impl.input; import java.io.ByteArrayInputStream; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/FileBasedTextDataSourceImpl.java b/src/main/java/at/gv/egiz/pdfas/impl/input/FileBasedTextDataSourceImpl.java index 94f0e31..de3739b 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/FileBasedTextDataSourceImpl.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/FileBasedTextDataSourceImpl.java @@ -21,9 +21,6 @@ * 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.impl.input; import java.io.File; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/IncrementalUpdateParser.java b/src/main/java/at/gv/egiz/pdfas/impl/input/IncrementalUpdateParser.java index 6fbefca..4d6e3d3 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/IncrementalUpdateParser.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/IncrementalUpdateParser.java @@ -21,9 +21,6 @@ * 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.impl.input; import java.util.List; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/TextDataSourceImpl.java b/src/main/java/at/gv/egiz/pdfas/impl/input/TextDataSourceImpl.java index 374432f..7117705 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/TextDataSourceImpl.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/TextDataSourceImpl.java @@ -21,9 +21,6 @@ * 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.impl.input; import java.io.ByteArrayInputStream; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/correction/ExternalCorrector.java b/src/main/java/at/gv/egiz/pdfas/impl/input/correction/ExternalCorrector.java index 5d2397f..9550fb8 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/correction/ExternalCorrector.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/correction/ExternalCorrector.java @@ -21,9 +21,6 @@ * 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.impl.input.correction; import java.io.BufferedReader; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/correction/InternalCorrector.java b/src/main/java/at/gv/egiz/pdfas/impl/input/correction/InternalCorrector.java index 36feee5..3cf5cda 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/correction/InternalCorrector.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/correction/InternalCorrector.java @@ -21,9 +21,6 @@ * 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.impl.input.correction; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/at/gv/egiz/pdfas/impl/input/helper/DataSourceHelper.java b/src/main/java/at/gv/egiz/pdfas/impl/input/helper/DataSourceHelper.java index 767c915..e268bc7 100644 --- a/src/main/java/at/gv/egiz/pdfas/impl/input/helper/DataSourceHelper.java +++ b/src/main/java/at/gv/egiz/pdfas/impl/input/helper/DataSourceHelper.java @@ -21,9 +21,6 @@ * 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.impl.input.helper; import java.io.ByteArrayOutputStream; -- cgit v1.2.3