From 80f71ea82a134e8c301984860f2f81e5a77aadcc Mon Sep 17 00:00:00 2001 From: Carl Wilson Date: Tue, 10 Jan 2017 02:10:21 +0000 Subject: [PATCH] FEAT - Source license headers - added new dual license header template; - removed defunct header templates; - fixed license generation in parent pom; - bumped parent pom version number; and - added license header to source files. --- core/pom.xml | 22 ++++ .../main/java/org/verapdf/ReleaseDetails.java | 20 +++ .../org/verapdf/component/AuditDuration.java | 20 +++ .../verapdf/component/AuditDurationImpl.java | 20 +++ .../java/org/verapdf/component/Component.java | 20 +++ .../verapdf/component/ComponentDetails.java | 20 +++ .../component/ComponentDetailsImpl.java | 20 +++ .../org/verapdf/component/Components.java | 20 +++ .../main/java/org/verapdf/core/Directory.java | 20 +++ .../verapdf/core/EncryptedPdfException.java | 20 +++ .../verapdf/core/FeatureParsingException.java | 20 +++ .../java/org/verapdf/core/JAXBCollection.java | 20 +++ .../org/verapdf/core/MapBackedDirectory.java | 20 +++ .../org/verapdf/core/MapBackedRegistry.java | 20 +++ .../verapdf/core/ModelParsingException.java | 20 +++ .../org/verapdf/core/ProfileException.java | 20 +++ .../main/java/org/verapdf/core/Registry.java | 20 +++ .../org/verapdf/core/ValidationException.java | 20 +++ .../org/verapdf/core/VeraPDFException.java | 20 +++ .../java/org/verapdf/core/XmlSerialiser.java | 20 +++ .../java/org/verapdf/core/package-info.java | 20 +++ .../core/utils/AbstractFileOutputMapper.java | 20 +++ .../verapdf/core/utils/FileOutputMapper.java | 20 +++ .../verapdf/core/utils/FileOutputMappers.java | 20 +++ .../core/utils/RelativeDirectoryMapper.java | 20 +++ .../core/utils/RelativeRootMapper.java | 20 +++ .../core/utils/SingleOutputDirMapper.java | 20 +++ .../verapdf/core/utils/VersioningMapper.java | 20 +++ ...AbstractEmbeddedFileFeaturesExtractor.java | 20 +++ .../features/AbstractFeaturesExtractor.java | 20 +++ .../AbstractFontFeaturesExtractor.java | 20 +++ .../AbstractICCProfileFeaturesExtractor.java | 20 +++ .../AbstractImageFeaturesExtractor.java | 20 +++ .../AbstractMetadataFeaturesExtractor.java | 20 +++ .../AbstractSignatureFeaturesExtractor.java | 20 +++ .../features/EmbeddedFileFeaturesData.java | 20 +++ .../features/FeatureExtractionResult.java | 20 +++ .../features/FeatureExtractorConfig.java | 20 +++ .../features/FeatureExtractorConfigImpl.java | 20 +++ .../org/verapdf/features/FeatureFactory.java | 20 +++ .../verapdf/features/FeatureObjectType.java | 20 +++ .../org/verapdf/features/FeaturesData.java | 20 +++ .../verapdf/features/FeaturesReporter.java | 20 +++ .../verapdf/features/FontFeaturesData.java | 20 +++ .../features/ICCProfileFeaturesData.java | 20 +++ .../org/verapdf/features/IFeaturesObject.java | 20 +++ .../verapdf/features/ImageFeaturesData.java | 20 +++ .../features/MetadataFeaturesData.java | 20 +++ .../features/SignatureFeaturesData.java | 20 +++ .../verapdf/features/tools/ErrorsHelper.java | 20 +++ .../features/tools/FeatureTreeNode.java | 20 +++ .../metadata/fixer/FixerConfigImpl.java | 20 +++ .../verapdf/metadata/fixer/FixerFactory.java | 20 +++ .../metadata/fixer/MetadataFixerConfig.java | 20 +++ .../metadata/fixer/entity/InfoDictionary.java | 20 +++ .../metadata/fixer/entity/Metadata.java | 20 +++ .../metadata/fixer/entity/PDFDocument.java | 20 +++ .../metadata/fixer/schemas/AdobePDF.java | 20 +++ .../metadata/fixer/schemas/BasicSchema.java | 20 +++ .../metadata/fixer/schemas/DublinCore.java | 20 +++ .../metadata/fixer/schemas/XMPBasic.java | 20 +++ .../fixer/utils/MetadataFixerConstants.java | 20 +++ .../utils/ProcessedObjectsInspector.java | 20 +++ .../fixer/utils/ValidationStatus.java | 20 +++ .../fixer/utils/model/ProcessedObjects.java | 20 +++ .../fixer/utils/model/RuleDescription.java | 20 +++ .../utils/parser/ProcessedObjectsParser.java | 20 +++ .../parser/XMLProcessedObjectsParser.java | 20 +++ .../axl/AXLExtensionSchemaDefinition.java | 20 +++ .../impl/axl/AXLExtensionSchemaField.java | 20 +++ .../impl/axl/AXLExtensionSchemaObject.java | 20 +++ .../impl/axl/AXLExtensionSchemaProperty.java | 20 +++ .../impl/axl/AXLExtensionSchemaValueType.java | 20 +++ .../axl/AXLExtensionSchemasContainer.java | 20 +++ .../model/impl/axl/AXLMainXMPPackage.java | 20 +++ .../model/impl/axl/AXLPDFAIdentification.java | 20 +++ .../impl/axl/AXLXMPMMHistoryProperty.java | 20 +++ .../axl/AXLXMPMMHistoryResourceEvent.java | 20 +++ .../verapdf/model/impl/axl/AXLXMPObject.java | 20 +++ .../verapdf/model/impl/axl/AXLXMPPackage.java | 20 +++ .../model/impl/axl/AXLXMPProperty.java | 20 +++ .../model/tools/constants/Operators.java | 20 +++ .../xmp/PredefinedSchemasDefinition.java | 20 +++ .../model/tools/xmp/SchemasDefinition.java | 20 +++ .../tools/xmp/SchemasDefinitionCreator.java | 20 +++ .../model/tools/xmp/ValidatorsContainer.java | 20 +++ .../tools/xmp/ValidatorsContainerCreator.java | 20 +++ .../verapdf/model/tools/xmp/XMPConstants.java | 20 +++ .../xmp/validators/ArrayTypeValidator.java | 20 +++ .../xmp/validators/DateTypeValidator.java | 20 +++ .../xmp/validators/LangAltValidator.java | 20 +++ .../xmp/validators/SimpleTypeValidator.java | 20 +++ .../validators/StructuredTypeValidator.java | 20 +++ ...uredTypeWithRestrictedFieldsValidator.java | 20 +++ .../tools/xmp/validators/TypeValidator.java | 20 +++ .../xmp/validators/URITypeValidator.java | 20 +++ .../xmp/validators/URLTypeValidator.java | 20 +++ .../xmp/validators/XPathTypeValidator.java | 20 +++ core/src/main/java/org/verapdf/overview.html | 22 ++++ .../main/java/org/verapdf/package-info.java | 20 +++ .../org/verapdf/pdfa/AbstractFoundry.java | 20 +++ .../main/java/org/verapdf/pdfa/Foundries.java | 20 +++ .../java/org/verapdf/pdfa/MetadataFixer.java | 20 +++ .../java/org/verapdf/pdfa/PDFAParser.java | 20 +++ .../java/org/verapdf/pdfa/PDFAValidator.java | 20 +++ .../org/verapdf/pdfa/VeraFoundryProvider.java | 20 +++ .../java/org/verapdf/pdfa/VeraPDFFoundry.java | 20 +++ .../verapdf/pdfa/flavours/PDFAFlavour.java | 20 +++ .../verapdf/pdfa/flavours/PDFAFlavours.java | 20 +++ .../verapdf/pdfa/flavours/package-info.java | 20 +++ .../java/org/verapdf/pdfa/package-info.java | 20 +++ .../org/verapdf/pdfa/results/Location.java | 20 +++ .../verapdf/pdfa/results/LocationImpl.java | 20 +++ .../pdfa/results/MetadataFixerResult.java | 20 +++ .../pdfa/results/MetadataFixerResultImpl.java | 20 +++ .../verapdf/pdfa/results/TestAssertion.java | 20 +++ .../pdfa/results/TestAssertionImpl.java | 20 +++ .../pdfa/results/ValidationResult.java | 20 +++ .../pdfa/results/ValidationResultImpl.java | 20 +++ .../pdfa/results/ValidationResults.java | 20 +++ .../verapdf/pdfa/results/package-info.java | 20 +++ .../validation/profiles/ErrorDetails.java | 20 +++ .../validation/profiles/ErrorDetailsImpl.java | 20 +++ .../validation/profiles/ProfileDetails.java | 20 +++ .../profiles/ProfileDetailsImpl.java | 20 +++ .../validation/profiles/ProfileDirectory.java | 20 +++ .../profiles/ProfileDirectoryImpl.java | 20 +++ .../pdfa/validation/profiles/Profiles.java | 20 +++ .../pdfa/validation/profiles/Reference.java | 20 +++ .../validation/profiles/ReferenceImpl.java | 20 +++ .../pdfa/validation/profiles/Rule.java | 20 +++ .../pdfa/validation/profiles/RuleId.java | 20 +++ .../pdfa/validation/profiles/RuleIdImpl.java | 20 +++ .../pdfa/validation/profiles/RuleImpl.java | 20 +++ .../profiles/ValidationProfile.java | 20 +++ .../profiles/ValidationProfileImpl.java | 20 +++ .../pdfa/validation/profiles/Variable.java | 20 +++ .../validation/profiles/VariableImpl.java | 20 +++ .../validation/profiles/package-info.java | 20 +++ .../validation/validators/BaseValidator.java | 20 +++ .../validators/FastFailValidator.java | 20 +++ .../validators/ValidatorConfig.java | 20 +++ .../validators/ValidatorConfigImpl.java | 20 +++ .../validators/ValidatorFactory.java | 20 +++ .../org/verapdf/policy/PolicyChecker.java | 20 +++ .../verapdf/policy/SchematronPipeline.java | 20 +++ .../processor/AbstractBatchHandler.java | 20 +++ .../processor/AbstractBatchProcessor.java | 20 +++ .../verapdf/processor/AbstractXmlHandler.java | 20 +++ .../verapdf/processor/BatchFileProcessor.java | 20 +++ .../processor/BatchProcessingHandler.java | 20 +++ .../org/verapdf/processor/BatchProcessor.java | 20 +++ .../processor/FeaturesPluginsLoader.java | 20 +++ .../org/verapdf/processor/FormatOption.java | 20 +++ .../org/verapdf/processor/ItemProcessor.java | 20 +++ .../org/verapdf/processor/MrrHandler.java | 20 +++ .../java/org/verapdf/processor/Processor.java | 20 +++ .../verapdf/processor/ProcessorConfig.java | 20 +++ .../processor/ProcessorConfigImpl.java | 20 +++ .../verapdf/processor/ProcessorFactory.java | 20 +++ .../org/verapdf/processor/ProcessorImpl.java | 20 +++ .../verapdf/processor/ProcessorResult.java | 20 +++ .../processor/ProcessorResultImpl.java | 20 +++ .../verapdf/processor/RawResultHandler.java | 20 +++ .../processor/SingleLineResultHandler.java | 20 +++ .../org/verapdf/processor/TaskResult.java | 20 +++ .../org/verapdf/processor/TaskResultImpl.java | 20 +++ .../java/org/verapdf/processor/TaskType.java | 20 +++ .../verapdf/processor/plugins/Attribute.java | 20 +++ .../processor/plugins/PluginConfig.java | 20 +++ .../plugins/PluginsCollectionConfig.java | 20 +++ .../processor/reports/BatchSummary.java | 20 +++ .../processor/reports/BatchSummaryImpl.java | 20 +++ .../org/verapdf/processor/reports/Check.java | 20 +++ .../verapdf/processor/reports/CheckImpl.java | 20 +++ .../processor/reports/FixerReportImpl.java | 20 +++ .../processor/reports/ItemDetails.java | 20 +++ .../reports/MetadataFixerReport.java | 20 +++ .../verapdf/processor/reports/Reports.java | 20 +++ .../processor/reports/RuleSummary.java | 20 +++ .../processor/reports/RuleSummaryImpl.java | 20 +++ .../processor/reports/ValidationDetails.java | 20 +++ .../reports/ValidationDetailsImpl.java | 20 +++ .../processor/reports/ValidationReport.java | 20 +++ .../reports/ValidationReportImpl.java | 20 +++ .../report/DocumentResourcesFeatures.java | 20 +++ .../java/org/verapdf/report/FeaturesNode.java | 20 +++ .../org/verapdf/report/FeaturesReport.java | 20 +++ .../java/org/verapdf/report/HTMLReport.java | 20 +++ .../java/org/verapdf/report/XmpHandler.java | 20 +++ .../org/verapdf/report/XsltTransformer.java | 20 +++ .../java/org/verapdf/ReleaseDetailsTest.java | 20 +++ .../utils/RelativeDirectoryMapperTest.java | 20 +++ .../core/utils/VersioningMapperTest.java | 20 +++ .../features/FeatureExtractorConfigTest.java | 20 +++ .../tools/FeaturesCollectionTest.java | 20 +++ .../metadata/fixer/FixerConfigTest.java | 20 +++ .../model/impl/axl/ValidLinksTest.java | 20 +++ .../impl/axl/XMPCustomPropertiesTest.java | 20 +++ .../impl/axl/XMPExtensionSchemaTest.java | 20 +++ .../verapdf/model/impl/axl/XMPHeaderTest.java | 20 +++ .../model/impl/axl/XMPIdentificationTest.java | 20 +++ .../model/impl/axl/XMPMMHistoryTest.java | 20 +++ .../impl/axl/XMPPropertiesNumberTest.java | 20 +++ .../verapdf/pdfa/results/LocationTest.java | 20 +++ .../pdfa/results/MetadataFixerResultTest.java | 20 +++ .../pdfa/results/TestAssertionTest.java | 20 +++ .../pdfa/results/ValidationResultTest.java | 20 +++ .../profiles/ProfileDirectoryImplTest.java | 20 +++ .../profiles/ReferenceImplTest.java | 20 +++ .../validation/profiles/RuleIdImplTest.java | 20 +++ .../validation/profiles/RuleImplTest.java | 20 +++ .../profiles/ValidationProfileImplTest.java | 20 +++ .../validation/profiles/VariableImplTest.java | 20 +++ .../validators/ValdidatorConfigTest.java | 20 +++ .../verapdf/policy/PolicyCheckerTests.java | 20 +++ .../policy/SchematronPipelineTest.java | 20 +++ license/template/GPL-3.txt | 14 --- license/template/MPL-2.txt | 5 - license/template/license.txt | 18 +++ parent/pom.xml | 116 ++++++++---------- pom.xml | 24 +++- 222 files changed, 4436 insertions(+), 85 deletions(-) delete mode 100644 license/template/GPL-3.txt delete mode 100644 license/template/MPL-2.txt create mode 100644 license/template/license.txt diff --git a/core/pom.xml b/core/pom.xml index 40d277182..84633efe5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 diff --git a/core/src/main/java/org/verapdf/ReleaseDetails.java b/core/src/main/java/org/verapdf/ReleaseDetails.java index 89f93ca96..f565a5da0 100644 --- a/core/src/main/java/org/verapdf/ReleaseDetails.java +++ b/core/src/main/java/org/verapdf/ReleaseDetails.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/component/AuditDuration.java b/core/src/main/java/org/verapdf/component/AuditDuration.java index 4a565074e..e028efa0d 100644 --- a/core/src/main/java/org/verapdf/component/AuditDuration.java +++ b/core/src/main/java/org/verapdf/component/AuditDuration.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.component; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; diff --git a/core/src/main/java/org/verapdf/component/AuditDurationImpl.java b/core/src/main/java/org/verapdf/component/AuditDurationImpl.java index d606b6756..aa6912d12 100644 --- a/core/src/main/java/org/verapdf/component/AuditDurationImpl.java +++ b/core/src/main/java/org/verapdf/component/AuditDurationImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/component/Component.java b/core/src/main/java/org/verapdf/component/Component.java index 4d57ac411..97f03d359 100644 --- a/core/src/main/java/org/verapdf/component/Component.java +++ b/core/src/main/java/org/verapdf/component/Component.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/component/ComponentDetails.java b/core/src/main/java/org/verapdf/component/ComponentDetails.java index 050a649eb..991c20d5d 100644 --- a/core/src/main/java/org/verapdf/component/ComponentDetails.java +++ b/core/src/main/java/org/verapdf/component/ComponentDetails.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.component; import java.net.URI; diff --git a/core/src/main/java/org/verapdf/component/ComponentDetailsImpl.java b/core/src/main/java/org/verapdf/component/ComponentDetailsImpl.java index d94016152..d54a0d65e 100644 --- a/core/src/main/java/org/verapdf/component/ComponentDetailsImpl.java +++ b/core/src/main/java/org/verapdf/component/ComponentDetailsImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/component/Components.java b/core/src/main/java/org/verapdf/component/Components.java index 14b3e3588..d40926bb4 100644 --- a/core/src/main/java/org/verapdf/component/Components.java +++ b/core/src/main/java/org/verapdf/component/Components.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/Directory.java b/core/src/main/java/org/verapdf/core/Directory.java index 0b0490427..86e582949 100644 --- a/core/src/main/java/org/verapdf/core/Directory.java +++ b/core/src/main/java/org/verapdf/core/Directory.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/EncryptedPdfException.java b/core/src/main/java/org/verapdf/core/EncryptedPdfException.java index ee4090c8f..891f9adff 100644 --- a/core/src/main/java/org/verapdf/core/EncryptedPdfException.java +++ b/core/src/main/java/org/verapdf/core/EncryptedPdfException.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/FeatureParsingException.java b/core/src/main/java/org/verapdf/core/FeatureParsingException.java index c0f3d1064..143a28ffc 100644 --- a/core/src/main/java/org/verapdf/core/FeatureParsingException.java +++ b/core/src/main/java/org/verapdf/core/FeatureParsingException.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.core; /** diff --git a/core/src/main/java/org/verapdf/core/JAXBCollection.java b/core/src/main/java/org/verapdf/core/JAXBCollection.java index 61fc423c2..b1d799e3c 100644 --- a/core/src/main/java/org/verapdf/core/JAXBCollection.java +++ b/core/src/main/java/org/verapdf/core/JAXBCollection.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.core; /* diff --git a/core/src/main/java/org/verapdf/core/MapBackedDirectory.java b/core/src/main/java/org/verapdf/core/MapBackedDirectory.java index 8b05a2dda..13ba89490 100644 --- a/core/src/main/java/org/verapdf/core/MapBackedDirectory.java +++ b/core/src/main/java/org/verapdf/core/MapBackedDirectory.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/MapBackedRegistry.java b/core/src/main/java/org/verapdf/core/MapBackedRegistry.java index 4eababf58..b6adf3da2 100644 --- a/core/src/main/java/org/verapdf/core/MapBackedRegistry.java +++ b/core/src/main/java/org/verapdf/core/MapBackedRegistry.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/ModelParsingException.java b/core/src/main/java/org/verapdf/core/ModelParsingException.java index 54e8f20a3..067ea382d 100644 --- a/core/src/main/java/org/verapdf/core/ModelParsingException.java +++ b/core/src/main/java/org/verapdf/core/ModelParsingException.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.core; /** diff --git a/core/src/main/java/org/verapdf/core/ProfileException.java b/core/src/main/java/org/verapdf/core/ProfileException.java index c47627d25..5eedac354 100644 --- a/core/src/main/java/org/verapdf/core/ProfileException.java +++ b/core/src/main/java/org/verapdf/core/ProfileException.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.core; /** diff --git a/core/src/main/java/org/verapdf/core/Registry.java b/core/src/main/java/org/verapdf/core/Registry.java index 89cfabd5b..1c41aeea0 100644 --- a/core/src/main/java/org/verapdf/core/Registry.java +++ b/core/src/main/java/org/verapdf/core/Registry.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/ValidationException.java b/core/src/main/java/org/verapdf/core/ValidationException.java index 5d99174aa..3470347ab 100644 --- a/core/src/main/java/org/verapdf/core/ValidationException.java +++ b/core/src/main/java/org/verapdf/core/ValidationException.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.core; /** diff --git a/core/src/main/java/org/verapdf/core/VeraPDFException.java b/core/src/main/java/org/verapdf/core/VeraPDFException.java index e63f83df2..465529063 100644 --- a/core/src/main/java/org/verapdf/core/VeraPDFException.java +++ b/core/src/main/java/org/verapdf/core/VeraPDFException.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.core; /** diff --git a/core/src/main/java/org/verapdf/core/XmlSerialiser.java b/core/src/main/java/org/verapdf/core/XmlSerialiser.java index a056e274b..e27b8633b 100644 --- a/core/src/main/java/org/verapdf/core/XmlSerialiser.java +++ b/core/src/main/java/org/verapdf/core/XmlSerialiser.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.core; import java.io.File; diff --git a/core/src/main/java/org/verapdf/core/package-info.java b/core/src/main/java/org/verapdf/core/package-info.java index 0e5aac8fb..48e3dde1e 100644 --- a/core/src/main/java/org/verapdf/core/package-info.java +++ b/core/src/main/java/org/verapdf/core/package-info.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * Core types and constructs to support validation classes. *

diff --git a/core/src/main/java/org/verapdf/core/utils/AbstractFileOutputMapper.java b/core/src/main/java/org/verapdf/core/utils/AbstractFileOutputMapper.java index 817b7ed34..cef44f8ab 100644 --- a/core/src/main/java/org/verapdf/core/utils/AbstractFileOutputMapper.java +++ b/core/src/main/java/org/verapdf/core/utils/AbstractFileOutputMapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/utils/FileOutputMapper.java b/core/src/main/java/org/verapdf/core/utils/FileOutputMapper.java index fff38dfad..fbd1f597a 100644 --- a/core/src/main/java/org/verapdf/core/utils/FileOutputMapper.java +++ b/core/src/main/java/org/verapdf/core/utils/FileOutputMapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/utils/FileOutputMappers.java b/core/src/main/java/org/verapdf/core/utils/FileOutputMappers.java index 41f36d6a7..cfcbae25b 100644 --- a/core/src/main/java/org/verapdf/core/utils/FileOutputMappers.java +++ b/core/src/main/java/org/verapdf/core/utils/FileOutputMappers.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.core.utils; import java.io.File; diff --git a/core/src/main/java/org/verapdf/core/utils/RelativeDirectoryMapper.java b/core/src/main/java/org/verapdf/core/utils/RelativeDirectoryMapper.java index e3ef8b741..51bfecf74 100644 --- a/core/src/main/java/org/verapdf/core/utils/RelativeDirectoryMapper.java +++ b/core/src/main/java/org/verapdf/core/utils/RelativeDirectoryMapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/utils/RelativeRootMapper.java b/core/src/main/java/org/verapdf/core/utils/RelativeRootMapper.java index e83a30a7b..24d044b7b 100644 --- a/core/src/main/java/org/verapdf/core/utils/RelativeRootMapper.java +++ b/core/src/main/java/org/verapdf/core/utils/RelativeRootMapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/utils/SingleOutputDirMapper.java b/core/src/main/java/org/verapdf/core/utils/SingleOutputDirMapper.java index c2f51c13a..8ed398a22 100644 --- a/core/src/main/java/org/verapdf/core/utils/SingleOutputDirMapper.java +++ b/core/src/main/java/org/verapdf/core/utils/SingleOutputDirMapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/core/utils/VersioningMapper.java b/core/src/main/java/org/verapdf/core/utils/VersioningMapper.java index d3e663c16..f21d44261 100644 --- a/core/src/main/java/org/verapdf/core/utils/VersioningMapper.java +++ b/core/src/main/java/org/verapdf/core/utils/VersioningMapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/features/AbstractEmbeddedFileFeaturesExtractor.java b/core/src/main/java/org/verapdf/features/AbstractEmbeddedFileFeaturesExtractor.java index b4ac83fe1..ea155ce0f 100644 --- a/core/src/main/java/org/verapdf/features/AbstractEmbeddedFileFeaturesExtractor.java +++ b/core/src/main/java/org/verapdf/features/AbstractEmbeddedFileFeaturesExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import org.verapdf.features.tools.FeatureTreeNode; diff --git a/core/src/main/java/org/verapdf/features/AbstractFeaturesExtractor.java b/core/src/main/java/org/verapdf/features/AbstractFeaturesExtractor.java index 2a6c244bb..ee7fab2b7 100644 --- a/core/src/main/java/org/verapdf/features/AbstractFeaturesExtractor.java +++ b/core/src/main/java/org/verapdf/features/AbstractFeaturesExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.util.Collections; diff --git a/core/src/main/java/org/verapdf/features/AbstractFontFeaturesExtractor.java b/core/src/main/java/org/verapdf/features/AbstractFontFeaturesExtractor.java index fa5eae53a..5106c3e23 100644 --- a/core/src/main/java/org/verapdf/features/AbstractFontFeaturesExtractor.java +++ b/core/src/main/java/org/verapdf/features/AbstractFontFeaturesExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import org.verapdf.features.tools.FeatureTreeNode; diff --git a/core/src/main/java/org/verapdf/features/AbstractICCProfileFeaturesExtractor.java b/core/src/main/java/org/verapdf/features/AbstractICCProfileFeaturesExtractor.java index 849235b12..fca9b698d 100644 --- a/core/src/main/java/org/verapdf/features/AbstractICCProfileFeaturesExtractor.java +++ b/core/src/main/java/org/verapdf/features/AbstractICCProfileFeaturesExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import org.verapdf.features.tools.FeatureTreeNode; diff --git a/core/src/main/java/org/verapdf/features/AbstractImageFeaturesExtractor.java b/core/src/main/java/org/verapdf/features/AbstractImageFeaturesExtractor.java index 52cf3bf29..2d21fde4a 100644 --- a/core/src/main/java/org/verapdf/features/AbstractImageFeaturesExtractor.java +++ b/core/src/main/java/org/verapdf/features/AbstractImageFeaturesExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import org.verapdf.features.tools.FeatureTreeNode; diff --git a/core/src/main/java/org/verapdf/features/AbstractMetadataFeaturesExtractor.java b/core/src/main/java/org/verapdf/features/AbstractMetadataFeaturesExtractor.java index 5db95bd7d..9f91e3cc0 100644 --- a/core/src/main/java/org/verapdf/features/AbstractMetadataFeaturesExtractor.java +++ b/core/src/main/java/org/verapdf/features/AbstractMetadataFeaturesExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import org.verapdf.features.tools.FeatureTreeNode; diff --git a/core/src/main/java/org/verapdf/features/AbstractSignatureFeaturesExtractor.java b/core/src/main/java/org/verapdf/features/AbstractSignatureFeaturesExtractor.java index 085bf1d2a..a4ff74bb2 100644 --- a/core/src/main/java/org/verapdf/features/AbstractSignatureFeaturesExtractor.java +++ b/core/src/main/java/org/verapdf/features/AbstractSignatureFeaturesExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import org.verapdf.features.tools.FeatureTreeNode; diff --git a/core/src/main/java/org/verapdf/features/EmbeddedFileFeaturesData.java b/core/src/main/java/org/verapdf/features/EmbeddedFileFeaturesData.java index fe9b12fee..913337eab 100644 --- a/core/src/main/java/org/verapdf/features/EmbeddedFileFeaturesData.java +++ b/core/src/main/java/org/verapdf/features/EmbeddedFileFeaturesData.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.io.InputStream; diff --git a/core/src/main/java/org/verapdf/features/FeatureExtractionResult.java b/core/src/main/java/org/verapdf/features/FeatureExtractionResult.java index f6abb7162..47c717130 100644 --- a/core/src/main/java/org/verapdf/features/FeatureExtractionResult.java +++ b/core/src/main/java/org/verapdf/features/FeatureExtractionResult.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.util.*; diff --git a/core/src/main/java/org/verapdf/features/FeatureExtractorConfig.java b/core/src/main/java/org/verapdf/features/FeatureExtractorConfig.java index 96dfba227..cfa7af185 100644 --- a/core/src/main/java/org/verapdf/features/FeatureExtractorConfig.java +++ b/core/src/main/java/org/verapdf/features/FeatureExtractorConfig.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.util.EnumSet; diff --git a/core/src/main/java/org/verapdf/features/FeatureExtractorConfigImpl.java b/core/src/main/java/org/verapdf/features/FeatureExtractorConfigImpl.java index 1659add29..768f1968b 100644 --- a/core/src/main/java/org/verapdf/features/FeatureExtractorConfigImpl.java +++ b/core/src/main/java/org/verapdf/features/FeatureExtractorConfigImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.util.EnumSet; diff --git a/core/src/main/java/org/verapdf/features/FeatureFactory.java b/core/src/main/java/org/verapdf/features/FeatureFactory.java index 5c9535262..0e7ba6bfb 100644 --- a/core/src/main/java/org/verapdf/features/FeatureFactory.java +++ b/core/src/main/java/org/verapdf/features/FeatureFactory.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/features/FeatureObjectType.java b/core/src/main/java/org/verapdf/features/FeatureObjectType.java index 7073ab1c4..2622bb4c6 100644 --- a/core/src/main/java/org/verapdf/features/FeatureObjectType.java +++ b/core/src/main/java/org/verapdf/features/FeatureObjectType.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; /** diff --git a/core/src/main/java/org/verapdf/features/FeaturesData.java b/core/src/main/java/org/verapdf/features/FeaturesData.java index b2108cf48..ce754fa1d 100644 --- a/core/src/main/java/org/verapdf/features/FeaturesData.java +++ b/core/src/main/java/org/verapdf/features/FeaturesData.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.io.InputStream; diff --git a/core/src/main/java/org/verapdf/features/FeaturesReporter.java b/core/src/main/java/org/verapdf/features/FeaturesReporter.java index bfc6c8da8..d54a98d37 100644 --- a/core/src/main/java/org/verapdf/features/FeaturesReporter.java +++ b/core/src/main/java/org/verapdf/features/FeaturesReporter.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import org.verapdf.core.FeatureParsingException; diff --git a/core/src/main/java/org/verapdf/features/FontFeaturesData.java b/core/src/main/java/org/verapdf/features/FontFeaturesData.java index d0696f406..22d548d2f 100644 --- a/core/src/main/java/org/verapdf/features/FontFeaturesData.java +++ b/core/src/main/java/org/verapdf/features/FontFeaturesData.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.io.InputStream; diff --git a/core/src/main/java/org/verapdf/features/ICCProfileFeaturesData.java b/core/src/main/java/org/verapdf/features/ICCProfileFeaturesData.java index a4a7671c3..e8e7602a7 100644 --- a/core/src/main/java/org/verapdf/features/ICCProfileFeaturesData.java +++ b/core/src/main/java/org/verapdf/features/ICCProfileFeaturesData.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.io.InputStream; diff --git a/core/src/main/java/org/verapdf/features/IFeaturesObject.java b/core/src/main/java/org/verapdf/features/IFeaturesObject.java index 8a655e07e..76327ee4c 100644 --- a/core/src/main/java/org/verapdf/features/IFeaturesObject.java +++ b/core/src/main/java/org/verapdf/features/IFeaturesObject.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import org.verapdf.core.FeatureParsingException; diff --git a/core/src/main/java/org/verapdf/features/ImageFeaturesData.java b/core/src/main/java/org/verapdf/features/ImageFeaturesData.java index 3f289b12e..118560d61 100644 --- a/core/src/main/java/org/verapdf/features/ImageFeaturesData.java +++ b/core/src/main/java/org/verapdf/features/ImageFeaturesData.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.io.InputStream; diff --git a/core/src/main/java/org/verapdf/features/MetadataFeaturesData.java b/core/src/main/java/org/verapdf/features/MetadataFeaturesData.java index 1a30857a6..2e1d72365 100644 --- a/core/src/main/java/org/verapdf/features/MetadataFeaturesData.java +++ b/core/src/main/java/org/verapdf/features/MetadataFeaturesData.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.io.InputStream; diff --git a/core/src/main/java/org/verapdf/features/SignatureFeaturesData.java b/core/src/main/java/org/verapdf/features/SignatureFeaturesData.java index 20ed5415a..7c498c92f 100644 --- a/core/src/main/java/org/verapdf/features/SignatureFeaturesData.java +++ b/core/src/main/java/org/verapdf/features/SignatureFeaturesData.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import java.io.InputStream; diff --git a/core/src/main/java/org/verapdf/features/tools/ErrorsHelper.java b/core/src/main/java/org/verapdf/features/tools/ErrorsHelper.java index 4bce7aeb5..1c84e2668 100644 --- a/core/src/main/java/org/verapdf/features/tools/ErrorsHelper.java +++ b/core/src/main/java/org/verapdf/features/tools/ErrorsHelper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features.tools; import java.util.logging.Level; diff --git a/core/src/main/java/org/verapdf/features/tools/FeatureTreeNode.java b/core/src/main/java/org/verapdf/features/tools/FeatureTreeNode.java index bc9daeb3c..39a35e418 100644 --- a/core/src/main/java/org/verapdf/features/tools/FeatureTreeNode.java +++ b/core/src/main/java/org/verapdf/features/tools/FeatureTreeNode.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features.tools; import org.verapdf.core.FeatureParsingException; diff --git a/core/src/main/java/org/verapdf/metadata/fixer/FixerConfigImpl.java b/core/src/main/java/org/verapdf/metadata/fixer/FixerConfigImpl.java index 9976d4d08..c080e6aa5 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/FixerConfigImpl.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/FixerConfigImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer; import javax.xml.bind.annotation.XmlAttribute; diff --git a/core/src/main/java/org/verapdf/metadata/fixer/FixerFactory.java b/core/src/main/java/org/verapdf/metadata/fixer/FixerFactory.java index 171479b73..9b6f749a5 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/FixerFactory.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/FixerFactory.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/metadata/fixer/MetadataFixerConfig.java b/core/src/main/java/org/verapdf/metadata/fixer/MetadataFixerConfig.java index de0d6692e..847e23924 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/MetadataFixerConfig.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/MetadataFixerConfig.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; diff --git a/core/src/main/java/org/verapdf/metadata/fixer/entity/InfoDictionary.java b/core/src/main/java/org/verapdf/metadata/fixer/entity/InfoDictionary.java index 19bb97c1b..b11843f74 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/entity/InfoDictionary.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/entity/InfoDictionary.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.entity; import org.verapdf.metadata.fixer.schemas.AdobePDF; diff --git a/core/src/main/java/org/verapdf/metadata/fixer/entity/Metadata.java b/core/src/main/java/org/verapdf/metadata/fixer/entity/Metadata.java index 5c3054923..58885fad3 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/entity/Metadata.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/entity/Metadata.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.entity; import org.verapdf.metadata.fixer.schemas.AdobePDF; diff --git a/core/src/main/java/org/verapdf/metadata/fixer/entity/PDFDocument.java b/core/src/main/java/org/verapdf/metadata/fixer/entity/PDFDocument.java index cf07875fc..a66c7e174 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/entity/PDFDocument.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/entity/PDFDocument.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.entity; import java.io.OutputStream; diff --git a/core/src/main/java/org/verapdf/metadata/fixer/schemas/AdobePDF.java b/core/src/main/java/org/verapdf/metadata/fixer/schemas/AdobePDF.java index 960bf63d4..d46094522 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/schemas/AdobePDF.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/schemas/AdobePDF.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.schemas; /** diff --git a/core/src/main/java/org/verapdf/metadata/fixer/schemas/BasicSchema.java b/core/src/main/java/org/verapdf/metadata/fixer/schemas/BasicSchema.java index 0c8265b8b..21eb5cee4 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/schemas/BasicSchema.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/schemas/BasicSchema.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.schemas; /** diff --git a/core/src/main/java/org/verapdf/metadata/fixer/schemas/DublinCore.java b/core/src/main/java/org/verapdf/metadata/fixer/schemas/DublinCore.java index 60f6cd6a5..3791f5527 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/schemas/DublinCore.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/schemas/DublinCore.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.schemas; /** diff --git a/core/src/main/java/org/verapdf/metadata/fixer/schemas/XMPBasic.java b/core/src/main/java/org/verapdf/metadata/fixer/schemas/XMPBasic.java index 15397467a..e3ddc9d9f 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/schemas/XMPBasic.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/schemas/XMPBasic.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.schemas; /** diff --git a/core/src/main/java/org/verapdf/metadata/fixer/utils/MetadataFixerConstants.java b/core/src/main/java/org/verapdf/metadata/fixer/utils/MetadataFixerConstants.java index 8f60aadc6..9711108a7 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/utils/MetadataFixerConstants.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/utils/MetadataFixerConstants.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.utils; /** diff --git a/core/src/main/java/org/verapdf/metadata/fixer/utils/ProcessedObjectsInspector.java b/core/src/main/java/org/verapdf/metadata/fixer/utils/ProcessedObjectsInspector.java index 6cd2936a6..e433cf517 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/utils/ProcessedObjectsInspector.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/utils/ProcessedObjectsInspector.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.utils; import org.verapdf.metadata.fixer.utils.model.ProcessedObjects; diff --git a/core/src/main/java/org/verapdf/metadata/fixer/utils/ValidationStatus.java b/core/src/main/java/org/verapdf/metadata/fixer/utils/ValidationStatus.java index e36237860..ca9ce5f8c 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/utils/ValidationStatus.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/utils/ValidationStatus.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.utils; /** diff --git a/core/src/main/java/org/verapdf/metadata/fixer/utils/model/ProcessedObjects.java b/core/src/main/java/org/verapdf/metadata/fixer/utils/model/ProcessedObjects.java index b8a310ee8..5fd308865 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/utils/model/ProcessedObjects.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/utils/model/ProcessedObjects.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.utils.model; import java.util.ArrayList; diff --git a/core/src/main/java/org/verapdf/metadata/fixer/utils/model/RuleDescription.java b/core/src/main/java/org/verapdf/metadata/fixer/utils/model/RuleDescription.java index caba8024a..5c69bb04f 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/utils/model/RuleDescription.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/utils/model/RuleDescription.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.utils.model; /** diff --git a/core/src/main/java/org/verapdf/metadata/fixer/utils/parser/ProcessedObjectsParser.java b/core/src/main/java/org/verapdf/metadata/fixer/utils/parser/ProcessedObjectsParser.java index c66290b91..32df3b117 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/utils/parser/ProcessedObjectsParser.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/utils/parser/ProcessedObjectsParser.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.utils.parser; import org.verapdf.metadata.fixer.utils.model.ProcessedObjects; diff --git a/core/src/main/java/org/verapdf/metadata/fixer/utils/parser/XMLProcessedObjectsParser.java b/core/src/main/java/org/verapdf/metadata/fixer/utils/parser/XMLProcessedObjectsParser.java index 72c23dabf..d2a38d508 100644 --- a/core/src/main/java/org/verapdf/metadata/fixer/utils/parser/XMLProcessedObjectsParser.java +++ b/core/src/main/java/org/verapdf/metadata/fixer/utils/parser/XMLProcessedObjectsParser.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.metadata.fixer.utils.parser; import static org.verapdf.metadata.fixer.utils.MetadataFixerConstants.OBJECT_TYPE_TAG; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaDefinition.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaDefinition.java index d6119db81..0f92cd8d2 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaDefinition.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaDefinition.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.XMPConst; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaField.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaField.java index b2cd72c97..bb0b4c97c 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaField.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaField.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import org.verapdf.model.tools.xmp.ValidatorsContainer; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaObject.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaObject.java index 91261311d..e4da87e29 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaObject.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaObject.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaProperty.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaProperty.java index eb8c10168..01b8d77a2 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaProperty.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaProperty.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import org.verapdf.model.tools.xmp.ValidatorsContainer; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaValueType.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaValueType.java index 468fc0708..e277f862e 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaValueType.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemaValueType.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.XMPConst; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemasContainer.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemasContainer.java index 6d0260300..a02652231 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemasContainer.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLExtensionSchemasContainer.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLMainXMPPackage.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLMainXMPPackage.java index 0178adbc9..5ec1141a4 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLMainXMPPackage.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLMainXMPPackage.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.XMPConst; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLPDFAIdentification.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLPDFAIdentification.java index 772a2c111..3216cc8a3 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLPDFAIdentification.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLPDFAIdentification.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import java.util.logging.Level; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPMMHistoryProperty.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPMMHistoryProperty.java index edfe6d831..b0d78c3d6 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPMMHistoryProperty.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPMMHistoryProperty.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPMMHistoryResourceEvent.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPMMHistoryResourceEvent.java index 927d6c70d..f60f0bb6b 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPMMHistoryResourceEvent.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPMMHistoryResourceEvent.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.XMPConst; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPObject.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPObject.java index af12c756e..7c8cf4aec 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPObject.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPObject.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import org.verapdf.model.GenericModelObject; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPPackage.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPPackage.java index c10fcde8e..a3d091c84 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPPackage.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPPackage.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.XMPConst; diff --git a/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPProperty.java b/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPProperty.java index 4034e88b6..d9395131a 100644 --- a/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPProperty.java +++ b/core/src/main/java/org/verapdf/model/impl/axl/AXLXMPProperty.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/tools/constants/Operators.java b/core/src/main/java/org/verapdf/model/tools/constants/Operators.java index 20622a1d8..51137fbf4 100644 --- a/core/src/main/java/org/verapdf/model/tools/constants/Operators.java +++ b/core/src/main/java/org/verapdf/model/tools/constants/Operators.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.constants; /** diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/PredefinedSchemasDefinition.java b/core/src/main/java/org/verapdf/model/tools/xmp/PredefinedSchemasDefinition.java index 46aebaca8..a5e86af0f 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/PredefinedSchemasDefinition.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/PredefinedSchemasDefinition.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/SchemasDefinition.java b/core/src/main/java/org/verapdf/model/tools/xmp/SchemasDefinition.java index db2390de8..e6afc2808 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/SchemasDefinition.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/SchemasDefinition.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/SchemasDefinitionCreator.java b/core/src/main/java/org/verapdf/model/tools/xmp/SchemasDefinitionCreator.java index 399238344..75c78357b 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/SchemasDefinitionCreator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/SchemasDefinitionCreator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp; import com.adobe.xmp.XMPConst; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/ValidatorsContainer.java b/core/src/main/java/org/verapdf/model/tools/xmp/ValidatorsContainer.java index c11e2ae7e..ed045d872 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/ValidatorsContainer.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/ValidatorsContainer.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/ValidatorsContainerCreator.java b/core/src/main/java/org/verapdf/model/tools/xmp/ValidatorsContainerCreator.java index 9e6bf4a2b..55c941b38 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/ValidatorsContainerCreator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/ValidatorsContainerCreator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp; import com.adobe.xmp.XMPConst; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/XMPConstants.java b/core/src/main/java/org/verapdf/model/tools/xmp/XMPConstants.java index 3eb6b87ea..c85af6fc1 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/XMPConstants.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/XMPConstants.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp; import com.adobe.xmp.XMPConst; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/validators/ArrayTypeValidator.java b/core/src/main/java/org/verapdf/model/tools/xmp/validators/ArrayTypeValidator.java index 44289747e..6d61bd1c0 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/validators/ArrayTypeValidator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/validators/ArrayTypeValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp.validators; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/validators/DateTypeValidator.java b/core/src/main/java/org/verapdf/model/tools/xmp/validators/DateTypeValidator.java index 0463f0b62..6dca198db 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/validators/DateTypeValidator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/validators/DateTypeValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp.validators; import java.util.logging.Level; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/validators/LangAltValidator.java b/core/src/main/java/org/verapdf/model/tools/xmp/validators/LangAltValidator.java index 0dae9cafc..718744c54 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/validators/LangAltValidator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/validators/LangAltValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp.validators; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/validators/SimpleTypeValidator.java b/core/src/main/java/org/verapdf/model/tools/xmp/validators/SimpleTypeValidator.java index 158707eeb..6e024a271 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/validators/SimpleTypeValidator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/validators/SimpleTypeValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp.validators; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/validators/StructuredTypeValidator.java b/core/src/main/java/org/verapdf/model/tools/xmp/validators/StructuredTypeValidator.java index b7822a919..bc82bfff8 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/validators/StructuredTypeValidator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/validators/StructuredTypeValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp.validators; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/validators/StructuredTypeWithRestrictedFieldsValidator.java b/core/src/main/java/org/verapdf/model/tools/xmp/validators/StructuredTypeWithRestrictedFieldsValidator.java index e2263bc53..45f012fbb 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/validators/StructuredTypeWithRestrictedFieldsValidator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/validators/StructuredTypeWithRestrictedFieldsValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp.validators; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/validators/TypeValidator.java b/core/src/main/java/org/verapdf/model/tools/xmp/validators/TypeValidator.java index 665597332..d36963c58 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/validators/TypeValidator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/validators/TypeValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp.validators; import com.adobe.xmp.impl.VeraPDFXMPNode; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/validators/URITypeValidator.java b/core/src/main/java/org/verapdf/model/tools/xmp/validators/URITypeValidator.java index 36dbc82dd..5518a33ad 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/validators/URITypeValidator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/validators/URITypeValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp.validators; import java.net.URI; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/validators/URLTypeValidator.java b/core/src/main/java/org/verapdf/model/tools/xmp/validators/URLTypeValidator.java index 38cf7d05e..06047cdc2 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/validators/URLTypeValidator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/validators/URLTypeValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp.validators; import java.net.MalformedURLException; diff --git a/core/src/main/java/org/verapdf/model/tools/xmp/validators/XPathTypeValidator.java b/core/src/main/java/org/verapdf/model/tools/xmp/validators/XPathTypeValidator.java index bfae44311..1d9428673 100644 --- a/core/src/main/java/org/verapdf/model/tools/xmp/validators/XPathTypeValidator.java +++ b/core/src/main/java/org/verapdf/model/tools/xmp/validators/XPathTypeValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.tools.xmp.validators; import java.util.logging.Level; diff --git a/core/src/main/java/org/verapdf/overview.html b/core/src/main/java/org/verapdf/overview.html index 205a66579..ceb557ee7 100644 --- a/core/src/main/java/org/verapdf/overview.html +++ b/core/src/main/java/org/verapdf/overview.html @@ -1,3 +1,25 @@ + diff --git a/core/src/main/java/org/verapdf/package-info.java b/core/src/main/java/org/verapdf/package-info.java index e4911e3d1..be8357959 100644 --- a/core/src/main/java/org/verapdf/package-info.java +++ b/core/src/main/java/org/verapdf/package-info.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * Top level package housing single class, may be removed altogether. *

diff --git a/core/src/main/java/org/verapdf/pdfa/AbstractFoundry.java b/core/src/main/java/org/verapdf/pdfa/AbstractFoundry.java index c90dc6de3..107cd6566 100644 --- a/core/src/main/java/org/verapdf/pdfa/AbstractFoundry.java +++ b/core/src/main/java/org/verapdf/pdfa/AbstractFoundry.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/Foundries.java b/core/src/main/java/org/verapdf/pdfa/Foundries.java index 1ab6c2876..0b3b732a9 100644 --- a/core/src/main/java/org/verapdf/pdfa/Foundries.java +++ b/core/src/main/java/org/verapdf/pdfa/Foundries.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/MetadataFixer.java b/core/src/main/java/org/verapdf/pdfa/MetadataFixer.java index 483366b78..6d06854a2 100644 --- a/core/src/main/java/org/verapdf/pdfa/MetadataFixer.java +++ b/core/src/main/java/org/verapdf/pdfa/MetadataFixer.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.pdfa; import java.io.IOException; diff --git a/core/src/main/java/org/verapdf/pdfa/PDFAParser.java b/core/src/main/java/org/verapdf/pdfa/PDFAParser.java index 1d40c66b7..dec4bcfc3 100644 --- a/core/src/main/java/org/verapdf/pdfa/PDFAParser.java +++ b/core/src/main/java/org/verapdf/pdfa/PDFAParser.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/PDFAValidator.java b/core/src/main/java/org/verapdf/pdfa/PDFAValidator.java index 38d2f9c36..74c979bdb 100644 --- a/core/src/main/java/org/verapdf/pdfa/PDFAValidator.java +++ b/core/src/main/java/org/verapdf/pdfa/PDFAValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.pdfa; import org.verapdf.component.Component; diff --git a/core/src/main/java/org/verapdf/pdfa/VeraFoundryProvider.java b/core/src/main/java/org/verapdf/pdfa/VeraFoundryProvider.java index 9e06adb0d..01a4c05b3 100644 --- a/core/src/main/java/org/verapdf/pdfa/VeraFoundryProvider.java +++ b/core/src/main/java/org/verapdf/pdfa/VeraFoundryProvider.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/VeraPDFFoundry.java b/core/src/main/java/org/verapdf/pdfa/VeraPDFFoundry.java index 0544ec9f0..f9dfacba3 100644 --- a/core/src/main/java/org/verapdf/pdfa/VeraPDFFoundry.java +++ b/core/src/main/java/org/verapdf/pdfa/VeraPDFFoundry.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/flavours/PDFAFlavour.java b/core/src/main/java/org/verapdf/pdfa/flavours/PDFAFlavour.java index de6aadb88..6f5a839d5 100644 --- a/core/src/main/java/org/verapdf/pdfa/flavours/PDFAFlavour.java +++ b/core/src/main/java/org/verapdf/pdfa/flavours/PDFAFlavour.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/flavours/PDFAFlavours.java b/core/src/main/java/org/verapdf/pdfa/flavours/PDFAFlavours.java index 4269fdcf3..a311474b5 100644 --- a/core/src/main/java/org/verapdf/pdfa/flavours/PDFAFlavours.java +++ b/core/src/main/java/org/verapdf/pdfa/flavours/PDFAFlavours.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/flavours/package-info.java b/core/src/main/java/org/verapdf/pdfa/flavours/package-info.java index 0ebe4abef..f1f07da69 100644 --- a/core/src/main/java/org/verapdf/pdfa/flavours/package-info.java +++ b/core/src/main/java/org/verapdf/pdfa/flavours/package-info.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * Enum types that identify the PDF/A flavours and specification details - too fine grained? * diff --git a/core/src/main/java/org/verapdf/pdfa/package-info.java b/core/src/main/java/org/verapdf/pdfa/package-info.java index 0cb322e7b..d9ab37ccc 100644 --- a/core/src/main/java/org/verapdf/pdfa/package-info.java +++ b/core/src/main/java/org/verapdf/pdfa/package-info.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * Interfaces for PDF/A validation and Metadata repair. *

diff --git a/core/src/main/java/org/verapdf/pdfa/results/Location.java b/core/src/main/java/org/verapdf/pdfa/results/Location.java index 4294c6245..93c63bf74 100644 --- a/core/src/main/java/org/verapdf/pdfa/results/Location.java +++ b/core/src/main/java/org/verapdf/pdfa/results/Location.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/results/LocationImpl.java b/core/src/main/java/org/verapdf/pdfa/results/LocationImpl.java index 053afc933..69851dbc1 100644 --- a/core/src/main/java/org/verapdf/pdfa/results/LocationImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/results/LocationImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/results/MetadataFixerResult.java b/core/src/main/java/org/verapdf/pdfa/results/MetadataFixerResult.java index 33d0aaaf7..1b7d5f9ae 100644 --- a/core/src/main/java/org/verapdf/pdfa/results/MetadataFixerResult.java +++ b/core/src/main/java/org/verapdf/pdfa/results/MetadataFixerResult.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/results/MetadataFixerResultImpl.java b/core/src/main/java/org/verapdf/pdfa/results/MetadataFixerResultImpl.java index ff1065c2f..71e49c39d 100644 --- a/core/src/main/java/org/verapdf/pdfa/results/MetadataFixerResultImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/results/MetadataFixerResultImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.pdfa.results; import java.util.ArrayList; diff --git a/core/src/main/java/org/verapdf/pdfa/results/TestAssertion.java b/core/src/main/java/org/verapdf/pdfa/results/TestAssertion.java index af78826fe..4ba1f9121 100644 --- a/core/src/main/java/org/verapdf/pdfa/results/TestAssertion.java +++ b/core/src/main/java/org/verapdf/pdfa/results/TestAssertion.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/results/TestAssertionImpl.java b/core/src/main/java/org/verapdf/pdfa/results/TestAssertionImpl.java index 3c4f9d9f8..c873d4880 100644 --- a/core/src/main/java/org/verapdf/pdfa/results/TestAssertionImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/results/TestAssertionImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/results/ValidationResult.java b/core/src/main/java/org/verapdf/pdfa/results/ValidationResult.java index 56431c49c..3ec09d50d 100644 --- a/core/src/main/java/org/verapdf/pdfa/results/ValidationResult.java +++ b/core/src/main/java/org/verapdf/pdfa/results/ValidationResult.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/results/ValidationResultImpl.java b/core/src/main/java/org/verapdf/pdfa/results/ValidationResultImpl.java index 58a077a6b..8f0a97d64 100644 --- a/core/src/main/java/org/verapdf/pdfa/results/ValidationResultImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/results/ValidationResultImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/results/ValidationResults.java b/core/src/main/java/org/verapdf/pdfa/results/ValidationResults.java index 0fa47854c..581f5f0e3 100644 --- a/core/src/main/java/org/verapdf/pdfa/results/ValidationResults.java +++ b/core/src/main/java/org/verapdf/pdfa/results/ValidationResults.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/results/package-info.java b/core/src/main/java/org/verapdf/pdfa/results/package-info.java index 1dd4ba826..04ee51aab 100644 --- a/core/src/main/java/org/verapdf/pdfa/results/package-info.java +++ b/core/src/main/java/org/verapdf/pdfa/results/package-info.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * Interfaces and reference implementations encapsulating the results of PDF/A * validation. diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ErrorDetails.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ErrorDetails.java index cf6458b35..42c04d33d 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ErrorDetails.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ErrorDetails.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ErrorDetailsImpl.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ErrorDetailsImpl.java index 4beeacb71..c1a093993 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ErrorDetailsImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ErrorDetailsImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDetails.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDetails.java index 8e9e62aa4..ed510044b 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDetails.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDetails.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDetailsImpl.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDetailsImpl.java index 5e8ec4c13..b3683af46 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDetailsImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDetailsImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDirectory.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDirectory.java index f33af3117..af677c0bf 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDirectory.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDirectory.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.pdfa.validation.profiles; import java.util.Set; diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDirectoryImpl.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDirectoryImpl.java index b2101dae7..4563abda0 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDirectoryImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ProfileDirectoryImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/Profiles.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/Profiles.java index f4a80a459..f497c2efc 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/Profiles.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/Profiles.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/Reference.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/Reference.java index d35bfe326..8341b1750 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/Reference.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/Reference.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ReferenceImpl.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ReferenceImpl.java index 2fc5e7453..c4f5578b8 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ReferenceImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ReferenceImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/Rule.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/Rule.java index cea19dd9e..06febbe12 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/Rule.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/Rule.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleId.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleId.java index 433c2707d..8e5ac04f0 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleId.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleId.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleIdImpl.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleIdImpl.java index 18caef6ea..c9209ad0c 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleIdImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleIdImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleImpl.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleImpl.java index 1cb3e4cc0..df0cf3c76 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/RuleImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ValidationProfile.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ValidationProfile.java index 844dc16b6..8a4e56a88 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ValidationProfile.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ValidationProfile.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.pdfa.validation.profiles; import org.verapdf.pdfa.flavours.PDFAFlavour; diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ValidationProfileImpl.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ValidationProfileImpl.java index 23c8b3898..bb80dc7dc 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/ValidationProfileImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/ValidationProfileImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/Variable.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/Variable.java index 5bde1358a..857ffecfd 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/Variable.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/Variable.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/VariableImpl.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/VariableImpl.java index b95974640..81e2026c8 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/VariableImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/VariableImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/profiles/package-info.java b/core/src/main/java/org/verapdf/pdfa/validation/profiles/package-info.java index 1255684cb..af486ae1e 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/profiles/package-info.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/profiles/package-info.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * Interfaces and reference implementations for PDF/A validation and validation * profiles. diff --git a/core/src/main/java/org/verapdf/pdfa/validation/validators/BaseValidator.java b/core/src/main/java/org/verapdf/pdfa/validation/validators/BaseValidator.java index 78583f5fa..a1e60e8c0 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/validators/BaseValidator.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/validators/BaseValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/validators/FastFailValidator.java b/core/src/main/java/org/verapdf/pdfa/validation/validators/FastFailValidator.java index 1538e8188..90f1f77d1 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/validators/FastFailValidator.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/validators/FastFailValidator.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorConfig.java b/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorConfig.java index 5fc063cb3..6c2cb3178 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorConfig.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorConfig.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorConfigImpl.java b/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorConfigImpl.java index c109f4a69..b14c62916 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorConfigImpl.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorConfigImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * diff --git a/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorFactory.java b/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorFactory.java index f3de4d882..88d573561 100644 --- a/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorFactory.java +++ b/core/src/main/java/org/verapdf/pdfa/validation/validators/ValidatorFactory.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/policy/PolicyChecker.java b/core/src/main/java/org/verapdf/policy/PolicyChecker.java index 0e3083723..da9463cba 100644 --- a/core/src/main/java/org/verapdf/policy/PolicyChecker.java +++ b/core/src/main/java/org/verapdf/policy/PolicyChecker.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/policy/SchematronPipeline.java b/core/src/main/java/org/verapdf/policy/SchematronPipeline.java index 37301d18d..1dd080ae4 100644 --- a/core/src/main/java/org/verapdf/policy/SchematronPipeline.java +++ b/core/src/main/java/org/verapdf/policy/SchematronPipeline.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/AbstractBatchHandler.java b/core/src/main/java/org/verapdf/processor/AbstractBatchHandler.java index 921aba3ac..0297a1bfe 100644 --- a/core/src/main/java/org/verapdf/processor/AbstractBatchHandler.java +++ b/core/src/main/java/org/verapdf/processor/AbstractBatchHandler.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/AbstractBatchProcessor.java b/core/src/main/java/org/verapdf/processor/AbstractBatchProcessor.java index ddd4b672d..d2751e2f5 100644 --- a/core/src/main/java/org/verapdf/processor/AbstractBatchProcessor.java +++ b/core/src/main/java/org/verapdf/processor/AbstractBatchProcessor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/AbstractXmlHandler.java b/core/src/main/java/org/verapdf/processor/AbstractXmlHandler.java index 641821e5c..15b2f4a33 100644 --- a/core/src/main/java/org/verapdf/processor/AbstractXmlHandler.java +++ b/core/src/main/java/org/verapdf/processor/AbstractXmlHandler.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/BatchFileProcessor.java b/core/src/main/java/org/verapdf/processor/BatchFileProcessor.java index a7d121dbb..87991344d 100644 --- a/core/src/main/java/org/verapdf/processor/BatchFileProcessor.java +++ b/core/src/main/java/org/verapdf/processor/BatchFileProcessor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/BatchProcessingHandler.java b/core/src/main/java/org/verapdf/processor/BatchProcessingHandler.java index 92f6e615a..69c8ab9f4 100644 --- a/core/src/main/java/org/verapdf/processor/BatchProcessingHandler.java +++ b/core/src/main/java/org/verapdf/processor/BatchProcessingHandler.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/BatchProcessor.java b/core/src/main/java/org/verapdf/processor/BatchProcessor.java index 5d05ab047..261c87a91 100644 --- a/core/src/main/java/org/verapdf/processor/BatchProcessor.java +++ b/core/src/main/java/org/verapdf/processor/BatchProcessor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/FeaturesPluginsLoader.java b/core/src/main/java/org/verapdf/processor/FeaturesPluginsLoader.java index a046dd735..81b648b6a 100644 --- a/core/src/main/java/org/verapdf/processor/FeaturesPluginsLoader.java +++ b/core/src/main/java/org/verapdf/processor/FeaturesPluginsLoader.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor; import java.io.File; diff --git a/core/src/main/java/org/verapdf/processor/FormatOption.java b/core/src/main/java/org/verapdf/processor/FormatOption.java index 47a6cec85..407cd2901 100644 --- a/core/src/main/java/org/verapdf/processor/FormatOption.java +++ b/core/src/main/java/org/verapdf/processor/FormatOption.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/ItemProcessor.java b/core/src/main/java/org/verapdf/processor/ItemProcessor.java index 93b6d826d..2d8a0672e 100644 --- a/core/src/main/java/org/verapdf/processor/ItemProcessor.java +++ b/core/src/main/java/org/verapdf/processor/ItemProcessor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor; import java.io.File; diff --git a/core/src/main/java/org/verapdf/processor/MrrHandler.java b/core/src/main/java/org/verapdf/processor/MrrHandler.java index b86a2d0f0..38b56821d 100644 --- a/core/src/main/java/org/verapdf/processor/MrrHandler.java +++ b/core/src/main/java/org/verapdf/processor/MrrHandler.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/Processor.java b/core/src/main/java/org/verapdf/processor/Processor.java index 6b7cac230..c709fd7a7 100644 --- a/core/src/main/java/org/verapdf/processor/Processor.java +++ b/core/src/main/java/org/verapdf/processor/Processor.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/ProcessorConfig.java b/core/src/main/java/org/verapdf/processor/ProcessorConfig.java index 285775dc0..fccc7286c 100644 --- a/core/src/main/java/org/verapdf/processor/ProcessorConfig.java +++ b/core/src/main/java/org/verapdf/processor/ProcessorConfig.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor; import java.util.EnumSet; diff --git a/core/src/main/java/org/verapdf/processor/ProcessorConfigImpl.java b/core/src/main/java/org/verapdf/processor/ProcessorConfigImpl.java index 077a81684..1f3d296f0 100644 --- a/core/src/main/java/org/verapdf/processor/ProcessorConfigImpl.java +++ b/core/src/main/java/org/verapdf/processor/ProcessorConfigImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor; import java.util.EnumSet; diff --git a/core/src/main/java/org/verapdf/processor/ProcessorFactory.java b/core/src/main/java/org/verapdf/processor/ProcessorFactory.java index b79f5b50d..ddcdca639 100644 --- a/core/src/main/java/org/verapdf/processor/ProcessorFactory.java +++ b/core/src/main/java/org/verapdf/processor/ProcessorFactory.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/ProcessorImpl.java b/core/src/main/java/org/verapdf/processor/ProcessorImpl.java index e7c3547c0..b24fe8ca9 100644 --- a/core/src/main/java/org/verapdf/processor/ProcessorImpl.java +++ b/core/src/main/java/org/verapdf/processor/ProcessorImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor; import java.io.BufferedOutputStream; diff --git a/core/src/main/java/org/verapdf/processor/ProcessorResult.java b/core/src/main/java/org/verapdf/processor/ProcessorResult.java index af537f17c..3c3651777 100644 --- a/core/src/main/java/org/verapdf/processor/ProcessorResult.java +++ b/core/src/main/java/org/verapdf/processor/ProcessorResult.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor; import java.util.Collection; diff --git a/core/src/main/java/org/verapdf/processor/ProcessorResultImpl.java b/core/src/main/java/org/verapdf/processor/ProcessorResultImpl.java index 42e9028bc..3103e0913 100644 --- a/core/src/main/java/org/verapdf/processor/ProcessorResultImpl.java +++ b/core/src/main/java/org/verapdf/processor/ProcessorResultImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor; import java.util.Collection; diff --git a/core/src/main/java/org/verapdf/processor/RawResultHandler.java b/core/src/main/java/org/verapdf/processor/RawResultHandler.java index d775d3d15..c94a8762f 100644 --- a/core/src/main/java/org/verapdf/processor/RawResultHandler.java +++ b/core/src/main/java/org/verapdf/processor/RawResultHandler.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/SingleLineResultHandler.java b/core/src/main/java/org/verapdf/processor/SingleLineResultHandler.java index ec4e84178..4c89fb94e 100644 --- a/core/src/main/java/org/verapdf/processor/SingleLineResultHandler.java +++ b/core/src/main/java/org/verapdf/processor/SingleLineResultHandler.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor; import java.io.IOException; diff --git a/core/src/main/java/org/verapdf/processor/TaskResult.java b/core/src/main/java/org/verapdf/processor/TaskResult.java index 650437f36..eccc1d471 100644 --- a/core/src/main/java/org/verapdf/processor/TaskResult.java +++ b/core/src/main/java/org/verapdf/processor/TaskResult.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/TaskResultImpl.java b/core/src/main/java/org/verapdf/processor/TaskResultImpl.java index 3c5c8bb7a..d56cf279e 100644 --- a/core/src/main/java/org/verapdf/processor/TaskResultImpl.java +++ b/core/src/main/java/org/verapdf/processor/TaskResultImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/TaskType.java b/core/src/main/java/org/verapdf/processor/TaskType.java index 9fcb7d14c..30252bc14 100644 --- a/core/src/main/java/org/verapdf/processor/TaskType.java +++ b/core/src/main/java/org/verapdf/processor/TaskType.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor; /** diff --git a/core/src/main/java/org/verapdf/processor/plugins/Attribute.java b/core/src/main/java/org/verapdf/processor/plugins/Attribute.java index afaf3494d..c16a25e5d 100644 --- a/core/src/main/java/org/verapdf/processor/plugins/Attribute.java +++ b/core/src/main/java/org/verapdf/processor/plugins/Attribute.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor.plugins; import javax.xml.bind.annotation.XmlAttribute; diff --git a/core/src/main/java/org/verapdf/processor/plugins/PluginConfig.java b/core/src/main/java/org/verapdf/processor/plugins/PluginConfig.java index d04181bf3..fff65107a 100644 --- a/core/src/main/java/org/verapdf/processor/plugins/PluginConfig.java +++ b/core/src/main/java/org/verapdf/processor/plugins/PluginConfig.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor.plugins; import javax.xml.bind.annotation.XmlAttribute; diff --git a/core/src/main/java/org/verapdf/processor/plugins/PluginsCollectionConfig.java b/core/src/main/java/org/verapdf/processor/plugins/PluginsCollectionConfig.java index 3338fa487..e1fae76e0 100644 --- a/core/src/main/java/org/verapdf/processor/plugins/PluginsCollectionConfig.java +++ b/core/src/main/java/org/verapdf/processor/plugins/PluginsCollectionConfig.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor.plugins; import java.io.InputStream; diff --git a/core/src/main/java/org/verapdf/processor/reports/BatchSummary.java b/core/src/main/java/org/verapdf/processor/reports/BatchSummary.java index 6618b0d56..de8cb2c49 100644 --- a/core/src/main/java/org/verapdf/processor/reports/BatchSummary.java +++ b/core/src/main/java/org/verapdf/processor/reports/BatchSummary.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.processor.reports; import org.verapdf.component.AuditDuration; diff --git a/core/src/main/java/org/verapdf/processor/reports/BatchSummaryImpl.java b/core/src/main/java/org/verapdf/processor/reports/BatchSummaryImpl.java index 6f1c37d04..7f6c94f66 100644 --- a/core/src/main/java/org/verapdf/processor/reports/BatchSummaryImpl.java +++ b/core/src/main/java/org/verapdf/processor/reports/BatchSummaryImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/Check.java b/core/src/main/java/org/verapdf/processor/reports/Check.java index d40ecd087..196f3ad43 100644 --- a/core/src/main/java/org/verapdf/processor/reports/Check.java +++ b/core/src/main/java/org/verapdf/processor/reports/Check.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/CheckImpl.java b/core/src/main/java/org/verapdf/processor/reports/CheckImpl.java index 45f612e64..8bdd09f84 100644 --- a/core/src/main/java/org/verapdf/processor/reports/CheckImpl.java +++ b/core/src/main/java/org/verapdf/processor/reports/CheckImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/FixerReportImpl.java b/core/src/main/java/org/verapdf/processor/reports/FixerReportImpl.java index cc4d58644..b063cafa4 100644 --- a/core/src/main/java/org/verapdf/processor/reports/FixerReportImpl.java +++ b/core/src/main/java/org/verapdf/processor/reports/FixerReportImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/ItemDetails.java b/core/src/main/java/org/verapdf/processor/reports/ItemDetails.java index 9a159930a..995ba90fc 100644 --- a/core/src/main/java/org/verapdf/processor/reports/ItemDetails.java +++ b/core/src/main/java/org/verapdf/processor/reports/ItemDetails.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/MetadataFixerReport.java b/core/src/main/java/org/verapdf/processor/reports/MetadataFixerReport.java index cf12a1c2e..7ffa4ebb9 100644 --- a/core/src/main/java/org/verapdf/processor/reports/MetadataFixerReport.java +++ b/core/src/main/java/org/verapdf/processor/reports/MetadataFixerReport.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/Reports.java b/core/src/main/java/org/verapdf/processor/reports/Reports.java index f6c0b104c..c87934f76 100644 --- a/core/src/main/java/org/verapdf/processor/reports/Reports.java +++ b/core/src/main/java/org/verapdf/processor/reports/Reports.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/RuleSummary.java b/core/src/main/java/org/verapdf/processor/reports/RuleSummary.java index 7264fec64..e211d5acf 100644 --- a/core/src/main/java/org/verapdf/processor/reports/RuleSummary.java +++ b/core/src/main/java/org/verapdf/processor/reports/RuleSummary.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/RuleSummaryImpl.java b/core/src/main/java/org/verapdf/processor/reports/RuleSummaryImpl.java index cf818e127..ca9978c3e 100644 --- a/core/src/main/java/org/verapdf/processor/reports/RuleSummaryImpl.java +++ b/core/src/main/java/org/verapdf/processor/reports/RuleSummaryImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/ValidationDetails.java b/core/src/main/java/org/verapdf/processor/reports/ValidationDetails.java index 9b4777f70..2d89f2cfa 100644 --- a/core/src/main/java/org/verapdf/processor/reports/ValidationDetails.java +++ b/core/src/main/java/org/verapdf/processor/reports/ValidationDetails.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/ValidationDetailsImpl.java b/core/src/main/java/org/verapdf/processor/reports/ValidationDetailsImpl.java index 86a51f722..09a437f74 100644 --- a/core/src/main/java/org/verapdf/processor/reports/ValidationDetailsImpl.java +++ b/core/src/main/java/org/verapdf/processor/reports/ValidationDetailsImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/ValidationReport.java b/core/src/main/java/org/verapdf/processor/reports/ValidationReport.java index 4a1d09e2a..634d68080 100644 --- a/core/src/main/java/org/verapdf/processor/reports/ValidationReport.java +++ b/core/src/main/java/org/verapdf/processor/reports/ValidationReport.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/processor/reports/ValidationReportImpl.java b/core/src/main/java/org/verapdf/processor/reports/ValidationReportImpl.java index 0a57fc5a8..3264d6a92 100644 --- a/core/src/main/java/org/verapdf/processor/reports/ValidationReportImpl.java +++ b/core/src/main/java/org/verapdf/processor/reports/ValidationReportImpl.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/report/DocumentResourcesFeatures.java b/core/src/main/java/org/verapdf/report/DocumentResourcesFeatures.java index bbc3a4c72..68ccc1664 100644 --- a/core/src/main/java/org/verapdf/report/DocumentResourcesFeatures.java +++ b/core/src/main/java/org/verapdf/report/DocumentResourcesFeatures.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.report; import org.verapdf.features.FeatureExtractionResult; diff --git a/core/src/main/java/org/verapdf/report/FeaturesNode.java b/core/src/main/java/org/verapdf/report/FeaturesNode.java index ba75ee776..4802fd699 100644 --- a/core/src/main/java/org/verapdf/report/FeaturesNode.java +++ b/core/src/main/java/org/verapdf/report/FeaturesNode.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.report; import java.io.IOException; diff --git a/core/src/main/java/org/verapdf/report/FeaturesReport.java b/core/src/main/java/org/verapdf/report/FeaturesReport.java index fb78f5aa9..5a3f5858c 100644 --- a/core/src/main/java/org/verapdf/report/FeaturesReport.java +++ b/core/src/main/java/org/verapdf/report/FeaturesReport.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.report; import java.util.List; diff --git a/core/src/main/java/org/verapdf/report/HTMLReport.java b/core/src/main/java/org/verapdf/report/HTMLReport.java index 1b6fd3173..d38e237ef 100644 --- a/core/src/main/java/org/verapdf/report/HTMLReport.java +++ b/core/src/main/java/org/verapdf/report/HTMLReport.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.report; import javax.xml.transform.TransformerException; diff --git a/core/src/main/java/org/verapdf/report/XmpHandler.java b/core/src/main/java/org/verapdf/report/XmpHandler.java index 3db894404..421932b04 100644 --- a/core/src/main/java/org/verapdf/report/XmpHandler.java +++ b/core/src/main/java/org/verapdf/report/XmpHandler.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/main/java/org/verapdf/report/XsltTransformer.java b/core/src/main/java/org/verapdf/report/XsltTransformer.java index ed58942aa..cf82246e5 100644 --- a/core/src/main/java/org/verapdf/report/XsltTransformer.java +++ b/core/src/main/java/org/verapdf/report/XsltTransformer.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.report; import java.io.InputStream; diff --git a/core/src/test/java/org/verapdf/ReleaseDetailsTest.java b/core/src/test/java/org/verapdf/ReleaseDetailsTest.java index ea3ad33cc..97389880c 100644 --- a/core/src/test/java/org/verapdf/ReleaseDetailsTest.java +++ b/core/src/test/java/org/verapdf/ReleaseDetailsTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/core/utils/RelativeDirectoryMapperTest.java b/core/src/test/java/org/verapdf/core/utils/RelativeDirectoryMapperTest.java index 58a3e8a3d..9ebf8c50c 100644 --- a/core/src/test/java/org/verapdf/core/utils/RelativeDirectoryMapperTest.java +++ b/core/src/test/java/org/verapdf/core/utils/RelativeDirectoryMapperTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.core.utils; import static org.junit.Assert.assertTrue; diff --git a/core/src/test/java/org/verapdf/core/utils/VersioningMapperTest.java b/core/src/test/java/org/verapdf/core/utils/VersioningMapperTest.java index 8719f0850..67f4d6575 100644 --- a/core/src/test/java/org/verapdf/core/utils/VersioningMapperTest.java +++ b/core/src/test/java/org/verapdf/core/utils/VersioningMapperTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/features/FeatureExtractorConfigTest.java b/core/src/test/java/org/verapdf/features/FeatureExtractorConfigTest.java index a79c5041f..10eb3a392 100644 --- a/core/src/test/java/org/verapdf/features/FeatureExtractorConfigTest.java +++ b/core/src/test/java/org/verapdf/features/FeatureExtractorConfigTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features; import static org.junit.Assert.assertFalse; diff --git a/core/src/test/java/org/verapdf/features/tools/FeaturesCollectionTest.java b/core/src/test/java/org/verapdf/features/tools/FeaturesCollectionTest.java index f996c631d..ada7f5320 100644 --- a/core/src/test/java/org/verapdf/features/tools/FeaturesCollectionTest.java +++ b/core/src/test/java/org/verapdf/features/tools/FeaturesCollectionTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.features.tools; import nl.jqno.equalsverifier.EqualsVerifier; diff --git a/core/src/test/java/org/verapdf/metadata/fixer/FixerConfigTest.java b/core/src/test/java/org/verapdf/metadata/fixer/FixerConfigTest.java index 7ae9d6e1b..e9cf98981 100644 --- a/core/src/test/java/org/verapdf/metadata/fixer/FixerConfigTest.java +++ b/core/src/test/java/org/verapdf/metadata/fixer/FixerConfigTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/model/impl/axl/ValidLinksTest.java b/core/src/test/java/org/verapdf/model/impl/axl/ValidLinksTest.java index 9d05f6c81..456110feb 100644 --- a/core/src/test/java/org/verapdf/model/impl/axl/ValidLinksTest.java +++ b/core/src/test/java/org/verapdf/model/impl/axl/ValidLinksTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import org.junit.Test; diff --git a/core/src/test/java/org/verapdf/model/impl/axl/XMPCustomPropertiesTest.java b/core/src/test/java/org/verapdf/model/impl/axl/XMPCustomPropertiesTest.java index ceef01b02..d3161342c 100644 --- a/core/src/test/java/org/verapdf/model/impl/axl/XMPCustomPropertiesTest.java +++ b/core/src/test/java/org/verapdf/model/impl/axl/XMPCustomPropertiesTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import static org.junit.Assert.assertEquals; diff --git a/core/src/test/java/org/verapdf/model/impl/axl/XMPExtensionSchemaTest.java b/core/src/test/java/org/verapdf/model/impl/axl/XMPExtensionSchemaTest.java index 376148bb4..83782706a 100644 --- a/core/src/test/java/org/verapdf/model/impl/axl/XMPExtensionSchemaTest.java +++ b/core/src/test/java/org/verapdf/model/impl/axl/XMPExtensionSchemaTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.XMPException; diff --git a/core/src/test/java/org/verapdf/model/impl/axl/XMPHeaderTest.java b/core/src/test/java/org/verapdf/model/impl/axl/XMPHeaderTest.java index 0c91983b0..90cfaa7df 100644 --- a/core/src/test/java/org/verapdf/model/impl/axl/XMPHeaderTest.java +++ b/core/src/test/java/org/verapdf/model/impl/axl/XMPHeaderTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import static org.junit.Assert.assertEquals; diff --git a/core/src/test/java/org/verapdf/model/impl/axl/XMPIdentificationTest.java b/core/src/test/java/org/verapdf/model/impl/axl/XMPIdentificationTest.java index 2d05d251b..19f021705 100644 --- a/core/src/test/java/org/verapdf/model/impl/axl/XMPIdentificationTest.java +++ b/core/src/test/java/org/verapdf/model/impl/axl/XMPIdentificationTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import static org.junit.Assert.assertEquals; diff --git a/core/src/test/java/org/verapdf/model/impl/axl/XMPMMHistoryTest.java b/core/src/test/java/org/verapdf/model/impl/axl/XMPMMHistoryTest.java index fde3a07ec..b0097b848 100644 --- a/core/src/test/java/org/verapdf/model/impl/axl/XMPMMHistoryTest.java +++ b/core/src/test/java/org/verapdf/model/impl/axl/XMPMMHistoryTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import com.adobe.xmp.XMPException; diff --git a/core/src/test/java/org/verapdf/model/impl/axl/XMPPropertiesNumberTest.java b/core/src/test/java/org/verapdf/model/impl/axl/XMPPropertiesNumberTest.java index 04f681483..c382803de 100644 --- a/core/src/test/java/org/verapdf/model/impl/axl/XMPPropertiesNumberTest.java +++ b/core/src/test/java/org/verapdf/model/impl/axl/XMPPropertiesNumberTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.model.impl.axl; import static org.junit.Assert.assertEquals; diff --git a/core/src/test/java/org/verapdf/pdfa/results/LocationTest.java b/core/src/test/java/org/verapdf/pdfa/results/LocationTest.java index 726d60ca2..f808f1699 100644 --- a/core/src/test/java/org/verapdf/pdfa/results/LocationTest.java +++ b/core/src/test/java/org/verapdf/pdfa/results/LocationTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/pdfa/results/MetadataFixerResultTest.java b/core/src/test/java/org/verapdf/pdfa/results/MetadataFixerResultTest.java index 985554d9e..500b8ca9d 100644 --- a/core/src/test/java/org/verapdf/pdfa/results/MetadataFixerResultTest.java +++ b/core/src/test/java/org/verapdf/pdfa/results/MetadataFixerResultTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.pdfa.results; import nl.jqno.equalsverifier.EqualsVerifier; diff --git a/core/src/test/java/org/verapdf/pdfa/results/TestAssertionTest.java b/core/src/test/java/org/verapdf/pdfa/results/TestAssertionTest.java index 218f9e6cb..7dde481b1 100644 --- a/core/src/test/java/org/verapdf/pdfa/results/TestAssertionTest.java +++ b/core/src/test/java/org/verapdf/pdfa/results/TestAssertionTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/pdfa/results/ValidationResultTest.java b/core/src/test/java/org/verapdf/pdfa/results/ValidationResultTest.java index a5131d64c..080ce746d 100644 --- a/core/src/test/java/org/verapdf/pdfa/results/ValidationResultTest.java +++ b/core/src/test/java/org/verapdf/pdfa/results/ValidationResultTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/pdfa/validation/profiles/ProfileDirectoryImplTest.java b/core/src/test/java/org/verapdf/pdfa/validation/profiles/ProfileDirectoryImplTest.java index d8ac15810..b303d471c 100644 --- a/core/src/test/java/org/verapdf/pdfa/validation/profiles/ProfileDirectoryImplTest.java +++ b/core/src/test/java/org/verapdf/pdfa/validation/profiles/ProfileDirectoryImplTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/pdfa/validation/profiles/ReferenceImplTest.java b/core/src/test/java/org/verapdf/pdfa/validation/profiles/ReferenceImplTest.java index f46af6df4..58f9ccc71 100644 --- a/core/src/test/java/org/verapdf/pdfa/validation/profiles/ReferenceImplTest.java +++ b/core/src/test/java/org/verapdf/pdfa/validation/profiles/ReferenceImplTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/pdfa/validation/profiles/RuleIdImplTest.java b/core/src/test/java/org/verapdf/pdfa/validation/profiles/RuleIdImplTest.java index 568e4f2e2..1e5403c69 100644 --- a/core/src/test/java/org/verapdf/pdfa/validation/profiles/RuleIdImplTest.java +++ b/core/src/test/java/org/verapdf/pdfa/validation/profiles/RuleIdImplTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/pdfa/validation/profiles/RuleImplTest.java b/core/src/test/java/org/verapdf/pdfa/validation/profiles/RuleImplTest.java index 5c4c92697..2d68aee10 100644 --- a/core/src/test/java/org/verapdf/pdfa/validation/profiles/RuleImplTest.java +++ b/core/src/test/java/org/verapdf/pdfa/validation/profiles/RuleImplTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/pdfa/validation/profiles/ValidationProfileImplTest.java b/core/src/test/java/org/verapdf/pdfa/validation/profiles/ValidationProfileImplTest.java index ce6682457..b2ab1ae77 100644 --- a/core/src/test/java/org/verapdf/pdfa/validation/profiles/ValidationProfileImplTest.java +++ b/core/src/test/java/org/verapdf/pdfa/validation/profiles/ValidationProfileImplTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/pdfa/validation/profiles/VariableImplTest.java b/core/src/test/java/org/verapdf/pdfa/validation/profiles/VariableImplTest.java index fcb9e5a4c..58bdaf1ff 100644 --- a/core/src/test/java/org/verapdf/pdfa/validation/profiles/VariableImplTest.java +++ b/core/src/test/java/org/verapdf/pdfa/validation/profiles/VariableImplTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/pdfa/validation/validators/ValdidatorConfigTest.java b/core/src/test/java/org/verapdf/pdfa/validation/validators/ValdidatorConfigTest.java index c9a06297e..f81dfeca0 100644 --- a/core/src/test/java/org/verapdf/pdfa/validation/validators/ValdidatorConfigTest.java +++ b/core/src/test/java/org/verapdf/pdfa/validation/validators/ValdidatorConfigTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/core/src/test/java/org/verapdf/policy/PolicyCheckerTests.java b/core/src/test/java/org/verapdf/policy/PolicyCheckerTests.java index e656453d5..3c6973740 100644 --- a/core/src/test/java/org/verapdf/policy/PolicyCheckerTests.java +++ b/core/src/test/java/org/verapdf/policy/PolicyCheckerTests.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ package org.verapdf.policy; import static org.junit.Assert.assertFalse; diff --git a/core/src/test/java/org/verapdf/policy/SchematronPipelineTest.java b/core/src/test/java/org/verapdf/policy/SchematronPipelineTest.java index b497ba11c..3d9c77c71 100644 --- a/core/src/test/java/org/verapdf/policy/SchematronPipelineTest.java +++ b/core/src/test/java/org/verapdf/policy/SchematronPipelineTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Library core, a module of the veraPDF project. + * Copyright (c) 2015, veraPDF Consortium + * All rights reserved. + * + * veraPDF Library core is free software: you can redistribute it and/or modify + * it under the terms of either: + * + * The GNU General public license GPLv3+. + * You should have received a copy of the GNU General Public License + * along with veraPDF Library core as the LICENSE.GPL file in the root of the source + * tree. If not, see http://www.gnu.org/licenses/ or + * https://www.gnu.org/licenses/gpl-3.0.en.html. + * + * The Mozilla Public License MPLv2+. + * You should have received a copy of the Mozilla Public License along with + * veraPDF Library core as the LICENSE.MPL file in the root of the source tree. + * If a copy of the MPL was not distributed with this file, you can obtain one at + * http://mozilla.org/MPL/2.0/. + */ /** * */ diff --git a/license/template/GPL-3.txt b/license/template/GPL-3.txt deleted file mode 100644 index 4fea336ae..000000000 --- a/license/template/GPL-3.txt +++ /dev/null @@ -1,14 +0,0 @@ -This file is part of ${project.name}. - -${project.name} is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -${project.name} is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with ${project.name}. If not, see . diff --git a/license/template/MPL-2.txt b/license/template/MPL-2.txt deleted file mode 100644 index b3f3c75a0..000000000 --- a/license/template/MPL-2.txt +++ /dev/null @@ -1,5 +0,0 @@ -Copyright (c) ${project.inceptionYear}, ${owner} <${email}> - -This Source Code Form is subject to the terms of the Mozilla Public -License, v. 2.0. If a copy of the MPL was not distributed with this -file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/license/template/license.txt b/license/template/license.txt new file mode 100644 index 000000000..03f6d2b51 --- /dev/null +++ b/license/template/license.txt @@ -0,0 +1,18 @@ +This file is part of ${project.name}, a module of the veraPDF project. +Copyright (c) ${project.inceptionYear}, ${owner} <${email}> +All rights reserved. + +${project.name} is free software: you can redistribute it and/or modify +it under the terms of either: + +The GNU General public license GPLv3+. +You should have received a copy of the GNU General Public License +along with ${project.name} as the LICENSE.GPL file in the root of the source +tree. If not, see http://www.gnu.org/licenses/ or +https://www.gnu.org/licenses/gpl-3.0.en.html. + +The Mozilla Public License MPLv2+. +You should have received a copy of the Mozilla Public License along with +${project.name} as the LICENSE.MPL file in the root of the source tree. +If a copy of the MPL was not distributed with this file, you can obtain one at +http://mozilla.org/MPL/2.0/. diff --git a/parent/pom.xml b/parent/pom.xml index eb43c0529..3b4bc948d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1,3 +1,25 @@ + 4.0.0 @@ -10,7 +32,7 @@ org.verapdf verapdf-parent - 1.0.16 + 1.0.17 pom veraPDF Consortium parent @@ -286,73 +308,37 @@ - apply-mpl-header - - - - - com.mycila - license-maven-plugin - 2.3 - -

license/template/MPL-2.txt
- - veraPDF Consortium - info@verapdf.org - - - license/template/** - src/test/resources/** - src/main/resources/** - - - - - - check - - - - - - - - - - apply-gpl-header + license-header - - - - com.mycila - license-maven-plugin - 2.3 - -
license/template/GPL-3.txt
- - veraPDF Consortium - info@verapdf.org - - - license/template/** - src/test/resources/** - src/main/resources/** - -
- - - - check - - - -
-
-
+ + + com.mycila + license-maven-plugin + 2.3 + +
license/template/license.txt
+ + veraPDF Consortium + info@verapdf.org + + + license/template/** + src/test/resources/** + src/main/resources/** + +
+ + + prepare-package + + format + + + +
+
- - coverage-per-test diff --git a/pom.xml b/pom.xml index b7a4de020..5a7952963 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 @@ -6,7 +28,7 @@ verapdf-parent org.verapdf - 1.0.16 + 1.0.17 parent/pom.xml