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

license: removes copyright year and uses SPDX ID #3749

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Commits on Mar 5, 2024

  1. license: removes copyright year and uses SPDX ID

    As a small project, we have to conserve resources and not sign up for work that isn't required. I've recently realized many [commercial](https://github.com/hashicorp/consul/blob/main/command/cli/cli.go#L1-L2) and/or [CNCF projects](https://github.com/open-telemetry/opentelemetry-java/blob/main/api/all/src/main/java/io/opentelemetry/api/trace/Tracer.java#L1-L4) both use SPDX IDs and also don't bother with copyright year. If their legal team is ok with this, surely a volunteer team without access to one should be, too!
    
    Doing so accomplishes the following, all of which help volunteers:
    * significantly increases readability of files, particularly small ones
    * removes beginning of year maintenance, which cause a lot of FUD last year. IIRC some deployment failed and hours were spent in spite of docs.
    * eliminates the need to do a full source check out, just to satisfy the license plugin. This means we can use actions/checkout defaults.
    
    Signed-off-by: Adrian Cole <adrian@tetrate.io>
    Adrian Cole committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    43e5041 View commit details
    Browse the repository at this point in the history
  2. fuzz

    Signed-off-by: Adrian Cole <adrian@tetrate.io>
    Adrian Cole committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7437ad2 View commit details
    Browse the repository at this point in the history