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

Misc: License files clean up #503

Merged
merged 1 commit into from
Dec 9, 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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lint:fix": "eslint ./ --ext .js,.jsx,.ts,.tsx,.svelte --fix --ignore-path .gitignore",
"install:clean": "for p in packages/*; do if [ \"$p\" != \"packages/website\" ]; then rm -f \"$p/package-lock.json\"; fi; done; rm -rf packages/*/node_modules; rm -rf node_modules; npm i",
"postinstall": "sh postinstall.sh",
"gather-licenses": "for p in packages/*; do echo \" 📄 Checking licenses for $p\"; npx license-report --package=$p/package.json --config lic-report-config.json --output=table > $p/licences.temp; mv -f $p/licences.temp $p/licences.txt; done",
"gather-licenses": "for p in packages/*; do echo \" 📄 Checking licenses for $p\"; npx license-report --package=$p/package.json --config lic-report-config.json --output=table | grep -v -E '@unovis/ts|@unovis/react' > $p/licences.temp; mv -f $p/licences.temp $p/licences.txt; done",
"version": "sh update-version.sh"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/angular/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ rollup perpetual MIT 2.75.5
rollup-plugin-typescript2 perpetual MIT 0.31.2 @ezolenko
webpack perpetual MIT 5.76.0 Tobias Koppers @sokra
zone.js perpetual MIT 0.14.0 Brian Ford
@unovis/ts perpetual Apache-2.0 1.4.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
@angular/common perpetual MIT 12.2.17 angular
@angular/compiler perpetual MIT 12.2.17 angular
@angular/core perpetual MIT 12.2.17 angular
2 changes: 0 additions & 2 deletions packages/dev/licences.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name license period license type installed version author
---- -------------- ------------ ----------------- ------
@unovis/react perpetual Apache-2.0 1.4.5 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
fuse.js perpetual Apache-2.0 6.6.2 Kiro Risk [email protected] http://kiro.me
react perpetual MIT 18.3.1 n/a
react-dom perpetual MIT 18.3.1 n/a
Expand All @@ -24,4 +23,3 @@ typescript-plugin-css-modules perpetual MIT 4.2.3
webpack perpetual MIT 5.97.0 Tobias Koppers @sokra
webpack-cli perpetual MIT 5.1.4 n/a
webpack-dev-server perpetual MIT 4.15.2 Tobias Koppers @sokra
@unovis/ts perpetual Apache-2.0 1.4.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
1 change: 0 additions & 1 deletion packages/react/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ tsconfig-paths-webpack-plugin perpetual MIT 3.5.2
tslib perpetual 0BSD 2.4.1 Microsoft Corp.
ttypescript perpetual MIT 1.5.13 cevek
typescript perpetual Apache-2.0 4.2.4 Microsoft Corp.
@unovis/ts perpetual Apache-2.0 1.4.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
react perpetual MIT 18.3.1 n/a
react-dom perpetual MIT 18.3.1 n/a
1 change: 0 additions & 1 deletion packages/solid/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ typescript perpetual Apache-2.0 5.6.3 Microsoft
vite perpetual MIT 5.4.11 Evan You
vite-plugin-dts perpetual MIT 3.6.0 qmhc
vite-plugin-solid perpetual MIT 2.10.2 Alexandre Mouton-Brady <[email protected]>
@unovis/ts perpetual Apache-2.0 1.4.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
solid-js perpetual MIT 1.9.3 Ryan Carniato
1 change: 0 additions & 1 deletion packages/svelte/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ svelte-preprocess perpetual MIT 4.10.7 C
tslib perpetual 0BSD 2.4.1 Microsoft Corp.
ttypescript perpetual MIT 1.5.13 cevek
typescript perpetual Apache-2.0 4.2.4 Microsoft Corp.
@unovis/ts perpetual Apache-2.0 1.4.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
svelte perpetual MIT 3.50.1 Rich Harris
1 change: 0 additions & 1 deletion packages/vue/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ vite-plugin-css-injected-by-js perpetual MIT 3.3.0
vite-plugin-dts perpetual MIT 3.6.0 qmhc
vue perpetual MIT 3.5.13 Evan You
vue-tsc perpetual MIT 1.8.19 n/a
@unovis/ts perpetual Apache-2.0 1.4.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
vue perpetual MIT 3.5.13 Evan You
2 changes: 0 additions & 2 deletions packages/website/licences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ raw-loader perpetual MIT 4.0.2
react perpetual MIT 18.3.1 n/a
react-dom perpetual MIT 18.3.1 n/a
typescript perpetual Apache-2.0 5.2.2 Microsoft Corp.
@unovis/react perpetual Apache-2.0 1.4.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
@unovis/ts perpetual Apache-2.0 1.4.4 Nikita Rokotyan, F5 Inc. <[email protected]> (https://rokotyan.com)
29 changes: 0 additions & 29 deletions packages/website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading