copywrite
copywrite copied to clipboard
Automate copyright headers and license files at scale
When a repository uses a mix of different licenses for different parts/directories (BUSL or MPL), then it is currently necessary to run `copywrite` in those nested directories in order for...
It appears the `copywrite` will not detect or attempt to fix wrong license, for example in `hashicorp/terraform`: If I attempt to change `provider_source.go` in root to contain ```go // SPDX-License-Identifier:...
### :hammer_and_wrench: Description Add `.txtar` file extension to support license headers for `.txtar` files ### :link: External Links ### :+1: Definition of Done - [x] New functionality works? - [x]...
Signed-off-by: Adam Moss ### :hammer_and_wrench: Description Prefix the copyright text with `SPDX-FileCopyrightText`. This allows for easier machine parser of spdx data. As a by-product of this it has highlight a...
Can we please have a feature that lets us turn off this error if the file extension is present, e.g. `.md`?
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.12.0. Commits 0708528 go.mod: update golang.org/x dependencies a835fc4 oauth2: move global auth style cache to be per-Config 2e4a4e2 go.mod: update golang.org/x dependencies ac6658e all: update...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. Release notes Sourced from actions/upload-artifact's releases. v3.1.3 What's Changed chore(github): remove trailing whitespaces by @ljmf00 in actions/upload-artifact#313 Bump @actions/artifact version to v1.1.2 by @bethanyj28...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.6.0 to 3.7.0. Release notes Sourced from golangci/golangci-lint-action's releases. v3.7.0 What's Changed Changes feat: working-directory with only-new-issues by @CfirTsabari in golangci/golangci-lint-action#795 Documentation docs: improve How to use...
Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.37.0 to 1.38.1. Release notes Sourced from github.com/samber/lo's releases. v1.38.1 Improvement: Async and AsyncX: now returns <-chan T instead of chan T v1.38.0 Adding: lo.ValueOr lo.DebounceBy lo.EmptyableToPtr...
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.1.0 to 0.3.0. Commits 93782cc errgroup: use WithCancelCause to cancel context 4966af6 singleflight: example for using Group a6666c1 go.mod: upgrade to go 1.17 1ea3257 singleflight: make the...