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

Add license #7

Merged
merged 3 commits into from
Sep 5, 2023
Merged

Add license #7

merged 3 commits into from
Sep 5, 2023

Commits on Sep 5, 2023

  1. Update copyright notices in classes

    We've decided to move to "unlicense"/CC0 the classes and the new
    copyright notices are based on the suggestions by the Creative Commons
    organization for how to do that.
    
    For details, see
    https://creativecommons.org/share-your-work/public-domain/cc0/
    
    and, in particular, the suggestions concerning software in the FAQ:
    
    https://wiki.creativecommons.org/wiki/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F
    
    Co-authored-by: Keven Quach <belfami@gmail.com>
    jkorb and kequach committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7905256 View commit details
    Browse the repository at this point in the history
  2. Update copyright notice in script, delete reference to MIT license

    We've decided to move to "unlicense"/CC0 the classes and the new
    copyright notices are based on the suggestions by the Creative Commons
    organization for how to do that.
    
    For details, see
    https://creativecommons.org/share-your-work/public-domain/cc0/
    
    and, in particular, the suggestions concerning software in the FAQ:
    
    https://wiki.creativecommons.org/wiki/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F
    
    Co-authored-by: Keven Quach <belfami@gmail.com>
    jkorb and kequach committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    862e1ad View commit details
    Browse the repository at this point in the history
  3. Change LICENSE to contain CC0 text, update README

    We've decided to move to "unlicense"/CC0 the classes and the new
    copyright notices are based on the suggestions by the Creative Commons
    organization for how to do that.
    
    For details, see
    https://creativecommons.org/share-your-work/public-domain/cc0/
    
    and, in particular, the suggestions concerning software in the FAQ:
    
    https://wiki.creativecommons.org/wiki/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F
    
    Even though CC0 is not a license, we've included the text in
    ```LICENSE``` because GitHub reads this file. This is why we decided
    against the advice of the CC to call the file (more appropriately)
    ```COPYING```.
    
    Co-authored-by: Keven Quach <belfami@gmail.com>
    jkorb and kequach committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8613fb4 View commit details
    Browse the repository at this point in the history