psyplot / psyplot-gui

Graphical User Interface for the psyplot package
https://psyplot.github.io/psyplot-gui
7 stars 6 forks source link

Change license to LGPL #29

Closed Chilipp closed 3 years ago

Chilipp commented 3 years ago

As psyplot/psyplot#33, this PR changes the license of psyplot-gui to LGPL-3.0-only

codecov-commenter commented 3 years ago

Codecov Report

Merging #29 (c0a8029) into master (8ed51e4) will decrease coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   78.21%   78.03%   -0.19%     
==========================================
  Files          17       17              
  Lines        5197     5195       -2     
==========================================
- Hits         4065     4054      -11     
- Misses       1132     1141       +9     
Impacted Files Coverage Δ
psyplot_gui/__init__.py 27.73% <ø> (ø)
psyplot_gui/backend.py 91.66% <ø> (ø)
psyplot_gui/common.py 74.45% <ø> (ø)
psyplot_gui/compat/qtcompat.py 33.80% <ø> (-8.46%) :arrow_down:
psyplot_gui/config/__init__.py 100.00% <ø> (ø)
psyplot_gui/config/rcsetup.py 90.32% <ø> (ø)
psyplot_gui/console.py 77.17% <ø> (ø)
psyplot_gui/content_widget.py 84.49% <ø> (ø)
psyplot_gui/dataframeeditor.py 79.41% <ø> (-0.52%) :arrow_down:
psyplot_gui/dependencies.py 85.71% <ø> (-1.20%) :arrow_down:
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 68e785f...c0a8029. Read the comment docs.