Skip to content

Only keep popular licenses #33832

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

Merged
merged 2 commits into from
Mar 9, 2025
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/cron-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
go-version-file: go.mod
check-latest: true
- run: make generate-license generate-gitignore
- run: make generate-gitignore
timeout-minutes: 40
- name: push translations to repo
uses: appleboy/[email protected]
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -906,10 +906,6 @@ update-translations:
mv ./translations/*.ini ./options/locale/
rmdir ./translations

.PHONY: generate-license
generate-license: ## update license files
$(GO) run build/generate-licenses.go

.PHONY: generate-gitignore
generate-gitignore: ## update gitignore files
$(GO) run build/generate-gitignores.go
Expand Down
176 changes: 0 additions & 176 deletions build/generate-licenses.go

This file was deleted.

41 changes: 0 additions & 41 deletions build/license/aliasgenerator.go

This file was deleted.

39 changes: 0 additions & 39 deletions build/license/aliasgenerator_test.go

This file was deleted.

7 changes: 0 additions & 7 deletions options/license/389-exception

This file was deleted.

Loading