Skip to content

Commit

Permalink
Update license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Aug 9, 2024
1 parent 8518730 commit 03ab0a0
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
#
# This file is part of veraPDF Validation Model API, a module of the veraPDF project.
# Copyright (c) 2015-2024, veraPDF Consortium <info@verapdf.org>
# All rights reserved.
#
# veraPDF Validation Model API 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 Validation Model API 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 Validation Model API 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:
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/update-arlington-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
#
# This file is part of veraPDF Validation Model API, a module of the veraPDF project.
# Copyright (c) 2015-2024, veraPDF Consortium <info@verapdf.org>
# All rights reserved.
#
# veraPDF Validation Model API 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 Validation Model API 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 Validation Model API 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:
Expand Down
2 changes: 1 addition & 1 deletion license/template/license.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
This file is part of veraPDF Validation Model API, a module of the veraPDF project.
Copyright (c) 2015, veraPDF Consortium <info@verapdf.org>
Copyright (c) 2015-2024, veraPDF Consortium <info@verapdf.org>
All rights reserved.
veraPDF Validation Model API is free software: you can redistribute it and/or modify
Expand All @@ -27,7 +27,7 @@
<parent>
<groupId>org.verapdf</groupId>
<artifactId>verapdf-parent</artifactId>
<version>1.27.1</version>
<version>1.27.2</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 03ab0a0

Please sign in to comment.