diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index bef1895e..629d1f47 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -1,3 +1,24 @@ +# +# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. +# Copyright (c) 2015-2024, 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: PR QA on: diff --git a/.github/workflows/trigger-increment-workflow.yml b/.github/workflows/trigger-increment-workflow.yml index 6a6f68ab..fd6b866a 100644 --- a/.github/workflows/trigger-increment-workflow.yml +++ b/.github/workflows/trigger-increment-workflow.yml @@ -1,3 +1,24 @@ +# +# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. +# Copyright (c) 2015-2024, 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: Trigger increment action in webapp-server on: diff --git a/.github/workflows/trigger-regression-tests-workflow.yml b/.github/workflows/trigger-regression-tests-workflow.yml index 749403e4..e1a19e01 100644 --- a/.github/workflows/trigger-regression-tests-workflow.yml +++ b/.github/workflows/trigger-regression-tests-workflow.yml @@ -1,3 +1,24 @@ +# +# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. +# Copyright (c) 2015-2024, 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: Trigger pdf/a and pdf/ua regression tests in integration-tests on: diff --git a/.github/workflows/update-arlington-workflow.yml b/.github/workflows/update-arlington-workflow.yml index e1e52d7e..30bd2cde 100644 --- a/.github/workflows/update-arlington-workflow.yml +++ b/.github/workflows/update-arlington-workflow.yml @@ -1,3 +1,24 @@ +# +# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project. +# Copyright (c) 2015-2024, 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: Update arlington branch on: diff --git a/auto-install-tmp.xml b/auto-install-tmp.xml index dec0fe45..58b08407 100644 --- a/auto-install-tmp.xml +++ b/auto-install-tmp.xml @@ -1,4 +1,26 @@ + diff --git a/greenfield-apps/pom.xml b/greenfield-apps/pom.xml index 394e1f6f..dda4b255 100644 --- a/greenfield-apps/pom.xml +++ b/greenfield-apps/pom.xml @@ -1,3 +1,25 @@ + 4.0.0 diff --git a/greenfield-apps/src/main/java/org/verapdf/apps/GreenfieldCliWrapper.java b/greenfield-apps/src/main/java/org/verapdf/apps/GreenfieldCliWrapper.java index ce2193d2..aa091ded 100644 --- a/greenfield-apps/src/main/java/org/verapdf/apps/GreenfieldCliWrapper.java +++ b/greenfield-apps/src/main/java/org/verapdf/apps/GreenfieldCliWrapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Greenfield Applications, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * veraPDF Greenfield 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 Greenfield 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 Greenfield 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/. + */ /** * */ diff --git a/greenfield-apps/src/main/java/org/verapdf/apps/GreenfieldGuiWrapper.java b/greenfield-apps/src/main/java/org/verapdf/apps/GreenfieldGuiWrapper.java index c553be47..bb2946f9 100644 --- a/greenfield-apps/src/main/java/org/verapdf/apps/GreenfieldGuiWrapper.java +++ b/greenfield-apps/src/main/java/org/verapdf/apps/GreenfieldGuiWrapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Greenfield Applications, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * veraPDF Greenfield 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 Greenfield 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 Greenfield 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/. + */ /** * */ diff --git a/greenfield-apps/src/test/java/org/verapdf/apps/test/MultithreadingTest.java b/greenfield-apps/src/test/java/org/verapdf/apps/test/MultithreadingTest.java index f53dd3e7..8a0d8b1f 100644 --- a/greenfield-apps/src/test/java/org/verapdf/apps/test/MultithreadingTest.java +++ b/greenfield-apps/src/test/java/org/verapdf/apps/test/MultithreadingTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Greenfield Applications, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * veraPDF Greenfield 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 Greenfield 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 Greenfield 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/. + */ package org.verapdf.apps.test; import org.junit.Before; diff --git a/greenfield-apps/src/test/java/org/verapdf/apps/test/TempFileClosingTest.java b/greenfield-apps/src/test/java/org/verapdf/apps/test/TempFileClosingTest.java index 6e1160ae..111a7897 100644 --- a/greenfield-apps/src/test/java/org/verapdf/apps/test/TempFileClosingTest.java +++ b/greenfield-apps/src/test/java/org/verapdf/apps/test/TempFileClosingTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Greenfield Applications, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * veraPDF Greenfield 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 Greenfield 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 Greenfield 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/. + */ package org.verapdf.apps.test; import org.verapdf.apps.GreenfieldCliWrapper; diff --git a/greenfield-apps/src/test/java/org/verapdf/pdfa/validation/validators/test/CallableValidatorForTest.java b/greenfield-apps/src/test/java/org/verapdf/pdfa/validation/validators/test/CallableValidatorForTest.java index d07078ae..b9585f41 100644 --- a/greenfield-apps/src/test/java/org/verapdf/pdfa/validation/validators/test/CallableValidatorForTest.java +++ b/greenfield-apps/src/test/java/org/verapdf/pdfa/validation/validators/test/CallableValidatorForTest.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Greenfield Applications, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * veraPDF Greenfield 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 Greenfield 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 Greenfield 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/. + */ package org.verapdf.pdfa.validation.validators.test; import org.verapdf.pdfa.Foundries; diff --git a/gui/pom.xml b/gui/pom.xml index b80a6cea..44eb5d4b 100644 --- a/gui/pom.xml +++ b/gui/pom.xml @@ -2,7 +2,7 @@ + Copyright (c) 2015-2024, veraPDF Consortium All rights reserved. veraPDF Installer is free software: you can redistribute it and/or modify diff --git a/installer/src/main/izpack/welcome.html b/installer/src/main/izpack/welcome.html index 31d76d5f..80fc257b 100644 --- a/installer/src/main/izpack/welcome.html +++ b/installer/src/main/izpack/welcome.html @@ -1,7 +1,7 @@ 4.0.0 diff --git a/pdfbox-apps/src/main/java/org/verapdf/apps/PdfBoxCliWrapper.java b/pdfbox-apps/src/main/java/org/verapdf/apps/PdfBoxCliWrapper.java index 022c84bb..9bcbef85 100644 --- a/pdfbox-apps/src/main/java/org/verapdf/apps/PdfBoxCliWrapper.java +++ b/pdfbox-apps/src/main/java/org/verapdf/apps/PdfBoxCliWrapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF PDF Box Applications, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * veraPDF PDF Box 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 Box 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 Box 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/. + */ /** * */ diff --git a/pdfbox-apps/src/main/java/org/verapdf/apps/PdfBoxGuiWrapper.java b/pdfbox-apps/src/main/java/org/verapdf/apps/PdfBoxGuiWrapper.java index aa543cdf..6ba849a9 100644 --- a/pdfbox-apps/src/main/java/org/verapdf/apps/PdfBoxGuiWrapper.java +++ b/pdfbox-apps/src/main/java/org/verapdf/apps/PdfBoxGuiWrapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF PDF Box Applications, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * All rights reserved. + * + * veraPDF PDF Box 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 Box 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 Box 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/. + */ /** * */ diff --git a/pdfbox-apps/src/test/java/org/verapdf/processor/test/ProcessorImplProfileTest.java b/pdfbox-apps/src/test/java/org/verapdf/processor/test/ProcessorImplProfileTest.java index 16e52189..b907ef56 100644 --- a/pdfbox-apps/src/test/java/org/verapdf/processor/test/ProcessorImplProfileTest.java +++ b/pdfbox-apps/src/test/java/org/verapdf/processor/test/ProcessorImplProfileTest.java @@ -1,20 +1,20 @@ /** - * This file is part of VeraPDF Library GUI, a module of the veraPDF project. - * Copyright (c) 2015, veraPDF Consortium + * This file is part of veraPDF PDF Box Applications, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium * All rights reserved. * - * VeraPDF Library GUI is free software: you can redistribute it and/or modify + * veraPDF PDF Box 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 Library GUI as the LICENSE.GPL file in the root of the source + * along with veraPDF PDF Box 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 Library GUI as the LICENSE.MPL file in the root of the source tree. + * veraPDF PDF Box 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/. */ diff --git a/pom.xml b/pom.xml index 7f74fa5c..c5908fe7 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@