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

Introduce SPDX License Identifiers #49

Merged
merged 1 commit into from
Nov 12, 2018
Merged

Commits on Nov 12, 2018

  1. Introduce SPDX License Identifiers

    This is a first step to make libcgi compliant to the REUSE initiative:
    
    https://reuse.software/
    
    We do this here before adding new files to the project, working towards
    a consistent style in file headers.
    
    Note: this is not complete, especially the following parts will take
    additional attention:
    
    * `test/trim.c` is in the public domain, SPDX has no identifier for that
      and it is not clear how to handle such situations.
    * It is not clear where `src/md5.c` comes from, but it's deprecated
      anyway, so it will be removed in the future, circumventing any
      licensing problems with it. Also see rafaelsteil#15 for that.
    * There is no license applied to any code in the 'examples' folder, yet.
    LeSpocky committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    86e88b4 View commit details
    Browse the repository at this point in the history