From 40de525c3dd2bfc0f17c43375cd975e92b14ef12 Mon Sep 17 00:00:00 2001 From: tkellner Date: Tue, 21 Jun 2011 17:56:31 +0000 Subject: Copyright headers fixed git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@781 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- src/main/java/at/gv/egiz/pdfas/framework/ConnectorFactory.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/ConnectorParameters.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/DataManager.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/DataStrategy.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/SignatorFactory.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/VerificatorFactory.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/config/SettingsHelper.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/input/DataSource.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/input/ExtractionStage.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/input/PdfDataSource.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/input/TextDataSource.java | 2 +- .../java/at/gv/egiz/pdfas/framework/input/correction/Corrector.java | 2 +- .../at/gv/egiz/pdfas/framework/input/correction/CorrectorFactory.java | 2 +- .../at/gv/egiz/pdfas/framework/sigdevice/SequentialSignatureDevice.java | 2 +- src/main/java/at/gv/egiz/pdfas/framework/sigdevice/SignatureDevice.java | 2 +- .../java/at/gv/egiz/pdfas/framework/signator/SignatorInformation.java | 2 +- .../java/at/gv/egiz/pdfas/framework/vfilter/VerificationFilter.java | 2 +- .../gv/egiz/pdfas/framework/vfilter/VerificationFilterParameters.java | 2 +- 18 files changed, 18 insertions(+), 18 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 95fef4e..c9b6238 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/ConnectorFactory.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/ConnectorFactory.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.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 4a687ee..a0b7ceb 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/ConnectorParameters.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/ConnectorParameters.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.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 da6f4a9..4f0641a 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/DataManager.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/DataManager.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; /** 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 1160b3a..659ba1d 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/DataStrategy.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/DataStrategy.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.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 0ae41e2..891551c 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/SignatorFactory.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/SignatorFactory.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.knowcenter.wag.egov.egiz.PdfASID; 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 19aeeda..2cc964b 100644 --- a/src/main/java/at/gv/egiz/pdfas/framework/VerificatorFactory.java +++ b/src/main/java/at/gv/egiz/pdfas/framework/VerificatorFactory.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.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 7ab8e09..fc9860a 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 @@ -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.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 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; 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 b44c1b4..4edc435 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 @@ -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.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 35f04f6..eb7656a 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 @@ -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.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 b3385ec..f9efcbe 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 @@ -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.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 d9f0116..58422d2 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 @@ -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.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 e5c88ba..cf99086 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 @@ -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.vfilter; /** -- cgit v1.2.3