Skip to content

Commit

Permalink
update licenses to PF5 licenses. Update NOTICE's and fix releasing.md…
Browse files Browse the repository at this point in the history
… commands
  • Loading branch information
andytaylor authored and gemmellr committed Jan 14, 2025
1 parent 5e305d0 commit 4eee018
Show file tree
Hide file tree
Showing 4 changed files with 945 additions and 1,988 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache ActiveMQ Artemis Console
Copyright 2024 The Apache Software Foundation
Copyright 2024-2025 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
2 changes: 1 addition & 1 deletion Releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ yarn license
Note that a check can be made to identify any possible problematic licenses by running in the `artemis-console-extension/artemis-extension` directory:

```shell
npx license-checker --out licenses.csv --csv --onlyAllow "Apache-2.0;ISC;MIT;CC0-1.0;BSD-2-Clause;BSD-3-Clause;Python-2.0;UNLICENSED;MPL-2.0;CC-BY-4.0;Unlicense;0BSD"
npx license-checker --out licenses.csv --csv --onlyAllow "Apache-2.0;ISC;MIT;CC0-1.0;BSD-2-Clause;BSD-3-Clause;Python-2.0;UNLICENSED;MPL-2.0;CC-BY-4.0;Unlicense;0BSD;Custom: https://jolokia.org"
```

dependencies marked as unlicensed will need to be manually checked.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache ActiveMQ Artemis Console
Copyright 2024 The Apache Software Foundation
Copyright 2024-2025 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Loading

0 comments on commit 4eee018

Please sign in to comment.