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 --- src/main/java/at/gv/egiz/pdfas/framework/ConnectorFactory.java | 3 --- src/main/java/at/gv/egiz/pdfas/framework/ConnectorParameters.java | 3 --- src/main/java/at/gv/egiz/pdfas/framework/DataManager.java | 3 --- src/main/java/at/gv/egiz/pdfas/framework/DataSourceHolder.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/DataStrategy.java | 3 --- src/main/java/at/gv/egiz/pdfas/framework/SignatorFactory.java | 3 --- src/main/java/at/gv/egiz/pdfas/framework/SignatureHolderHelper.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/VerificatorFactory.java | 3 --- src/main/java/at/gv/egiz/pdfas/framework/config/SettingsHelper.java | 3 --- src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java | 3 --- src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java | 3 --- src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java | 3 --- .../java/at/gv/egiz/pdfas/framework/input/PdfDataSourceHolder.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java | 3 --- .../java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java | 3 --- .../at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java | 3 --- src/main/java/at/gv/egiz/pdfas/framework/output/DataSink.java | 2 +- .../gv/egiz/pdfas/framework/sigdevice/SequentialSignatureDevice.java | 3 --- .../java/at/gv/egiz/pdfas/framework/sigdevice/SignatureDevice.java | 3 --- .../java/at/gv/egiz/pdfas/framework/signator/SignatorInformation.java | 3 --- .../java/at/gv/egiz/pdfas/framework/vfilter/VerificationFilter.java | 3 --- .../gv/egiz/pdfas/framework/vfilter/VerificationFilterParameters.java | 3 --- 22 files changed, 4 insertions(+), 58 deletions(-) (limited to 'src/main/java/at/gv/egiz/pdfas/framework') diff --git a/src/main/java/at/gv/egiz/pdfas/framework/ConnectorFactory.java b/src/main/java/at/gv/egiz/pdfas/framework/ConnectorFactory.java index 70edf1c..95fef4e 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/ConnectorFactory.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/ConnectorFactory.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.framework; import at.knowcenter.wag.egov.egiz.exceptions.ConnectorException; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/ConnectorParameters.java b/src/main/java/at/gv/egiz/pdfas/framework/ConnectorParameters.java index 0ed06f0..4a687ee 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/ConnectorParameters.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/ConnectorParameters.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.framework; import java.util.Date; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/DataManager.java b/src/main/java/at/gv/egiz/pdfas/framework/DataManager.java index df33972..da6f4a9 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/DataManager.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/DataManager.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.framework; /** diff --git a/src/main/java/at/gv/egiz/pdfas/framework/DataSourceHolder.java b/src/main/java/at/gv/egiz/pdfas/framework/DataSourceHolder.java index 3ee3a1d..355da37 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/DataSourceHolder.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/DataSourceHolder.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; import at.gv.egiz.pdfas.framework.input.DataSource; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/DataStrategy.java b/src/main/java/at/gv/egiz/pdfas/framework/DataStrategy.java index 18a27d4..1160b3a 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/DataStrategy.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/DataStrategy.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.framework; import java.io.InputStream; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/SignatorFactory.java b/src/main/java/at/gv/egiz/pdfas/framework/SignatorFactory.java index 0ed58f5..0ae41e2 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/SignatorFactory.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/SignatorFactory.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.framework; import at.knowcenter.wag.egov.egiz.PdfASID; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/SignatureHolderHelper.java b/src/main/java/at/gv/egiz/pdfas/framework/SignatureHolderHelper.java index 3c73b22..7aaa285 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/SignatureHolderHelper.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/SignatureHolderHelper.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; import java.util.Collections; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/VerificatorFactory.java b/src/main/java/at/gv/egiz/pdfas/framework/VerificatorFactory.java index a1a5ea3..19aeeda 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/VerificatorFactory.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/VerificatorFactory.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.framework; import at.gv.egiz.pdfas.exceptions.framework.VerificatorFactoryException; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/config/SettingsHelper.java b/src/main/java/at/gv/egiz/pdfas/framework/config/SettingsHelper.java index f6fcd76..7ab8e09 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/config/SettingsHelper.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/config/SettingsHelper.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.framework.config; import org.apache.commons.logging.Log; 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 cec8a2e..6f59508 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 @@ -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.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 ac37426..ebeeb10 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 @@ -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.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 758ff9f..1519550 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 @@ -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.framework.input; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSourceHolder.java b/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSourceHolder.java index 300c145..14a4ff4 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSourceHolder.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSourceHolder.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; public class PdfDataSourceHolder { 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 69df61a..19a6333 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 @@ -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.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 fb79a4e..9259a39 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 @@ -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.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 222ef88..f6ddf97 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 @@ -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.framework.input.correction; import at.gv.egiz.pdfas.impl.input.correction.ExternalCorrector; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/output/DataSink.java b/src/main/java/at/gv/egiz/pdfas/framework/output/DataSink.java index 5d1bba7..52959a9 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/output/DataSink.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/output/DataSink.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.output; import java.io.OutputStream; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/sigdevice/SequentialSignatureDevice.java b/src/main/java/at/gv/egiz/pdfas/framework/sigdevice/SequentialSignatureDevice.java index 62e26d9..b44c1b4 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/sigdevice/SequentialSignatureDevice.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/sigdevice/SequentialSignatureDevice.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.framework.sigdevice; /** diff --git a/src/main/java/at/gv/egiz/pdfas/framework/sigdevice/SignatureDevice.java b/src/main/java/at/gv/egiz/pdfas/framework/sigdevice/SignatureDevice.java index 1db4568..35f04f6 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/sigdevice/SignatureDevice.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/sigdevice/SignatureDevice.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.framework.sigdevice; /** diff --git a/src/main/java/at/gv/egiz/pdfas/framework/signator/SignatorInformation.java b/src/main/java/at/gv/egiz/pdfas/framework/signator/SignatorInformation.java index b169538..b3385ec 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/signator/SignatorInformation.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/signator/SignatorInformation.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.framework.signator; import java.util.List; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/vfilter/VerificationFilter.java b/src/main/java/at/gv/egiz/pdfas/framework/vfilter/VerificationFilter.java index 2d7a38c..d9f0116 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/vfilter/VerificationFilter.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/vfilter/VerificationFilter.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.framework.vfilter; import java.util.List; diff --git a/src/main/java/at/gv/egiz/pdfas/framework/vfilter/VerificationFilterParameters.java b/src/main/java/at/gv/egiz/pdfas/framework/vfilter/VerificationFilterParameters.java index 8b76e97..e5c88ba 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/vfilter/VerificationFilterParameters.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/vfilter/VerificationFilterParameters.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.framework.vfilter; /** -- cgit v1.2.3