Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update license headers #76

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
24 changes: 23 additions & 1 deletion org.verapdf.releng/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

This file is part of veraPDF Model Syntax, a module of the veraPDF project.
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
All rights reserved.

veraPDF Model Syntax 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 Model Syntax 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 Model Syntax 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/.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>verapdf-parent</artifactId>
<groupId>org.verapdf</groupId>
<version>1.27.1</version>
<version>1.27.2</version>
</parent>

<groupId>org.verapdf</groupId>
Expand Down
21 changes: 21 additions & 0 deletions org.verapdf.sdk/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
#
# This file is part of VERA PDF Feature, a module of the veraPDF project.
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
# All rights reserved.
#
# VERA PDF Feature 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 VERA PDF Feature 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
# VERA PDF Feature 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/.
#

bin.includes =feature.xml
22 changes: 22 additions & 0 deletions org.verapdf.sdk/feature.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

This file is part of VERA PDF Feature, a module of the veraPDF project.
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
All rights reserved.

VERA PDF Feature 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 VERA PDF Feature 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
VERA PDF Feature 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/.

-->
<feature id="org.verapdf.sdk"
label="Model SDK Feature "
version="1.27.0">
Expand Down
22 changes: 22 additions & 0 deletions org.verapdf.sdk/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

This file is part of VERA PDF Feature, a module of the veraPDF project.
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
All rights reserved.

VERA PDF Feature 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 VERA PDF Feature 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
VERA PDF Feature 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/.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down
21 changes: 21 additions & 0 deletions org.verapdf.tests/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
#
# This file is part of VERA PDF Tests, a module of the veraPDF project.
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
# All rights reserved.
#
# VERA PDF Tests 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 VERA PDF Tests 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
# VERA PDF Tests 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/.
#

source.. = src/,\
src-gen/,\
xtend-gen/
Expand Down
22 changes: 22 additions & 0 deletions org.verapdf.tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

This file is part of VERA PDF Tests, a module of the veraPDF project.
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
All rights reserved.

VERA PDF Tests 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 VERA PDF Tests 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
VERA PDF Tests 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/.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down
21 changes: 21 additions & 0 deletions org.verapdf.ui/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
#
# This file is part of VERA PDF UI, a module of the veraPDF project.
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
# All rights reserved.
#
# VERA PDF UI 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 VERA PDF UI 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
# VERA PDF UI 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/.
#

source.. = src/,\
src-gen/,\
xtend-gen/
Expand Down
22 changes: 22 additions & 0 deletions org.verapdf.ui/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

This file is part of VERA PDF UI, a module of the veraPDF project.
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
All rights reserved.

VERA PDF UI 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 VERA PDF UI 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
VERA PDF UI 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/.

-->
<?eclipse version="3.0"?>

<plugin>
Expand Down
22 changes: 22 additions & 0 deletions org.verapdf.ui/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

This file is part of VERA PDF UI, a module of the veraPDF project.
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
All rights reserved.

VERA PDF UI 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 VERA PDF UI 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
VERA PDF UI 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/.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down
20 changes: 20 additions & 0 deletions org.verapdf.ui/src/org/verapdf/ui/ModelUiModule.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* This file is part of VERA PDF UI, a module of the veraPDF project.
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
* All rights reserved.
*
* VERA PDF UI 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 VERA PDF UI 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
* VERA PDF UI 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/.
*/
/*
* generated by Xtext
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* This file is part of VERA PDF UI, a module of the veraPDF project.
* Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
* All rights reserved.
*
* VERA PDF UI 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 VERA PDF UI 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
* VERA PDF UI 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.ui.syntaxcoloring;

import org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultAntlrTokenToAttributeIdMapper;
Expand Down
21 changes: 21 additions & 0 deletions org.verapdf/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
#
# This file is part of veraPDF Validation Model DSL, a module of the veraPDF project.
# Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
# All rights reserved.
#
# veraPDF Validation Model DSL 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 DSL 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 DSL 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/.
#

source.. = src/,\
src-gen/,\
xtend-gen/
Expand Down
22 changes: 22 additions & 0 deletions org.verapdf/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

This file is part of veraPDF Validation Model DSL, a module of the veraPDF project.
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
All rights reserved.

veraPDF Validation Model DSL 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 DSL 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 DSL 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/.

-->
<?eclipse version="3.0"?>

<plugin>
Expand Down
22 changes: 22 additions & 0 deletions org.verapdf/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<!--

This file is part of veraPDF Validation Model DSL, a module of the veraPDF project.
Copyright (c) 2015-2024, veraPDF Consortium <[email protected]>
All rights reserved.

veraPDF Validation Model DSL 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 DSL 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 DSL 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/.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down
Loading