From 36a69147426fe649bdfcdc2605373127dd826890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odin=20Dahlstr=C3=B6m?= Date: Wed, 4 Sep 2024 04:04:13 +0200 Subject: [PATCH] Update GitHub repository links to the new URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Odin Dahlström --- .reuse/dep5 | 2 +- README.md | 8 ++++---- SECURITY.md | 2 +- core/pom.xml | 6 +++--- .../eclipse/dash/licenses/cli/CommandLineSettings.java | 2 +- maven-plugin/pom.xml | 6 +++--- pom.xml | 8 ++++---- shaded/pom.xml | 6 +++--- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 07065688..ae36868c 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Eclipse Dash Upstream-Contact: Wayne Beaton -Source: https://github.com/eclipse/dash-licenses +Source: https://github.com/eclipse-dash/dash-licenses Files: CODE_OF_CONDUCT.md Copyright: 2023 The Eclipse Foundation diff --git a/README.md b/README.md index aea92d3c..c3c80193 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ To use this feature, you must have committer status on at least one Eclipse proj * Get an [authentication token](https://gitlab.eclipse.org/-/profile/personal_access_tokens) (scope: `api`) from `gitlab.eclipse.org`; * Include the `-review` option; * Pass the token via the `-token` option; -* Pass the Eclipse project's repository URL (e.g., `https://github.com/eclipse/dash-licenses`) via the `-repo` option; and +* Pass the Eclipse project's repository URL (e.g., `https://github.com/eclipse-dash/dash-licenses`) via the `-repo` option; and * Pass the Eclipse open source project id (e.g., `technology.dash`) via the `-project` option. Note that the options are slightly different for the [Maven plugin](README.md#maven-plugin-options). @@ -262,7 +262,7 @@ The Maven Plugin has the following properties that can passed either via the com - `dash.fail` - Force the build to fail when license issues are found. Default: `false`; - `dash.iplab.token` - The access token for automatically creating IP Team review requests **Do not share your access token.**; - `dash.projectId` - The Eclipse open source project id (e.g. `technology.dash`); -- `dash.repo` - Specify the Eclipse Project repository that is the source of the request (e.g., `https://github.com/eclipse/dash-licenses`); +- `dash.repo` - Specify the Eclipse Project repository that is the source of the request (e.g., `https://github.com/eclipse-dash/dash-licenses`); - `dash.summary` - The location (where) to generate the summary file; and - `dash.review.summary` - The location (where) to generate the review-summary file. @@ -579,7 +579,7 @@ Sort out the licenses and approval of dependencies. -token The GitLab authentication token is the path to a file, or "-" to indicate stdin. -For more help and examples, see https://github.com/eclipse/dash-licenses +For more help and examples, see https://github.com/eclipse-dash/dash-licenses ``` ### Errors @@ -623,7 +623,7 @@ on: types: [created] jobs: call-license-check: - uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master + uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master with: projectId: secrets: diff --git a/SECURITY.md b/SECURITY.md index 03d65f40..08632a35 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -20,4 +20,4 @@ Security updates are applied to the HEAD of the master branch. ## Reporting a Vulnerability -use the Eclipse Dash License Tool's [Issue Tracker](https://github.com/eclipse/dash-licenses/issues/new) to report a vulnerability. \ No newline at end of file +use the Eclipse Dash License Tool's [Issue Tracker](https://github.com/eclipse-dash/dash-licenses/issues/new) to report a vulnerability. \ No newline at end of file diff --git a/core/pom.xml b/core/pom.xml index c033c101..8d14c067 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -46,16 +46,16 @@ Eclipse Dash License Tool Core and CLI The Eclipse Dash License Tool identifies the licenses of content. - https://github.com/eclipse/dash-licenses + https://github.com/eclipse-dash/dash-licenses - https://github.com/eclipse/dash-licenses + https://github.com/eclipse-dash/dash-licenses HEAD GitHub - https://github.com/eclipse/dash-licenses/issues + https://github.com/eclipse-dash/dash-licenses/issues diff --git a/core/src/main/java/org/eclipse/dash/licenses/cli/CommandLineSettings.java b/core/src/main/java/org/eclipse/dash/licenses/cli/CommandLineSettings.java index 46146c3a..cb75bf79 100644 --- a/core/src/main/java/org/eclipse/dash/licenses/cli/CommandLineSettings.java +++ b/core/src/main/java/org/eclipse/dash/licenses/cli/CommandLineSettings.java @@ -297,7 +297,7 @@ public static void printHelp(PrintStream out) { final String syntax = String.format("%s [options] ...", Main.class.getName()); final String usageHeader = "Sort out the licenses and approval of dependencies."; final String usageFooter = "\n is the path to a file, or \"-\" to indicate stdin. " - + "\nFor more help and examples, see https://github.com/eclipse/dash-licenses"; + + "\nFor more help and examples, see https://github.com/eclipse-dash/dash-licenses"; formatter.printHelp(syntax, usageHeader, getOptions(), usageFooter); } diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 2b3253de..a779f09a 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -45,16 +45,16 @@ Eclipse Dash License Tool Maven Plugin The Eclipse Dash License Tool identifies the licenses of content. - https://github.com/eclipse/dash-licenses + https://github.com/eclipse-dash/dash-licenses - https://github.com/eclipse/dash-licenses + https://github.com/eclipse-dash/dash-licenses HEAD GitHub - https://github.com/eclipse/dash-licenses/issues + https://github.com/eclipse-dash/dash-licenses/issues diff --git a/pom.xml b/pom.xml index 6cb5b1ba..b9ce06d1 100644 --- a/pom.xml +++ b/pom.xml @@ -40,17 +40,17 @@ Eclipse Dash License Tool Root The Eclipse Dash License Tool identifies the licenses of content. - https://github.com/eclipse/dash-licenses + https://github.com/eclipse-dash/dash-licenses - https://github.com/eclipse/dash-licenses - scm:git:git@github.com:eclipse/dash-licenses.git + https://github.com/eclipse-dash/dash-licenses + scm:git:git@github.com:eclipse-dash/dash-licenses.git HEAD GitHub - https://github.com/eclipse/dash-licenses/issues + https://github.com/eclipse-dash/dash-licenses/issues diff --git a/shaded/pom.xml b/shaded/pom.xml index a4223873..59e68372 100644 --- a/shaded/pom.xml +++ b/shaded/pom.xml @@ -43,16 +43,16 @@ Eclipse Dash License Tool Executable JAR The Eclipse Dash License Tool bundled as an executable JAR. - https://github.com/eclipse/dash-licenses + https://github.com/eclipse-dash/dash-licenses - https://github.com/eclipse/dash-licenses + https://github.com/eclipse-dash/dash-licenses HEAD GitHub - https://github.com/eclipse/dash-licenses/issues + https://github.com/eclipse-dash/dash-licenses/issues