Skip to content

Change license to LGPL-3.0-only#33

Merged
Chilipp merged 41 commits intomasterfrom
license
Sep 29, 2021
Merged

Change license to LGPL-3.0-only#33
Chilipp merged 41 commits intomasterfrom
license

Conversation

@Chilipp
Copy link
Member

@Chilipp Chilipp commented Sep 29, 2021

As discussed with the PACT department of the University of Lausanne, this PR changes the license of psyplot to LGPL-3.0-only and includes the correct copyright statements everywhere.

  • Fully documented, including CHANGELOG.rst for all changes

@codecov-commenter
Copy link

Codecov Report

Merging #33 (327c77d) into master (4aa4cb1) will decrease coverage by 0.77%.
The diff coverage is 44.23%.

❗ Current head 327c77d differs from pull request most recent head eadaf15. Consider uploading reports for the commit eadaf15 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
- Coverage   78.29%   77.51%   -0.78%     
==========================================
  Files          17       16       -1     
  Lines        6030     5769     -261     
==========================================
- Hits         4721     4472     -249     
+ Misses       1309     1297      -12     
Impacted Files Coverage Δ
psyplot/compat/pycompat.py 56.71% <ø> (ø)
psyplot/config/__init__.py 100.00% <ø> (ø)
psyplot/config/logsetup.py 76.31% <ø> (ø)
psyplot/config/rcsetup.py 71.91% <ø> (-0.22%) ⬇️
psyplot/docstring.py 73.07% <ø> (ø)
psyplot/gdal_store.py 28.73% <ø> (-54.03%) ⬇️
psyplot/plotter.py 91.74% <ø> (ø)
psyplot/plugin_template.py 96.42% <ø> (ø)
psyplot/project.py 83.08% <ø> (+0.06%) ⬆️
psyplot/sphinxext/extended_napoleon.py 0.00% <ø> (ø)
... and 11 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 9579ef1...eadaf15. Read the comment docs.

@Chilipp Chilipp merged commit ac65bfa into master Sep 29, 2021
@Chilipp Chilipp deleted the license branch September 30, 2021 11:19
Chilipp added a commit that referenced this pull request Sep 30, 2021
Fixed
-----

-   psyplot is now compatible with 0.18

Added
-----

-   psyplot does now have a CITATION.cff file, see
    <https://citation-file-format.github.io>

Changed
-------

-   psyplot is now officially licensed under LGPL-3.0-only, see
    [\#33](#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information
    cannot be gathered from xarray 0.18. We now rely on xarray to
    automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at
    <https://psyplot.github.io/psyplot>. Redirects from the old
    documentation at <https://psyplot.readthedocs.io> have been
    configured.
-   Examples have been removed from the psyplot repository as they now
    live in a central place at <https://github.com/psyplot/examples>
-   We use CicleCI now for a standardized CI/CD pipeline to build and
    test the code and docs all at one place, see
    [\#32](#32)
Chilipp added a commit that referenced this pull request Oct 7, 2021
Fixed
-----

-   psyplot is now compatible with xarray 0.18

Added
-----

-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------

-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot repository as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [\#32](#32)
Chilipp added a commit that referenced this pull request Oct 7, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot repository as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [\#32](#32)
Chilipp added a commit that referenced this pull request Oct 7, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot repository as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#32](#32)
Chilipp added a commit that referenced this pull request Oct 7, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot repository as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#32](#32)
Chilipp added a commit to psyplot/ci-release-test that referenced this pull request Oct 8, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](psyplot/psyplot#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot repository as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#32](psyplot/psyplot#32)
Chilipp added a commit to psyplot/ci-release-test that referenced this pull request Oct 8, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](psyplot/psyplot#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot repository as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#32](psyplot/psyplot#32)
Chilipp added a commit to psyplot/ci-release-test that referenced this pull request Oct 8, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](psyplot/psyplot#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot repository as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#32](psyplot/psyplot#32)
Chilipp added a commit to psyplot/ci-release-test that referenced this pull request Oct 8, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](psyplot/psyplot#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot repository as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#32](psyplot/psyplot#32)
Chilipp added a commit to psyplot/ci-release-test that referenced this pull request Oct 8, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](psyplot/psyplot#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot repository as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#32](psyplot/psyplot#32)
Chilipp added a commit to psyplot/ci-release-test that referenced this pull request Oct 8, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](psyplot/psyplot#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot "repository" as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#32](psyplot/psyplot#32)
Chilipp added a commit to psyplot/ci-release-test that referenced this pull request Oct 8, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](psyplot/psyplot#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot "repository" as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#32](psyplot/psyplot#32)
Chilipp added a commit to psyplot/ci-release-test that referenced this pull request Oct 8, 2021
Fixed
-----
-   psyplot is now compatible with xarray 0.18

Added
-----
-   psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io

Changed
-------
-   psyplot is now officially licensed under LGPL-3.0-only, see [\#33](psyplot/psyplot#33)
-   the lower bound for supported xarray versions is now 0.17.
-   project files do not store the Store anymore as this information cannot be gathered from xarray 0.18. We now rely on xarray to automatically find the engine to open the files.
-   Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot. Redirects from the old documentation at https://psyplot.readthedocs.io have been configured.
-   Examples have been removed from the psyplot "repository" as they now live in a central place at https://github.com/psyplot/examples
-   We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#32](psyplot/psyplot#32)
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.

2 participants