Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • eclipse/technology/dash/org.eclipse.dash.handbook
  • jograham/org.eclipse.dash.handbook
  • wbeaton/org.eclipse.dash.handbook
  • mlowehgc/org.eclipse.dash.handbook
  • malowe/org.eclipse.dash.handbook
  • mrybczyn/org.eclipse.dash.handbook
  • bbaldassari2kd/org.eclipse.dash.handbook
  • netomi/org.eclipse.dash.handbook
  • ejiang/org.eclipse.dash.handbook
  • fgurr/org.eclipse.dash.handbook
10 results
Show changes
Commits on Source (55)
Showing
with 127 additions and 95 deletions
...@@ -4,16 +4,16 @@ ...@@ -4,16 +4,16 @@
[submodule "source/efdp"] [submodule "source/efdp"]
path = source/efdp path = source/efdp
url = https://gitlab.eclipse.org/eclipsefdn/emo-team/policies/development-process.git url = git@gitlab.eclipse.org:eclipse/vhant/development-process.git
branch = 1.11 branch = 1.11
ignore = dirty ignore = dirty
[submodule "source/efsp"] [submodule "source/efsp"]
path = source/efsp path = source/efsp
url = https://gitlab.eclipse.org/eclipsefdn/emo-team/policies/specification-process.git url = git@gitlab.eclipse.org:eclipse/vhant/specification-process.git
branch = version_1_3 branch = version_1_3
ignore = dirty ignore = dirty
[submodule "source/guidelines"] [submodule "source/guidelines"]
path = source/guidelines path = source/guidelines
url = https://gitlab.eclipse.org/eclipsefdn/emo-team/policies/project-guidelines.git url = git@gitlab.eclipse.org:eclipsefdn/emo-team/policies/project-guidelines.git
branch = main branch = main
ignore = dirty ignore = dirty
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Eclipse Dash
Upstream-Contact: Wayne Beaton <wayne.beaton@eclipse-foundation.org>
Source: https://gitlab.eclipse.org:eclipse/dash/org.eclipse.dash.handbook.git
Files: DEPENDENCIES
Copyright: 2019 The Eclipse Foundation
License: EPL-2.0
Files: CODE_OF_CONDUCT.md
Copyright: 2023 The Eclipse Foundation
License: EPL-2.0
Files: .settings/*
Copyright: 2019 The Eclipse Foundation
License: EPL-2.0
Files: source/icons/important.png source/icons/info.png source/icons/note.png source/icons/tip.png source/icons/warning.png
Copyright: Tango Desktop Project
License: CC-PDDC
Files: source/icons/callouts/*.png
Copyright: Copyright © 2017 The Eclipse Foundation
License: EPL-2.0
Files: source/images/*.png source/images/*.jpg
Copyright: 2015 Contributors to The Eclipse Foundation
License: EPL-2.0
Files: .project
Copyright: 2015 Contributors to The Eclipse Foundation
License: EPL-2.0
...@@ -20,6 +20,8 @@ image:https://eclipse.org/projects/services/status.php?id=technology.dash[link=h ...@@ -20,6 +20,8 @@ image:https://eclipse.org/projects/services/status.php?id=technology.dash[link=h
This repository contains the sources for the Eclipse Project Handbook. All content is represented in Asciidoc format and Asciidoctor is used to render the content into HTML, PDF, and EPUB formats. Note that the documents are all rendered complete (i.e. images and other resources are embedded). This repository contains the sources for the Eclipse Project Handbook. All content is represented in Asciidoc format and Asciidoctor is used to render the content into HTML, PDF, and EPUB formats. Note that the documents are all rendered complete (i.e. images and other resources are embedded).
The official website of the Eclipse Project Handbook is: https://www.eclipse.org/projects/handbook/
The CONTRIBUTING.md file contains information regarding how to contribute to this project. The CONTRIBUTING.md file contains information regarding how to contribute to this project.
== General Formatting Rules == General Formatting Rules
......
#*************************************************************************
# * Copyright (c) 2025 The Eclipse Foundation and others.
# *
# * This program and the accompanying materials are made available under
# * the terms of the Eclipse Public License 2.0 which accompanies this
# * distribution, and is available at https://www.eclipse.org/legal/epl-2.0
# *
# * SPDX-License-Identifier: EPL-2.0
# *************************************************************************/
version = 1
SPDX-PackageName = "Eclipse Project Handbook"
SPDX-PackageSupplier = "The Eclipse Vhant Project"
SPDX-PackageDownloadLocation = "https://gitlab.eclipse.org:eclipse/vhant/org.eclipse.dash.handbook.git"
[[annotations]]
path = "DEPENDENCIES"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 The Eclipse Foundation"
SPDX-License-Identifier = "EPL-2.0"
[[annotations]]
path = "CODE_OF_CONDUCT.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 The Eclipse Foundation"
SPDX-License-Identifier = "EPL-2.0"
[[annotations]]
path = ".settings/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 The Eclipse Foundation"
SPDX-License-Identifier = "EPL-2.0"
[[annotations]]
path = ["source/icons/important.png", "source/icons/info.png", "source/icons/note.png", "source/icons/tip.png", "source/icons/warning.png"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Tango Desktop Project"
SPDX-License-Identifier = "CC-PDDC"
[[annotations]]
path = "source/icons/callouts/**.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright © 2017 The Eclipse Foundation"
SPDX-License-Identifier = "EPL-2.0"
[[annotations]]
path = ["source/images/**.png", "source/images/**.jpg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2015 Contributors to The Eclipse Foundation"
SPDX-License-Identifier = "EPL-2.0"
[[annotations]]
path = ".project"
precedence = "aggregate"
SPDX-FileCopyrightText = "2015 Contributors to The Eclipse Foundation"
SPDX-License-Identifier = "EPL-2.0"
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
<require>asciidoctor-diagram</require> <require>asciidoctor-diagram</require>
</requires> </requires>
<backend>xhtml5</backend> <backend>xhtml5</backend>
<sourceHighlighter>coderay</sourceHighlighter>
<attributes> <attributes>
<source-highlighter>coderay</source-highlighter>
<endpoint-url>http://www.eclipse.org</endpoint-url> <endpoint-url>http://www.eclipse.org</endpoint-url>
<project-version>${project.version}</project-version> <project-version>${project.version}</project-version>
<doctype>book</doctype> <doctype>book</doctype>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at * terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0. * https://www.eclipse.org/legal/epl-2.0.
* *
* SPDX-FileType: SOURCE * SPDX-FileType: SOURCE
* *
...@@ -30,58 +30,64 @@ All projects must conform to the xref:trademarks[branding guidelines] before eng ...@@ -30,58 +30,64 @@ All projects must conform to the xref:trademarks[branding guidelines] before eng
[discrete] [discrete]
== General == General
* Project is operating within the mission and scope defined in its top-level project's charter; * [ ] Project is operating within the mission and scope defined in its top-level project's charter;
* Project is operating within the bounds of its own scope; * [ ] Project is operating within the bounds of its own scope;
* Project is operating in an open and transparent manner; * [ ] Project is operating in an open and transparent manner;
* All distributed xref:ip-third-party[third party] content has been approved by the IP Team; * [ ] All distributed xref:ip-third-party[third party] content has been approved by the IP Team;
* Project content correctly uses Eclipse Foundation trademarks; and * [ ] Project content correctly uses Eclipse Foundation trademarks; and
* Project content (code and documentation) does not violate trademarks owned by other organisations. * [ ] Project content (code and documentation) does not violate trademarks owned by other organisations.
[discrete] [discrete]
== Code == Code
* All project code is managed in source code repositories provided by The Eclipse Foundation; * [ ] All project code is managed in source code repositories provided by The Eclipse Foundation;
* Naming conventions followed: * [ ] Naming conventions followed:
** e.g. `{namespace}.<shortname>.<component>[.*]` for Java packages and OSGi Bundles; ** e.g. `{namespace}.<shortname>.<component>[.*]` for Java packages and OSGi Bundles;
* Provider information is set to the project's formal name: * [ ] Provider information is set to the project's formal name:
** e.g. the `Bundle-Vendor` entry set to "Eclipse Foo" in OSGi Bundles; or ** e.g. the `Bundle-Vendor` entry set to "Eclipse Foo" in OSGi Bundles; or
** e.g. the `project` and `organisation` names are set to "{forgeName} Foo" in Maven `pom.xml` files; ** e.g. the `project` and `organisation` names are set to "{forgeName} Foo" in Maven `pom.xml` files;
* xref:legaldoc[Legal documentation] is provided: * xref:legaldoc[Legal documentation] is provided:
** All source files include a copyright and license header (when technically feasible); ** [ ] All source files include a xref:ip-copyright-headers[copyright and license header] (when technically feasible);
** All source code repositories include a xref:legaldoc-license[`LICENSE`] file (or equivalent) in the root; and ** [ ] All source code repositories include a xref:legaldoc-license[`LICENSE`] file (or equivalent) in the root; and
** All source code repositories include a xref:legaldoc-notice[`NOTICES`] file (or--for projects that produce Eclipse Platform plug-ins--`about.html` files as described by the <<legaldoc-plugins>>); ** [ ] All source code repositories include a xref:legaldoc-notice[`NOTICES`] file (or -- for projects that produce Eclipse Platform plug-ins -- `about.html` files as described by the xref:legaldoc-plugins[]);
* All source code repositories include a xref:legaldoc-contributor[`CONTRIBUTING`] file (or equivalent) in the root; and * [ ] All source code repositories include a xref:legaldoc-contributor[`CONTRIBUTING`] file (or equivalent) in the root;
* All feature names and descriptions are captured, are spelled correctly, use proper grammar, and contain content that is actually useful for the intended audience. * [ ] All source code repositories include a xref:legaldoc-security[`SECURITY`] file (or equivalent) in the root; and
* [ ] All feature names and descriptions are captured, are spelled correctly, use proper grammar, and contain content that is actually useful for the intended audience.
[TIP]
====
Consider adopting https://reuse.software[REUSE] for your Eclipse open source project.
====
[discrete] [discrete]
== Downloads == Downloads
Many projects provide binary/compiled _downloads_ of their software, intended for consumption by their various communities. Many projects provide binary/compiled _downloads_ of their software, intended for consumption by their various communities.
* All generated artifacts include only intellectual property that has been subject to the xref:ip[IP Due Diligence Process]; * [ ] All generated artifacts include only intellectual property that has been subject to the xref:ip[IP Due Diligence Process];
* The xref:resources-website[project website] and xref:pmi-project-page[project page] includes links for artifacts; * [ ] The xref:resources-website[project website] and xref:pmi-project-page[project page] includes links for artifacts;
* xref:starting-incubation-branding[Incubation branding] (when applicable) is included on distributed artifacts; * [ ] xref:starting-incubation-branding[Incubation branding] (when applicable) is included on distributed artifacts;
* All download artifacts are (if technical feasible) {jarSigningUrl}[signed]; and * [ ] All download artifacts are (if technical feasible) {jarSigningUrl}[signed]; and
* Subject to limitations of specific technologies, the https://semver.org/[Semantic Versioning] rules are followed. * [ ] Subject to limitations of specific technologies, the https://semver.org/[Semantic Versioning] rules are followed.
[discrete] [discrete]
== Project Metadata == Project Metadata
Project metadata is specified and maintained using the xref:pmi[Project Management Infrastructure]. Project metadata is specified and maintained using the xref:pmi[Project Management Infrastructure].
* The formal name, e.g. _{forgeName} Foo_, is used in the project title; * [ ] The formal name, e.g. _{forgeName} Foo_, is used in the project title;
* The formal name including appropriate marks is used in the first mention in the text of the project description, and scope; * [ ] The formal name including appropriate marks is used in the first mention in the text of the project description, and scope;
* The project description starts with a single paragraph that can serve as an _executive summary_; * [ ] The project description starts with a single paragraph that can serve as an _executive summary_;
* Source code repository references are up-to-date; and * [ ] Source code repository references are up-to-date; and
* Download links and information are up-to-date. * [ ] Download links and information are up-to-date.
[discrete] [discrete]
== Release Metadata == Release Metadata
Release metadata is specified and maintained using the xref:pmi[Project Management Infrastructure]. Project teams are required to create a metadata entry for every official release (including major, minor, and service releases). Release metadata is specified and maintained using the xref:pmi[Project Management Infrastructure]. Project teams are required to create a metadata entry for every official release (including major, minor, and service releases).
* At least one release record describes a future release; and * [ ] At least one release record describes a future release; and
* The release record includes a description that starts with a single paragraph that can serve as an _executive summary_. * [ ] The release record includes a description that starts with a single paragraph that can serve as an _executive summary_.
[TIP] [TIP]
==== ====
...@@ -93,16 +99,16 @@ Use the xref:pmi-commands-release[Create a new release] command on a specific xr ...@@ -93,16 +99,16 @@ Use the xref:pmi-commands-release[Create a new release] command on a specific xr
The xref:resources-website[Project Website]: The xref:resources-website[Project Website]:
* Is hosted on Eclipse Foundation-provided infrastructure; * [ ] Is hosted on Eclipse Foundation-provided infrastructure;
* Uses the formal name including appropriate marks, e.g. _{forgeName} Foo(TM)_, on the page title, first mention in the text, and on all prominent references to the project; * [ ] Uses the formal name including appropriate marks, e.g. _{forgeName} Foo(TM)_, on the page title, first mention in the text, and on all prominent references to the project;
* xref:starting-incubation-branding[Incubation branding] (when the project is in the xref:starting-incubation[incubation phase]) is displayed; * [ ] xref:starting-incubation-branding[Incubation branding] (when the project is in the xref:starting-incubation[incubation phase]) is displayed;
* Includes a concise description of the project (with all necessary marks); and * [ ] Includes a concise description of the project (with all necessary marks); and
* The xref:trademarks-website-footer[standard navigation] links are included in the website footer. * [ ] The xref:trademarks-website-footer[standard navigation] links are included in the website footer.
[discrete] [discrete]
== Logos and graphics == Logos and graphics
* xref:trademarks-project-logo[Project logo] includes the trademark symbol; and * [ ] xref:trademarks-project-logo[Project logo] includes the trademark symbol; and
* Project logo is used consistently. * [ ] Project logo is used consistently.
[discrete] [discrete]
== Company Logos == Company Logos
...@@ -118,19 +124,19 @@ Company logos may optionally be included on a xref:resources-website[project web ...@@ -118,19 +124,19 @@ Company logos may optionally be included on a xref:resources-website[project web
xref:trademark-external-community[Community portals], regardless of who owns and maintains them must conform to the branding guidelines. If you discover a website that does not conform to these guidelines (and it is not within your power to effect the changes yourself), send a note to mailto:{emoEmail}[EMO] to request assistance. xref:trademark-external-community[Community portals], regardless of who owns and maintains them must conform to the branding guidelines. If you discover a website that does not conform to these guidelines (and it is not within your power to effect the changes yourself), send a note to mailto:{emoEmail}[EMO] to request assistance.
* The formal name including appropriate marks, e.g. _{forgeName} Foo(TM)_, is used on the page title, first mention in the text, and on all prominent references to the project; * [ ] The formal name including appropriate marks, e.g. _{forgeName} Foo(TM)_, is used on the page title, first mention in the text, and on all prominent references to the project;
* xref:trademarks-external-attribution[Attributions] are provided for all Eclipse Foundation marks; * [ ] xref:trademarks-external-attribution[Attributions] are provided for all Eclipse Foundation marks;
* All references to {forgeName} open source projects use the formal name with appropriate marks; * [ ] All references to {forgeName} open source projects use the formal name with appropriate marks;
* Trademark and registered trademark symbols are used appropriately; * [ ] Trademark and registered trademark symbols are used appropriately;
* Developers are directed to the official xref:resources-website[project website] for information regarding contribution or related development activities; * [ ] Developers are directed to the official xref:resources-website[project website] for information regarding contribution or related development activities;
* Ownership of the domain name (especially if it includes the project name) has been transferred to the Eclipse Foundation; and * [ ] Ownership of the domain name (especially if it includes the project name) has been transferred to the Eclipse Foundation; and
* The domain is regarded and used exclusively as a community portal (i.e. is is not presented as the official project website). * [ ] The domain is regarded and used exclusively as a community portal (i.e. is is not presented as the official project website).
[discrete] [discrete]
== Announcements, News items, Blog posts, ... == Announcements, News items, Blog posts, ...
All announcements regarding project milestones issued by the project must conform to the branding guidelines. All announcements regarding project milestones issued by the project must conform to the branding guidelines.
* The formal name including appropriate marks, e.g. _{forgeName} Foo(TM)_, is used in the title, first mention in the text, and on all prominent references to the project; * [ ] The formal name including appropriate marks, e.g. _{forgeName} Foo(TM)_, is used in the title, first mention in the text, and on all prominent references to the project;
* xref:trademarks-external-attribution[Attributions] are provided for all Eclipse Foundation marks; and * [ ] xref:trademarks-external-attribution[Attributions] are provided for all Eclipse Foundation marks; and
* All references to {forgeName} open source projects use the formal name with appropriate marks. * [ ] All references to {forgeName} open source projects use the formal name with appropriate marks.
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at * terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0. * https://www.eclipse.org/legal/epl-2.0.
* *
* SPDX-FileType: SOURCE * SPDX-FileType: SOURCE
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at * terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0. * https://www.eclipse.org/legal/epl-2.0.
* *
* SPDX-FileType: SOURCE * SPDX-FileType: SOURCE
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at * terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0. * https://www.eclipse.org/legal/epl-2.0.
* *
* SPDX-FileType: SOURCE * SPDX-FileType: SOURCE
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at * terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0. * https://www.eclipse.org/legal/epl-2.0.
* *
* SPDX-FileType: SOURCE * SPDX-FileType: SOURCE
* *
...@@ -30,7 +30,7 @@ To contribute to {aForgeName} open source project, a contributor must: ...@@ -30,7 +30,7 @@ To contribute to {aForgeName} open source project, a contributor must:
. Read the project's contribution guide to learn about coding style and other guidelines for contributions (contribution guidelines are typically found a `CONTRIBUTING` or `README` file in the root of every source code repository); . Read the project's contribution guide to learn about coding style and other guidelines for contributions (contribution guidelines are typically found a `CONTRIBUTING` or `README` file in the root of every source code repository);
. Create a commit: . Create a commit:
* Ensure that the author credentials on the commit record match the email address associated with their Eclipse Foundation Account * Ensure that the author credentials on the commit record match the email address associated with their Eclipse Foundation Account
. Create a pull request (GitHub), merge request (GitLab), or submit a review (Gerrit); and . Create a pull request (GitHub) or merge request (GitLab); and
. Work with the project team to merge the contribution. . Work with the project team to merge the contribution.
Contributors retain ownership of their contributions; the ECA, for example, states in part: Contributors retain ownership of their contributions; the ECA, for example, states in part:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// This program and the accompanying materials are made available under the // This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at // terms of the Eclipse Public License v. 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0. // https://www.eclipse.org/legal/epl-2.0.
// //
// SPDX-FileType: SOURCE // SPDX-FileType: SOURCE
// //
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// This program and the accompanying materials are made available under the // This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at // terms of the Eclipse Public License v. 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0. // https://www.eclipse.org/legal/epl-2.0.
// //
// SPDX-FileType: SOURCE // SPDX-FileType: SOURCE
// //
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// This program and the accompanying materials are made available under the // This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at // terms of the Eclipse Public License v. 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0. // https://www.eclipse.org/legal/epl-2.0.
// //
// SPDX-FileType: SOURCE // SPDX-FileType: SOURCE
// //
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// This program and the accompanying materials are made available under the // This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at // terms of the Eclipse Public License v. 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0. // https://www.eclipse.org/legal/epl-2.0.
// //
// SPDX-FileType: SOURCE // SPDX-FileType: SOURCE
// //
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// This program and the accompanying materials are made available under the // This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at // terms of the Eclipse Public License v. 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0. // https://www.eclipse.org/legal/epl-2.0.
// //
// SPDX-FileType: SOURCE // SPDX-FileType: SOURCE
// //
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// This program and the accompanying materials are made available under the // This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at // terms of the Eclipse Public License v. 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0. // https://www.eclipse.org/legal/epl-2.0.
// //
// SPDX-FileType: SOURCE // SPDX-FileType: SOURCE
// //
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// This program and the accompanying materials are made available under the // This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at // terms of the Eclipse Public License v. 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0. // https://www.eclipse.org/legal/epl-2.0.
// //
// SPDX-FileType: SOURCE // SPDX-FileType: SOURCE
// //
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// This program and the accompanying materials are made available under the // This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at // terms of the Eclipse Public License v. 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0. // https://www.eclipse.org/legal/epl-2.0.
// //
// SPDX-FileType: SOURCE // SPDX-FileType: SOURCE
// //
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at * terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0. * https://www.eclipse.org/legal/epl-2.0.
* *
* SPDX-FileType: SOURCE * SPDX-FileType: SOURCE
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at * terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0. * https://www.eclipse.org/legal/epl-2.0.
* *
* SPDX-FileType: SOURCE * SPDX-FileType: SOURCE
* *
......