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

chore: generate third-party license #9

Merged
merged 4 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 0 additions & 3 deletions .github/third_party_notices_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Global install generate-license-file
run: pnpm add -g generate-license-file

- name: Global install turbo
run: pnpm add -g turbo

- name: Install packages
run: pnpm i --ignore-scripts

Expand Down
11 changes: 11 additions & 0 deletions .glf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
inputs:
- ./package.json
output: ./THIRD-PARTY-NOTICES
overwrite: true
eol: lf
ci: true
no-spinner: true
replace:
[email protected]: node_modules/.pnpm/[email protected]/node_modules/doctrine/LICENSE
[email protected]: node_modules/.pnpm/[email protected]/node_modules/axe-core/LICENSE
[email protected]: node_modules/.pnpm/[email protected]/node_modules/rc/LICENSE.MIT
3 changes: 3 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Contains information from the language-subtag-registry JSON Database (https://github.com/mattcg/language-subtag-registry/tree/master/data/json)
which is made available under the ODC Attribution License (https://github.com/mattcg/language-subtag-registry/blob/master/LICENSE.md).

The files listed in this repository are licensed under the below license. All other features and products are subject to separate agreements
and certain functionality requires paid subscriptions to Yext products.

Expand Down
Loading