From 10b647366ebe60168048aa73cfa3281f798a7ab5 Mon Sep 17 00:00:00 2001 From: Maxim Date: Fri, 9 Aug 2024 19:40:00 +0300 Subject: [PATCH] Update license headers --- license/template/license.txt | 2 +- org.verapdf.releng/pom.xml | 24 ++++++++++++++++++- org.verapdf.sdk/build.properties | 21 ++++++++++++++++ org.verapdf.sdk/feature.xml | 22 +++++++++++++++++ org.verapdf.sdk/pom.xml | 22 +++++++++++++++++ org.verapdf.tests/build.properties | 21 ++++++++++++++++ org.verapdf.tests/pom.xml | 22 +++++++++++++++++ org.verapdf.ui/build.properties | 21 ++++++++++++++++ org.verapdf.ui/plugin.xml | 22 +++++++++++++++++ org.verapdf.ui/pom.xml | 22 +++++++++++++++++ .../src/org/verapdf/ui/ModelUiModule.java | 20 ++++++++++++++++ .../AntlrTokenToAttributeIdMapper.java | 20 ++++++++++++++++ org.verapdf/build.properties | 21 ++++++++++++++++ org.verapdf/plugin.xml | 22 +++++++++++++++++ org.verapdf/pom.xml | 22 +++++++++++++++++ .../src/org/verapdf/ModelRuntimeModule.java | 20 ++++++++++++++++ .../src/org/verapdf/ModelStandaloneSetup.java | 20 ++++++++++++++++ 17 files changed, 342 insertions(+), 2 deletions(-) diff --git a/license/template/license.txt b/license/template/license.txt index 03f6d2b..4e2cdeb 100644 --- a/license/template/license.txt +++ b/license/template/license.txt @@ -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 diff --git a/org.verapdf.releng/pom.xml b/org.verapdf.releng/pom.xml index 03ed7c2..4abdeac 100644 --- a/org.verapdf.releng/pom.xml +++ b/org.verapdf.releng/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 @@ -6,7 +28,7 @@ verapdf-parent org.verapdf - 1.27.1 + 1.27.2 org.verapdf diff --git a/org.verapdf.sdk/build.properties b/org.verapdf.sdk/build.properties index 43c54c1..4853dec 100644 --- a/org.verapdf.sdk/build.properties +++ b/org.verapdf.sdk/build.properties @@ -1 +1,22 @@ +# +# This file is part of VERA PDF Feature, a module of the veraPDF project. +# Copyright (c) 2015-2024, veraPDF Consortium +# 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 diff --git a/org.verapdf.sdk/feature.xml b/org.verapdf.sdk/feature.xml index ff17784..75fa30d 100644 --- a/org.verapdf.sdk/feature.xml +++ b/org.verapdf.sdk/feature.xml @@ -1,4 +1,26 @@ + diff --git a/org.verapdf.sdk/pom.xml b/org.verapdf.sdk/pom.xml index c19398b..61b7767 100644 --- a/org.verapdf.sdk/pom.xml +++ b/org.verapdf.sdk/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 diff --git a/org.verapdf.tests/build.properties b/org.verapdf.tests/build.properties index 874c0b8..eff7844 100644 --- a/org.verapdf.tests/build.properties +++ b/org.verapdf.tests/build.properties @@ -1,3 +1,24 @@ +# +# This file is part of VERA PDF Tests, a module of the veraPDF project. +# Copyright (c) 2015-2024, veraPDF Consortium +# 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/ diff --git a/org.verapdf.tests/pom.xml b/org.verapdf.tests/pom.xml index fbc54ab..e4dece5 100644 --- a/org.verapdf.tests/pom.xml +++ b/org.verapdf.tests/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 diff --git a/org.verapdf.ui/build.properties b/org.verapdf.ui/build.properties index 31255ed..41c8a12 100644 --- a/org.verapdf.ui/build.properties +++ b/org.verapdf.ui/build.properties @@ -1,3 +1,24 @@ +# +# This file is part of VERA PDF UI, a module of the veraPDF project. +# Copyright (c) 2015-2024, veraPDF Consortium +# 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/ diff --git a/org.verapdf.ui/plugin.xml b/org.verapdf.ui/plugin.xml index 41c612d..3441fac 100644 --- a/org.verapdf.ui/plugin.xml +++ b/org.verapdf.ui/plugin.xml @@ -1,4 +1,26 @@ + diff --git a/org.verapdf.ui/pom.xml b/org.verapdf.ui/pom.xml index ff9cbb6..df00a2a 100644 --- a/org.verapdf.ui/pom.xml +++ b/org.verapdf.ui/pom.xml @@ -1,4 +1,26 @@ + 4.0.0 diff --git a/org.verapdf.ui/src/org/verapdf/ui/ModelUiModule.java b/org.verapdf.ui/src/org/verapdf/ui/ModelUiModule.java index 4428cb3..77eb36a 100644 --- a/org.verapdf.ui/src/org/verapdf/ui/ModelUiModule.java +++ b/org.verapdf.ui/src/org/verapdf/ui/ModelUiModule.java @@ -1,3 +1,23 @@ +/** + * This file is part of VERA PDF UI, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * 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 */ diff --git a/org.verapdf.ui/src/org/verapdf/ui/syntaxcoloring/AntlrTokenToAttributeIdMapper.java b/org.verapdf.ui/src/org/verapdf/ui/syntaxcoloring/AntlrTokenToAttributeIdMapper.java index d14225f..e8e38ea 100644 --- a/org.verapdf.ui/src/org/verapdf/ui/syntaxcoloring/AntlrTokenToAttributeIdMapper.java +++ b/org.verapdf.ui/src/org/verapdf/ui/syntaxcoloring/AntlrTokenToAttributeIdMapper.java @@ -1,3 +1,23 @@ +/** + * This file is part of VERA PDF UI, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * 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; diff --git a/org.verapdf/build.properties b/org.verapdf/build.properties index 07a4268..9fc7757 100644 --- a/org.verapdf/build.properties +++ b/org.verapdf/build.properties @@ -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 +# 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/ diff --git a/org.verapdf/plugin.xml b/org.verapdf/plugin.xml index 64a5e8b..e84f4e8 100644 --- a/org.verapdf/plugin.xml +++ b/org.verapdf/plugin.xml @@ -1,4 +1,26 @@ + diff --git a/org.verapdf/pom.xml b/org.verapdf/pom.xml index 2ce1022..8651864 100644 --- a/org.verapdf/pom.xml +++ b/org.verapdf/pom.xml @@ -1,3 +1,25 @@ + 4.0.0 diff --git a/org.verapdf/src/org/verapdf/ModelRuntimeModule.java b/org.verapdf/src/org/verapdf/ModelRuntimeModule.java index 9f42631..03c56e0 100644 --- a/org.verapdf/src/org/verapdf/ModelRuntimeModule.java +++ b/org.verapdf/src/org/verapdf/ModelRuntimeModule.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Validation Model DSL, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * 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/. + */ /* * generated by Xtext */ diff --git a/org.verapdf/src/org/verapdf/ModelStandaloneSetup.java b/org.verapdf/src/org/verapdf/ModelStandaloneSetup.java index b10fb75..305666f 100644 --- a/org.verapdf/src/org/verapdf/ModelStandaloneSetup.java +++ b/org.verapdf/src/org/verapdf/ModelStandaloneSetup.java @@ -1,3 +1,23 @@ +/** + * This file is part of veraPDF Validation Model DSL, a module of the veraPDF project. + * Copyright (c) 2015-2024, veraPDF Consortium + * 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/. + */ /* * generated by Xtext */