Skip to content

Commit c21b57a

Browse files
committed
Update current year from 2024 to 2025
1 parent 3d39062 commit c21b57a

File tree

66 files changed

+147
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+147
-62
lines changed

.github/workflows/purge-images.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
#
2+
# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project.
3+
# Copyright (c) 2015-2025, veraPDF Consortium <[email protected]>
4+
# All rights reserved.
5+
#
6+
# veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify
7+
# it under the terms of either:
8+
#
9+
# The GNU General public license GPLv3+.
10+
# You should have received a copy of the GNU General Public License
11+
# along with veraPDF PDF/A Validation Applications as the LICENSE.GPL file in the root of the source
12+
# tree. If not, see http://www.gnu.org/licenses/ or
13+
# https://www.gnu.org/licenses/gpl-3.0.en.html.
14+
#
15+
# The Mozilla Public License MPLv2+.
16+
# You should have received a copy of the Mozilla Public License along with
17+
# veraPDF PDF/A Validation Applications as the LICENSE.MPL file in the root of the source tree.
18+
# If a copy of the MPL was not distributed with this file, you can obtain one at
19+
# http://mozilla.org/MPL/2.0/.
20+
#
21+
122
name: Purge GitHub container registry.
223

324
on:

.github/workflows/push-github.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
#
2+
# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project.
3+
# Copyright (c) 2015-2025, veraPDF Consortium <[email protected]>
4+
# All rights reserved.
5+
#
6+
# veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify
7+
# it under the terms of either:
8+
#
9+
# The GNU General public license GPLv3+.
10+
# You should have received a copy of the GNU General Public License
11+
# along with veraPDF PDF/A Validation Applications as the LICENSE.GPL file in the root of the source
12+
# tree. If not, see http://www.gnu.org/licenses/ or
13+
# https://www.gnu.org/licenses/gpl-3.0.en.html.
14+
#
15+
# The Mozilla Public License MPLv2+.
16+
# You should have received a copy of the Mozilla Public License along with
17+
# veraPDF PDF/A Validation Applications as the LICENSE.MPL file in the root of the source tree.
18+
# If a copy of the MPL was not distributed with this file, you can obtain one at
19+
# http://mozilla.org/MPL/2.0/.
20+
#
21+
122
name: Publish image to GitHub Packages
223
on:
324
push:

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project.
3-
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
3+
# Copyright (c) 2015-2025, veraPDF Consortium <[email protected]>
44
# All rights reserved.
55
#
66
# veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify

.github/workflows/trigger-increment-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project.
3-
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
3+
# Copyright (c) 2015-2025, veraPDF Consortium <[email protected]>
44
# All rights reserved.
55
#
66
# veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify

.github/workflows/trigger-regression-tests-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project.
3-
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
3+
# Copyright (c) 2015-2025, veraPDF Consortium <[email protected]>
44
# All rights reserved.
55
#
66
# veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify

.github/workflows/update-arlington-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project.
3-
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
3+
# Copyright (c) 2015-2025, veraPDF Consortium <[email protected]>
44
# All rights reserved.
55
#
66
# veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify

Dockerfile

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
#
2+
# This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project.
3+
# Copyright (c) 2015-2025, veraPDF Consortium <[email protected]>
4+
# All rights reserved.
5+
#
6+
# veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify
7+
# it under the terms of either:
8+
#
9+
# The GNU General public license GPLv3+.
10+
# You should have received a copy of the GNU General Public License
11+
# along with veraPDF PDF/A Validation Applications as the LICENSE.GPL file in the root of the source
12+
# tree. If not, see http://www.gnu.org/licenses/ or
13+
# https://www.gnu.org/licenses/gpl-3.0.en.html.
14+
#
15+
# The Mozilla Public License MPLv2+.
16+
# You should have received a copy of the Mozilla Public License along with
17+
# veraPDF PDF/A Validation Applications as the LICENSE.MPL file in the root of the source tree.
18+
# If a copy of the MPL was not distributed with this file, you can obtain one at
19+
# http://mozilla.org/MPL/2.0/.
20+
#
21+
122
# See https://docs.docker.com/engine/userguide/eng-image/multistage-build/
223
# First build the app on a maven open jdk 11 container
324
ARG VERAPDF_VERSION

auto-install-tmp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
44
This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project.
5-
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
5+
Copyright (c) 2015-2025, veraPDF Consortium <[email protected]>
66
All rights reserved.
77
88
veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify

docker-install.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<!--
3+
4+
This file is part of veraPDF PDF/A Validation Applications, a module of the veraPDF project.
5+
Copyright (c) 2015-2025, veraPDF Consortium <[email protected]>
6+
All rights reserved.
7+
8+
veraPDF PDF/A Validation Applications is free software: you can redistribute it and/or modify
9+
it under the terms of either:
10+
11+
The GNU General public license GPLv3+.
12+
You should have received a copy of the GNU General Public License
13+
along with veraPDF PDF/A Validation Applications as the LICENSE.GPL file in the root of the source
14+
tree. If not, see http://www.gnu.org/licenses/ or
15+
https://www.gnu.org/licenses/gpl-3.0.en.html.
16+
17+
The Mozilla Public License MPLv2+.
18+
You should have received a copy of the Mozilla Public License along with
19+
veraPDF PDF/A Validation Applications as the LICENSE.MPL file in the root of the source tree.
20+
If a copy of the MPL was not distributed with this file, you can obtain one at
21+
http://mozilla.org/MPL/2.0/.
22+
23+
-->
224
<AutomatedInstallation langpack="eng">
325
<com.izforge.izpack.panels.htmlhello.HTMLHelloPanel id="welcome"/>
426
<com.izforge.izpack.panels.target.TargetPanel id="install_dir">

greenfield-apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
33
This file is part of veraPDF Greenfield Applications, a module of the veraPDF project.
4-
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
4+
Copyright (c) 2015-2025, veraPDF Consortium <[email protected]>
55
All rights reserved.
66
77
veraPDF Greenfield Applications is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)