CS-SI / eodag-labextension

Jupyterlab extension for EODAG search
Apache License 2.0
18 stars 2 forks source link

check dependencies to choose the best appropriated license #8

Closed sbrunato closed 3 years ago

sbrunato commented 3 years ago

Dependencies licenses must be checked to find the best appropriated license before publishing eodag-labextension

sbrunato commented 3 years ago

In GitLab by @ctriquet-cs on Apr 1, 2021, 15:27

assigned to @PhML

sbrunato commented 3 years ago

In GitLab by @PhML on Apr 28, 2021, 14:21

Below are the dependencies with there licenses. React-leaflet migth cause troubles with its strange license Hippocratic-2.1 which is not (yet?) recognized as a Open Source license. At least previous version was not by the fsf.

# Python
    jupyterlab = BSD3
    tornado = Apache
    notebook = BSD3
    eodag = Apache

# Typescript
## BDS3
    @jupyterlab/application
    @jupyterlab/apputils
    @jupyterlab/cells
    @jupyterlab/notebook

## MIT
    @fontawesome/fontawesome-svg-core
    @fontawesome/free-solid-svg-icons
    @fontawesome/react-fontawesome
    @types/leaflet-draw
    @types/lodash
    @types/prop-types
    @types/react-dom
    @types/react-leaflet
    @types/react-select
    @types/react-virtualized
    react-tooltip
    react-virtualized
    react-select
    react-modal
    react-dom
    react
    react-datepicker
    prop-types >>>>>> non necessaire si typescript ?
    isomorphic-fetch
    leaflet-draw
    lodash

## BSD2
    leaflet

## Hippocratic-2.1
    react-leaflet

## ISC
    react-leaflet-draw
sbrunato commented 3 years ago

In GitLab by @PhML on Jun 1, 2021, 22:40

Recently added:

# Typescript

## MIT
       react-hook-form
       luxon

About React-leaflet we are using the version 2 which is under MIT license actually but it is unmaintained.

sbrunato commented 3 years ago

In GitLab by @ctriquet-cs on Jun 18, 2021, 13:56

For reference https://github.com/PaulLeCam/react-leaflet/blob/v2/LICENSE