niceplots icon indicating copy to clipboard operation
niceplots copied to clipboard

Adding license

Open bernardopacini opened this issue 1 year ago • 1 comments

Purpose

Niceplots does not currently have a license, meaning it defaults to being strict. After discussing with @eytanadler, I am adding a GPL license here.

Expected time until merged

1 hour.

Type of change

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (non-backwards-compatible fix or feature)
  • [ ] Code style update (formatting, renaming)
  • [ ] Refactoring (no functional changes, no API changes)
  • [ ] Documentation update
  • [X] Maintenance update
  • [ ] Other (please describe)

Testing

N / A

Checklist

  • [ ] I have run flake8 and black to make sure the Python code adheres to PEP-8 and is consistently formatted
  • [ ] I have formatted the Fortran code with fprettify or C/C++ code with clang-format as applicable
  • [ ] I have run unit and regression tests which pass locally with my changes
  • [ ] I have added new tests that prove my fix is effective or that my feature works
  • [ ] I have added necessary documentation

bernardopacini avatar Jul 03 '24 13:07 bernardopacini

Why is this license file different from the one pyoptsparse uses? That's also GPL

A-CGray avatar Jul 03 '24 14:07 A-CGray