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

Conversation

LeSpocky
Copy link
Collaborator

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 remove md5 #15 for that.
  • There is no license applied to any code in the 'examples' folder, yet.

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 LeSpocky merged commit cc0969d into rafaelsteil:master Nov 12, 2018
@LeSpocky LeSpocky deleted the licenses branch November 12, 2018 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant