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

feat(pacmak): emit LICENSE file with SPDX license text, NOTICE file #2604

Merged
merged 5 commits into from
Feb 24, 2021

Commits on Feb 24, 2021

  1. feat(go): emit LICENSE file with SPDX license text

    In order to properly attribute a license to the generated code, so it
    shows up on the godoc.org website, we must produce a `LICENSE` file with
    the appropriate content.
    
    See: https://pkg.go.dev/license-policy
    RomainMuller committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    5ef189b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6986ac3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c3c323 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f38c06b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fa5e3d View commit details
    Browse the repository at this point in the history