Skip to content

Commit

Permalink
task: explicitly allows Artistic-2.0 license (#8694)
Browse files Browse the repository at this point in the history
Due to our use of docusaurus and the openapi plugin we need to allow
Artistic-2.0, Having read the license, it allows for free use of the
licensed code, provided the license is included when distributing, but
does not require a relicensing of products using the licensed code.
  • Loading branch information
chriswk authored Nov 8, 2024
1 parent f669d96 commit c46ce85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate
allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0
allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0, Artistic-2.0
comment-summary-in-pr: always
10 changes: 4 additions & 6 deletions website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ const sidebars: SidebarsConfig = {
description: 'Provisioning how-to guides.',
slug: '/how-to/provisioning',
},
},
},
{
type: 'category',
label: 'Unleash Edge',
Expand Down Expand Up @@ -629,9 +629,7 @@ const sidebars: SidebarsConfig = {
description: 'Environments how-to guides.',
slug: '/how-to/env',
},
items: [
'how-to/how-to-environment-import-export',
],
items: ['how-to/how-to-environment-import-export'],
},
{
label: 'Users and permissions',
Expand All @@ -650,9 +648,9 @@ const sidebars: SidebarsConfig = {
'Users and permission how-to guides.',
slug: '/how-to/users-and-permissions',
},
}
},
],
},
},
],
},
{
Expand Down

0 comments on commit c46ce85

Please sign in to comment.