From 6f2860b6e7a951ff0155aba8721b2c978ed96124 Mon Sep 17 00:00:00 2001 From: Vadim <69987865+ProxyNexus@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:09:15 +0300 Subject: [PATCH 1/7] - Updated action dependencies - Added 21 java version support - Jobs don't fail on error --- .github/workflows/test-pr.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 774f7c5..6a7fca1 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -7,16 +7,19 @@ on: jobs: build: name: Checkout and Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest + + continue-on-error: true strategy: + fail-fast: false matrix: - java-version: [8, 11, 16, 17] + java-version: [8, 11, 16, 17, 21] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: JDK setup - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: ${{ matrix.java-version }} distribution: 'temurin' @@ -26,10 +29,10 @@ jobs: coverage: name: Quality Assurance - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: [ build ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Codacy analysis reporting uses: codacy/codacy-analysis-cli-action@master From 6a8c8facd6b6d5e731a9166b03ed113c69edab90 Mon Sep 17 00:00:00 2001 From: Maxim Date: Sat, 11 May 2024 00:16:31 +0300 Subject: [PATCH 2/7] Update github actions - remove Java 16 support - move continue-on-error - remove travis.yml --- .github/workflows/test-pr.yml | 5 ++--- .travis.yml | 14 -------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 6a7fca1..f433f8d 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -9,17 +9,16 @@ jobs: name: Checkout and Build runs-on: ubuntu-latest - continue-on-error: true - strategy: fail-fast: false matrix: - java-version: [8, 11, 16, 17, 21] + java-version: [8, 11, 17, 21] steps: - uses: actions/checkout@v4 - name: JDK setup uses: actions/setup-java@v4 + continue-on-error: true with: java-version: ${{ matrix.java-version }} distribution: 'temurin' diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 47e189e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: java -sudo: required -dist: trusty - -jdk: - - openjdk8 - - openjdk9 - - oraclejdk9 - - oraclejdk11 - -branches: - except: - - /^v|d\d+\.\d+\.\d+$/ - - /^jenkins-veraPDF-plugins-v|d\\d+\\.\\d+\\.\\d+$/ From 22083caa8513a78272fcf5c2ce459f61f695f3c4 Mon Sep 17 00:00:00 2001 From: Maxim Date: Tue, 21 May 2024 15:16:21 +0300 Subject: [PATCH 3/7] DEV: v1.27 - bumped version -> 1.27 - updated maven dependency - updated readme --- embeddedfileSample-plugin/pom.xml | 2 +- fontSample-plugin/pom.xml | 2 +- fontType-plugin/pom.xml | 2 +- iccdump-plugin/pom.xml | 2 +- iccprofileSample-plugin/pom.xml | 2 +- imageSample-plugin/pom.xml | 2 +- jpylyzer-plugin/pom.xml | 2 +- mediaconch/pom.xml | 2 +- metsMetadata-plugin/pom.xml | 2 +- ots-plugin/pom.xml | 2 +- plugins/pom.xml | 2 +- pom.xml | 6 +++--- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/embeddedfileSample-plugin/pom.xml b/embeddedfileSample-plugin/pom.xml index 00c5f5d..9a3e7eb 100644 --- a/embeddedfileSample-plugin/pom.xml +++ b/embeddedfileSample-plugin/pom.xml @@ -6,7 +6,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT embeddedfileSample-plugin diff --git a/fontSample-plugin/pom.xml b/fontSample-plugin/pom.xml index 581282f..86323cf 100644 --- a/fontSample-plugin/pom.xml +++ b/fontSample-plugin/pom.xml @@ -6,7 +6,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT fontSample-plugin diff --git a/fontType-plugin/pom.xml b/fontType-plugin/pom.xml index 041d6ba..ed29408 100644 --- a/fontType-plugin/pom.xml +++ b/fontType-plugin/pom.xml @@ -4,7 +4,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT 4.0.0 diff --git a/iccdump-plugin/pom.xml b/iccdump-plugin/pom.xml index 62473b0..15fd614 100644 --- a/iccdump-plugin/pom.xml +++ b/iccdump-plugin/pom.xml @@ -5,7 +5,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT iccdump-plugin diff --git a/iccprofileSample-plugin/pom.xml b/iccprofileSample-plugin/pom.xml index e36075d..24caa28 100644 --- a/iccprofileSample-plugin/pom.xml +++ b/iccprofileSample-plugin/pom.xml @@ -5,7 +5,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT iccprofileSample-plugin diff --git a/imageSample-plugin/pom.xml b/imageSample-plugin/pom.xml index 7a0ac56..ac45244 100644 --- a/imageSample-plugin/pom.xml +++ b/imageSample-plugin/pom.xml @@ -6,7 +6,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT imageSample-plugin diff --git a/jpylyzer-plugin/pom.xml b/jpylyzer-plugin/pom.xml index 4801853..9a9f6c4 100644 --- a/jpylyzer-plugin/pom.xml +++ b/jpylyzer-plugin/pom.xml @@ -6,7 +6,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT jpylyzer-plugin diff --git a/mediaconch/pom.xml b/mediaconch/pom.xml index dee03c7..9abbe7e 100644 --- a/mediaconch/pom.xml +++ b/mediaconch/pom.xml @@ -6,7 +6,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT mediaconch-plugin diff --git a/metsMetadata-plugin/pom.xml b/metsMetadata-plugin/pom.xml index ada78bd..9773575 100644 --- a/metsMetadata-plugin/pom.xml +++ b/metsMetadata-plugin/pom.xml @@ -6,7 +6,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT metsMetadata-plugin diff --git a/ots-plugin/pom.xml b/ots-plugin/pom.xml index 3075bc6..54f1548 100644 --- a/ots-plugin/pom.xml +++ b/ots-plugin/pom.xml @@ -5,7 +5,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT 4.0.0 diff --git a/plugins/pom.xml b/plugins/pom.xml index 2a1153e..df0bab6 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -5,7 +5,7 @@ verapdf-plugins org.verapdf.plugins - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 704320f..64721e9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ org.verapdf verapdf-parent - 1.25.1 + 1.27.1 org.verapdf.plugins verapdf-plugins pom - 1.25.0-SNAPSHOT + 1.27.0-SNAPSHOT @@ -44,7 +44,7 @@ org.verapdf core - [1.25.0,1.26.0-RC) + [1.27.0,1.28.0-RC) From 3820d22414e06c73e1e5820f04c18e78ad33a889 Mon Sep 17 00:00:00 2001 From: Maxim Date: Tue, 6 Aug 2024 22:26:15 +0300 Subject: [PATCH 4/7] Update license headers --- .github/workflows/test-pr.yml | 21 ++++++++++++++++ embeddedfileSample-plugin/pom.xml | 22 +++++++++++++++++ .../verapdf/EmbeddedFileSampleExtractor.java | 20 ++++++++++++++++ fontSample-plugin/pom.xml | 22 +++++++++++++++++ .../java/org/verapdf/FontSampleExtractor.java | 20 ++++++++++++++++ fontType-plugin/pom.xml | 22 +++++++++++++++++ .../java/org/verapdf/FontTypeExtractor.java | 20 ++++++++++++++++ iccdump-plugin/pom.xml | 22 +++++++++++++++++ .../verapdf/ArgyllICCDumpCLIExtractor.java | 20 ++++++++++++++++ iccprofileSample-plugin/pom.xml | 22 +++++++++++++++++ .../verapdf/ICCProfileSampleExtractor.java | 20 ++++++++++++++++ imageSample-plugin/pom.xml | 22 +++++++++++++++++ .../org/verapdf/ImageSampleExtractor.java | 20 ++++++++++++++++ jpylyzer-plugin/pom.xml | 22 +++++++++++++++++ .../java/org/verapdf/JpylyzerExtractor.java | 20 ++++++++++++++++ license/template/license.txt | 2 +- mediaconch/pom.xml | 22 +++++++++++++++++ .../java/org/verapdf/MediaConchExtractor.java | 20 ++++++++++++++++ metsMetadata-plugin/pom.xml | 22 +++++++++++++++++ metsMetadata-plugin/src/assembly/src.xml | 22 +++++++++++++++++ .../org/verapdf/METSMetadataExtractor.java | 20 ++++++++++++++++ .../java/org/verapdf/METSTypeRegistry.java | 20 ++++++++++++++++ ots-plugin/pom.xml | 22 +++++++++++++++++ .../main/java/org/verapdf/OTSExtractor.java | 20 ++++++++++++++++ plugins/pom.xml | 22 +++++++++++++++++ plugins/src/main/assembly/assembly.xml | 22 +++++++++++++++++ pom.xml | 24 ++++++++++++++++++- 27 files changed, 551 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index f433f8d..fd2d0c5 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -1,3 +1,24 @@ +# +# This file is part of verapdf-plugins, a module of the veraPDF project. +# Copyright (c) 2015-2024, veraPDF Consortium +# All rights reserved. +# +# verapdf-plugins 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-plugins 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-plugins 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/. +# + name: PR QA on: diff --git a/embeddedfileSample-plugin/pom.xml b/embeddedfileSample-plugin/pom.xml index 9a3e7eb..779edc8 100644 --- a/embeddedfileSample-plugin/pom.xml +++ b/embeddedfileSample-plugin/pom.xml @@ -1,4 +1,26 @@ + diff --git a/embeddedfileSample-plugin/src/main/java/org/verapdf/EmbeddedFileSampleExtractor.java b/embeddedfileSample-plugin/src/main/java/org/verapdf/EmbeddedFileSampleExtractor.java index 2456ff4..5ac1128 100644 --- a/embeddedfileSample-plugin/src/main/java/org/verapdf/EmbeddedFileSampleExtractor.java +++ b/embeddedfileSample-plugin/src/main/java/org/verapdf/EmbeddedFileSampleExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of embeddedfileSample-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * embeddedfileSample-plugin 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 embeddedfileSample-plugin 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 + * embeddedfileSample-plugin 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; import org.verapdf.core.FeatureParsingException; diff --git a/fontSample-plugin/pom.xml b/fontSample-plugin/pom.xml index 86323cf..ba601d6 100644 --- a/fontSample-plugin/pom.xml +++ b/fontSample-plugin/pom.xml @@ -1,4 +1,26 @@ + diff --git a/fontSample-plugin/src/main/java/org/verapdf/FontSampleExtractor.java b/fontSample-plugin/src/main/java/org/verapdf/FontSampleExtractor.java index cbca77d..c800369 100644 --- a/fontSample-plugin/src/main/java/org/verapdf/FontSampleExtractor.java +++ b/fontSample-plugin/src/main/java/org/verapdf/FontSampleExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of fontSample-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * fontSample-plugin 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 fontSample-plugin 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 + * fontSample-plugin 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; import org.verapdf.core.FeatureParsingException; diff --git a/fontType-plugin/pom.xml b/fontType-plugin/pom.xml index ed29408..57be676 100644 --- a/fontType-plugin/pom.xml +++ b/fontType-plugin/pom.xml @@ -1,4 +1,26 @@ + diff --git a/fontType-plugin/src/main/java/org/verapdf/FontTypeExtractor.java b/fontType-plugin/src/main/java/org/verapdf/FontTypeExtractor.java index 9705bf9..bce06c8 100644 --- a/fontType-plugin/src/main/java/org/verapdf/FontTypeExtractor.java +++ b/fontType-plugin/src/main/java/org/verapdf/FontTypeExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of fontType-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * fontType-plugin 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 fontType-plugin 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 + * fontType-plugin 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; import org.verapdf.core.FeatureParsingException; diff --git a/iccdump-plugin/pom.xml b/iccdump-plugin/pom.xml index 15fd614..e53f6f2 100644 --- a/iccdump-plugin/pom.xml +++ b/iccdump-plugin/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 diff --git a/iccdump-plugin/src/main/java/org/verapdf/ArgyllICCDumpCLIExtractor.java b/iccdump-plugin/src/main/java/org/verapdf/ArgyllICCDumpCLIExtractor.java index cccf736..5105b0a 100644 --- a/iccdump-plugin/src/main/java/org/verapdf/ArgyllICCDumpCLIExtractor.java +++ b/iccdump-plugin/src/main/java/org/verapdf/ArgyllICCDumpCLIExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of iccdump-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * iccdump-plugin 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 iccdump-plugin 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 + * iccdump-plugin 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; import org.verapdf.core.FeatureParsingException; diff --git a/iccprofileSample-plugin/pom.xml b/iccprofileSample-plugin/pom.xml index 24caa28..d419a10 100644 --- a/iccprofileSample-plugin/pom.xml +++ b/iccprofileSample-plugin/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 diff --git a/iccprofileSample-plugin/src/main/java/org/verapdf/ICCProfileSampleExtractor.java b/iccprofileSample-plugin/src/main/java/org/verapdf/ICCProfileSampleExtractor.java index 9c6dedb..ac9685d 100644 --- a/iccprofileSample-plugin/src/main/java/org/verapdf/ICCProfileSampleExtractor.java +++ b/iccprofileSample-plugin/src/main/java/org/verapdf/ICCProfileSampleExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of iccprofileSample-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * iccprofileSample-plugin 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 iccprofileSample-plugin 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 + * iccprofileSample-plugin 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; import java.io.ByteArrayOutputStream; diff --git a/imageSample-plugin/pom.xml b/imageSample-plugin/pom.xml index ac45244..927afcf 100644 --- a/imageSample-plugin/pom.xml +++ b/imageSample-plugin/pom.xml @@ -1,4 +1,26 @@ + diff --git a/imageSample-plugin/src/main/java/org/verapdf/ImageSampleExtractor.java b/imageSample-plugin/src/main/java/org/verapdf/ImageSampleExtractor.java index 21eb0a7..65fc77e 100644 --- a/imageSample-plugin/src/main/java/org/verapdf/ImageSampleExtractor.java +++ b/imageSample-plugin/src/main/java/org/verapdf/ImageSampleExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of imageSample-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * imageSample-plugin 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 imageSample-plugin 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 + * imageSample-plugin 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; import org.verapdf.core.FeatureParsingException; diff --git a/jpylyzer-plugin/pom.xml b/jpylyzer-plugin/pom.xml index 9a9f6c4..42037b7 100644 --- a/jpylyzer-plugin/pom.xml +++ b/jpylyzer-plugin/pom.xml @@ -1,4 +1,26 @@ + diff --git a/jpylyzer-plugin/src/main/java/org/verapdf/JpylyzerExtractor.java b/jpylyzer-plugin/src/main/java/org/verapdf/JpylyzerExtractor.java index 321d898..5546661 100644 --- a/jpylyzer-plugin/src/main/java/org/verapdf/JpylyzerExtractor.java +++ b/jpylyzer-plugin/src/main/java/org/verapdf/JpylyzerExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of jpylyzer-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * jpylyzer-plugin 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 jpylyzer-plugin 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 + * jpylyzer-plugin 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; import org.verapdf.core.FeatureParsingException; diff --git a/license/template/license.txt b/license/template/license.txt index 03f6d2b..4e2cdeb 100644 --- a/license/template/license.txt +++ b/license/template/license.txt @@ -1,5 +1,5 @@ This file is part of ${project.name}, a module of the veraPDF project. -Copyright (c) ${project.inceptionYear}, ${owner} <${email}> +Copyright (c) ${project.inceptionYear}-${current.year}, ${owner} <${email}> All rights reserved. ${project.name} is free software: you can redistribute it and/or modify diff --git a/mediaconch/pom.xml b/mediaconch/pom.xml index 9abbe7e..9e994a6 100644 --- a/mediaconch/pom.xml +++ b/mediaconch/pom.xml @@ -1,4 +1,26 @@ + diff --git a/mediaconch/src/main/java/org/verapdf/MediaConchExtractor.java b/mediaconch/src/main/java/org/verapdf/MediaConchExtractor.java index 07d9f97..c76178c 100644 --- a/mediaconch/src/main/java/org/verapdf/MediaConchExtractor.java +++ b/mediaconch/src/main/java/org/verapdf/MediaConchExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of mediaconch-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * mediaconch-plugin 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 mediaconch-plugin 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 + * mediaconch-plugin 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; import org.verapdf.core.FeatureParsingException; diff --git a/metsMetadata-plugin/pom.xml b/metsMetadata-plugin/pom.xml index 9773575..7ce0af6 100644 --- a/metsMetadata-plugin/pom.xml +++ b/metsMetadata-plugin/pom.xml @@ -1,4 +1,26 @@ + diff --git a/metsMetadata-plugin/src/assembly/src.xml b/metsMetadata-plugin/src/assembly/src.xml index 01e6503..2dcfd64 100644 --- a/metsMetadata-plugin/src/assembly/src.xml +++ b/metsMetadata-plugin/src/assembly/src.xml @@ -1,3 +1,25 @@ + diff --git a/metsMetadata-plugin/src/main/java/org/verapdf/METSMetadataExtractor.java b/metsMetadata-plugin/src/main/java/org/verapdf/METSMetadataExtractor.java index 2adc4f2..9916e9d 100644 --- a/metsMetadata-plugin/src/main/java/org/verapdf/METSMetadataExtractor.java +++ b/metsMetadata-plugin/src/main/java/org/verapdf/METSMetadataExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of metsMetadata-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * metsMetadata-plugin 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 metsMetadata-plugin 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 + * metsMetadata-plugin 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; import au.edu.apsr.mtk.base.*; diff --git a/metsMetadata-plugin/src/main/java/org/verapdf/METSTypeRegistry.java b/metsMetadata-plugin/src/main/java/org/verapdf/METSTypeRegistry.java index 8b2771e..c57a2e1 100644 --- a/metsMetadata-plugin/src/main/java/org/verapdf/METSTypeRegistry.java +++ b/metsMetadata-plugin/src/main/java/org/verapdf/METSTypeRegistry.java @@ -1,3 +1,23 @@ +/** + * This file is part of metsMetadata-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * metsMetadata-plugin 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 metsMetadata-plugin 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 + * metsMetadata-plugin 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; import org.verapdf.xmp.impl.XMPSchemaRegistryImpl; diff --git a/ots-plugin/pom.xml b/ots-plugin/pom.xml index 54f1548..37875e8 100644 --- a/ots-plugin/pom.xml +++ b/ots-plugin/pom.xml @@ -1,4 +1,26 @@ + diff --git a/ots-plugin/src/main/java/org/verapdf/OTSExtractor.java b/ots-plugin/src/main/java/org/verapdf/OTSExtractor.java index e487c83..54b0c31 100644 --- a/ots-plugin/src/main/java/org/verapdf/OTSExtractor.java +++ b/ots-plugin/src/main/java/org/verapdf/OTSExtractor.java @@ -1,3 +1,23 @@ +/** + * This file is part of ots-plugin, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * ots-plugin 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 ots-plugin 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 + * ots-plugin 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; import org.verapdf.core.FeatureParsingException; diff --git a/plugins/pom.xml b/plugins/pom.xml index df0bab6..410d92c 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -1,4 +1,26 @@ + diff --git a/plugins/src/main/assembly/assembly.xml b/plugins/src/main/assembly/assembly.xml index 729e6e8..1b82595 100644 --- a/plugins/src/main/assembly/assembly.xml +++ b/plugins/src/main/assembly/assembly.xml @@ -1,3 +1,25 @@ + diff --git a/pom.xml b/pom.xml index 64721e9..5de8dab 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 @@ -6,7 +28,7 @@ org.verapdf verapdf-parent - 1.27.1 + 1.27.2 org.verapdf.plugins From 17e906e3953d467b90a832319f21f66a43e9c4ec Mon Sep 17 00:00:00 2001 From: Maxim Date: Sat, 4 Jan 2025 23:53:25 +0300 Subject: [PATCH 5/7] Update current year from 2024 to 2025 --- .github/workflows/test-pr.yml | 2 +- embeddedfileSample-plugin/pom.xml | 2 +- .../src/main/java/org/verapdf/EmbeddedFileSampleExtractor.java | 2 +- fontSample-plugin/pom.xml | 2 +- .../src/main/java/org/verapdf/FontSampleExtractor.java | 2 +- fontType-plugin/pom.xml | 2 +- .../src/main/java/org/verapdf/FontTypeExtractor.java | 2 +- iccdump-plugin/pom.xml | 2 +- .../src/main/java/org/verapdf/ArgyllICCDumpCLIExtractor.java | 2 +- iccprofileSample-plugin/pom.xml | 2 +- .../src/main/java/org/verapdf/ICCProfileSampleExtractor.java | 2 +- imageSample-plugin/pom.xml | 2 +- .../src/main/java/org/verapdf/ImageSampleExtractor.java | 2 +- jpylyzer-plugin/pom.xml | 2 +- .../src/main/java/org/verapdf/JpylyzerExtractor.java | 2 +- mediaconch/pom.xml | 2 +- mediaconch/src/main/java/org/verapdf/MediaConchExtractor.java | 2 +- metsMetadata-plugin/pom.xml | 2 +- metsMetadata-plugin/src/assembly/src.xml | 2 +- .../src/main/java/org/verapdf/METSMetadataExtractor.java | 2 +- .../src/main/java/org/verapdf/METSTypeRegistry.java | 2 +- ots-plugin/pom.xml | 2 +- ots-plugin/src/main/java/org/verapdf/OTSExtractor.java | 2 +- plugins/pom.xml | 2 +- plugins/src/main/assembly/assembly.xml | 2 +- pom.xml | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index fd2d0c5..76332b3 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -1,6 +1,6 @@ # # This file is part of verapdf-plugins, a module of the veraPDF project. -# Copyright (c) 2015-2024, veraPDF Consortium +# Copyright (c) 2015-2025, veraPDF Consortium # All rights reserved. # # verapdf-plugins is free software: you can redistribute it and/or modify diff --git a/embeddedfileSample-plugin/pom.xml b/embeddedfileSample-plugin/pom.xml index 779edc8..d5e47b2 100644 --- a/embeddedfileSample-plugin/pom.xml +++ b/embeddedfileSample-plugin/pom.xml @@ -2,7 +2,7 @@