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 GitHub repository links to the new URL #369

Merged
merged 1 commit into from
Sep 4, 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 .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Eclipse Dash
Upstream-Contact: Wayne Beaton <[email protected]>
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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -579,7 +579,7 @@ Sort out the licenses and approval of dependencies.
-token <token> The GitLab authentication token

<file> 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

Expand Down Expand Up @@ -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: <PROJECT-ID>
secrets:
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
use the Eclipse Dash License Tool's [Issue Tracker](https://github.com/eclipse-dash/dash-licenses/issues/new) to report a vulnerability.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
<name>Eclipse Dash License Tool Core and CLI</name>
<description>The Eclipse Dash License Tool identifies the licenses of
content.</description>
<url>https://github.com/eclipse/dash-licenses</url>
<url>https://github.com/eclipse-dash/dash-licenses</url>

<scm>
<url>https://github.com/eclipse/dash-licenses</url>
<url>https://github.com/eclipse-dash/dash-licenses</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/eclipse/dash-licenses/issues</url>
<url>https://github.com/eclipse-dash/dash-licenses/issues</url>
</issueManagement>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public static void printHelp(PrintStream out) {
final String syntax = String.format("%s [options] <file> ...", Main.class.getName());
final String usageHeader = "Sort out the licenses and approval of dependencies.";
final String usageFooter = "\n<file> 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);
}
Expand Down
6 changes: 3 additions & 3 deletions maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@

<name>Eclipse Dash License Tool Maven Plugin</name>
<description>The Eclipse Dash License Tool identifies the licenses of content.</description>
<url>https://github.com/eclipse/dash-licenses</url>
<url>https://github.com/eclipse-dash/dash-licenses</url>

<scm>
<url>https://github.com/eclipse/dash-licenses</url>
<url>https://github.com/eclipse-dash/dash-licenses</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/eclipse/dash-licenses/issues</url>
<url>https://github.com/eclipse-dash/dash-licenses/issues</url>
</issueManagement>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@

<name>Eclipse Dash License Tool Root</name>
<description>The Eclipse Dash License Tool identifies the licenses of content.</description>
<url>https://github.com/eclipse/dash-licenses</url>
<url>https://github.com/eclipse-dash/dash-licenses</url>

<scm>
<url>https://github.com/eclipse/dash-licenses</url>
<developerConnection>scm:git:[email protected]:eclipse/dash-licenses.git</developerConnection>
<url>https://github.com/eclipse-dash/dash-licenses</url>
<developerConnection>scm:git:[email protected]:eclipse-dash/dash-licenses.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/eclipse/dash-licenses/issues</url>
<url>https://github.com/eclipse-dash/dash-licenses/issues</url>
</issueManagement>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@

<name>Eclipse Dash License Tool Executable JAR</name>
<description>The Eclipse Dash License Tool bundled as an executable JAR.</description>
<url>https://github.com/eclipse/dash-licenses</url>
<url>https://github.com/eclipse-dash/dash-licenses</url>

<scm>
<url>https://github.com/eclipse/dash-licenses</url>
<url>https://github.com/eclipse-dash/dash-licenses</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/eclipse/dash-licenses/issues</url>
<url>https://github.com/eclipse-dash/dash-licenses/issues</url>
</issueManagement>

<dependencies>
Expand Down
Loading