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

Implement support for SPDX-FileContributor #669

Merged
merged 5 commits into from
May 11, 2023

Commits on Apr 27, 2023

  1. Implement support for SPDX-FileContributor

    This patch adds a new parameter that allows to list one or more contributors
    which will generate the corresponding list of fields in the header.
    
    It refactors SpdxInfo into a dataclass so that it can be used with an optional
    list of contributors in a simple fashion.
    sgaist committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6f8e105 View commit details
    Browse the repository at this point in the history
  2. Document new variable in template; slightly adjust template to scale …

    …better
    
    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca authored and sgaist committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    389a065 View commit details
    Browse the repository at this point in the history
  3. Add change log entry

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca authored and sgaist committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    45354dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5124936 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Make all fields optional in SpdxInfo

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed May 11, 2023
    Configuration menu
    Copy the full SHA
    78249d8 View commit details
    Browse the repository at this point in the history