From c21b57a0548ea40f9b212d755ac7087f8e14dcc7 Mon Sep 17 00:00:00 2001 From: Maxim Date: Sun, 5 Jan 2025 01:27:56 +0300 Subject: [PATCH] Update current year from 2024 to 2025 --- .github/workflows/purge-images.yml | 21 ++++++++++++++++++ .github/workflows/push-github.yml | 21 ++++++++++++++++++ .github/workflows/test-pr.yml | 2 +- .../workflows/trigger-increment-workflow.yml | 2 +- .../trigger-regression-tests-workflow.yml | 2 +- .../workflows/update-arlington-workflow.yml | 2 +- Dockerfile | 21 ++++++++++++++++++ auto-install-tmp.xml | 2 +- docker-install.xml | 22 +++++++++++++++++++ greenfield-apps/pom.xml | 2 +- .../verapdf/apps/GreenfieldCliWrapper.java | 2 +- .../verapdf/apps/GreenfieldGuiWrapper.java | 2 +- .../verapdf/apps/test/MultithreadingTest.java | 2 +- .../apps/test/TempFileClosingTest.java | 2 +- .../test/CallableValidatorForTest.java | 2 +- gui/pom.xml | 2 +- .../java/org/verapdf/apps/Applications.java | 2 +- .../org/verapdf/apps/SoftwareUpdater.java | 2 +- .../org/verapdf/apps/SoftwareUpdaterImpl.java | 2 +- .../verapdf/apps/utils/ApplicationUtils.java | 2 +- .../java/org/verapdf/cli/CliConstants.java | 2 +- .../java/org/verapdf/cli/FormatterHelper.java | 2 +- .../main/java/org/verapdf/cli/VeraPdfCli.java | 2 +- .../org/verapdf/cli/VeraPdfCliProcessor.java | 2 +- .../cli/commands/VeraCliArgParser.java | 2 +- .../cli/multithread/BaseCliRunner.java | 2 +- .../cli/multithread/MultiThreadProcessor.java | 2 +- .../main/java/org/verapdf/gui/AboutPanel.java | 2 +- .../java/org/verapdf/gui/CheckerPanel.java | 2 +- .../verapdf/gui/ChooseFlavourRenderer.java | 2 +- .../org/verapdf/gui/FeaturesConfigPanel.java | 2 +- .../main/java/org/verapdf/gui/LogoPanel.java | 2 +- .../java/org/verapdf/gui/MiniLogoPanel.java | 2 +- .../verapdf/gui/PDFValidationApplication.java | 2 +- .../java/org/verapdf/gui/PartnersPanel.java | 2 +- .../java/org/verapdf/gui/PolicyPanel.java | 2 +- .../java/org/verapdf/gui/SettingsPanel.java | 2 +- .../java/org/verapdf/gui/ValidateWorker.java | 2 +- .../org/verapdf/gui/utils/DialogUtils.java | 2 +- .../org/verapdf/gui/utils/GUIConstants.java | 2 +- .../org/verapdf/apps/ConfigManagerTests.java | 2 +- .../org/verapdf/apps/SoftwareUpdaterTest.java | 2 +- .../org/verapdf/apps/utils/AppUtilsTest.java | 2 +- .../verapdf/cli/VeraPdfCliProcessorTest.java | 2 +- .../cli/commands/VerCliFlavourTest.java | 2 +- .../cli/commands/VeraCliArgParserTest.java | 2 +- .../cli/commands/VeraCliFormatTest.java | 2 +- .../cli/commands/VeraCliGetPathsTest.java | 2 +- .../commands/VeraCliProfileOptionTest.java | 2 +- .../cli/commands/VeraCliTasksTest.java | 2 +- installer/pom.xml | 2 +- installer/src/assembly/app-assembly.xml | 2 +- installer/src/main/izpack/customicons.xml | 2 +- installer/src/main/izpack/install.xml | 2 +- installer/src/main/izpack/welcome.html | 2 +- installer/src/main/plugins/README.txt | 2 +- installer/src/main/scripts/verapdf-gui.bat | 2 +- installer/src/main/scripts/verapdf-gui.sh | 2 +- installer/src/main/scripts/verapdf.bat | 2 +- installer/src/main/scripts/verapdf.sh | 2 +- pdfbox-apps/pom.xml | 2 +- .../org/verapdf/apps/PdfBoxCliWrapper.java | 2 +- .../org/verapdf/apps/PdfBoxGuiWrapper.java | 2 +- .../test/ProcessorImplProfileTest.java | 2 +- pom.xml | 2 +- tests/exit-status.sh | 2 +- 66 files changed, 147 insertions(+), 62 deletions(-) diff --git a/.github/workflows/purge-images.yml b/.github/workflows/purge-images.yml index bfd91f30..726cea77 100644 --- a/.github/workflows/purge-images.yml +++ b/.github/workflows/purge-images.yml @@ -1,3 +1,24 @@ +# +# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. +# Copyright (c) 2015-2025, veraPDF Consortium +# All rights reserved. +# +# veraPDF PDF/A Validation Applications 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 PDF/A Validation Applications 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 PDF/A Validation Applications 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: Purge GitHub container registry. on: diff --git a/.github/workflows/push-github.yml b/.github/workflows/push-github.yml index 390ace20..4796c41f 100644 --- a/.github/workflows/push-github.yml +++ b/.github/workflows/push-github.yml @@ -1,3 +1,24 @@ +# +# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. +# Copyright (c) 2015-2025, veraPDF Consortium +# All rights reserved. +# +# veraPDF PDF/A Validation Applications 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 PDF/A Validation Applications 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 PDF/A Validation Applications 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: Publish image to GitHub Packages on: push: diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 629d1f47..68da08a9 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -1,6 +1,6 @@ # # This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. -# Copyright (c) 2015-2024, veraPDF Consortium +# Copyright (c) 2015-2025, veraPDF Consortium # All rights reserved. # # veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify diff --git a/.github/workflows/trigger-increment-workflow.yml b/.github/workflows/trigger-increment-workflow.yml index fd6b866a..c3e9543c 100644 --- a/.github/workflows/trigger-increment-workflow.yml +++ b/.github/workflows/trigger-increment-workflow.yml @@ -1,6 +1,6 @@ # # This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. -# Copyright (c) 2015-2024, veraPDF Consortium +# Copyright (c) 2015-2025, veraPDF Consortium # All rights reserved. # # veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify diff --git a/.github/workflows/trigger-regression-tests-workflow.yml b/.github/workflows/trigger-regression-tests-workflow.yml index e1a19e01..cc4d2ff0 100644 --- a/.github/workflows/trigger-regression-tests-workflow.yml +++ b/.github/workflows/trigger-regression-tests-workflow.yml @@ -1,6 +1,6 @@ # # This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. -# Copyright (c) 2015-2024, veraPDF Consortium +# Copyright (c) 2015-2025, veraPDF Consortium # All rights reserved. # # veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify diff --git a/.github/workflows/update-arlington-workflow.yml b/.github/workflows/update-arlington-workflow.yml index 30bd2cde..eb723369 100644 --- a/.github/workflows/update-arlington-workflow.yml +++ b/.github/workflows/update-arlington-workflow.yml @@ -1,6 +1,6 @@ # # This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. -# Copyright (c) 2015-2024, veraPDF Consortium +# Copyright (c) 2015-2025, veraPDF Consortium # All rights reserved. # # veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify diff --git a/Dockerfile b/Dockerfile index 8ec12c46..b5314ca4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,24 @@ +# +# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. +# Copyright (c) 2015-2025, veraPDF Consortium +# All rights reserved. +# +# veraPDF PDF/A Validation Applications 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 PDF/A Validation Applications 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 PDF/A Validation Applications 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/. +# + # See https://docs.docker.com/engine/userguide/eng-image/multistage-build/ # First build the app on a maven open jdk 11 container ARG VERAPDF_VERSION diff --git a/auto-install-tmp.xml b/auto-install-tmp.xml index 58b08407..235490c2 100644 --- a/auto-install-tmp.xml +++ b/auto-install-tmp.xml @@ -2,7 +2,7 @@ diff --git a/greenfield-apps/pom.xml b/greenfield-apps/pom.xml index dda4b255..979e06d5 100644 --- a/greenfield-apps/pom.xml +++ b/greenfield-apps/pom.xml @@ -1,7 +1,7 @@