zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

software-licences.md (2998B)


      1 # Software Licenses
      2 
      3 The list of software licenses used by Zenflows.  You can view the license
      4 details of Zenflows in [the license file](docs/LICENSE).
      5 
      6 
      7 ## Elixir and Erlang/OTP distribution
      8 
      9 | Name       |  License              |
     10 |------------|-----------------------|
     11 | elixir     | [Apache-2.0][apache2] |
     12 | erlang/otp | [Apache-2.0][apache2] |
     13 
     14 
     15 ## Library Dependencies
     16 
     17 | Name             | License               | Only in Development? |
     18 |------------------|-----------------------|----------------------|
     19 | absinthe         | [Expat][expat]        |                      |
     20 | absinthe_plug    | [Expat][expat]        |                      |
     21 | bunt             | [Expat][expat]        | Yes                  |
     22 | connection       | [Apache-2.0][apache2] |                      |
     23 | cowboy           | [ISC][isc]            |                      |
     24 | cowboy_telemetry | [Apache-2.0][apache2] |                      |
     25 | cowlib           | [ISC][isc]            |                      |
     26 | credo            | [Expat][expat]        | Yes                  |
     27 | db_connection    | [Apache-2.0][apache2] |                      |
     28 | decimal          | [Apache-2.0][apache2] |                      |
     29 | dialyxir         | [Apache-2.0][apache2] | Yes                  |
     30 | ecto             | [Apache-2.0][apache2] |                      |
     31 | ecto_sql         | [Apache-2.0][apache2] |                      |
     32 | erlex            | [Apache-2.0][apache2] |                      |
     33 | exsync           | [BSD-3][bsd3]         | Yes                  |
     34 | file_system      | [WTFPL][wtfpl]        | Yes                  |
     35 | jason            | [Apache-2.0][apache2] |                      |
     36 | mime             | [Apache-2.0][apache2] |                      |
     37 | nimble_parsec    | [Apache-2.0][apache2] |                      |
     38 | plug             | [Apache-2.0][apache2] |                      |
     39 | plug_cowboy      | [Apache-2.0][apache2] |                      |
     40 | plug_crypto      | [Apache-2.0][apache2] |                      |
     41 | postgrex         | [Apache-2.0][apache2] |                      |
     42 | ranch            | [ISC][isc]            |                      |
     43 | telemetry        | [Apache-2.0][apache2] |                      |
     44 
     45 
     46 ## Database
     47 
     48 | Name     | License                    |
     49 |----------|----------------------------|
     50 | postgres | [postgresql license][psql] |
     51 
     52 
     53 ## Valueflows
     54 
     55 | Name           | License               |
     56 |----------------|-----------------------|
     57 |valueflows-docs | [CC BY-SA][ccbysa]    |
     58 |valueflows-gql  | [Apache-2.0][apache2] |
     59 
     60 [apache2]: https://www.gnu.org/licenses/license-list.en.html#apache2
     61 [expat]: https://www.gnu.org/licenses/license-list.en.html#Expat
     62 [isc]: https://www.gnu.org/licenses/license-list.en.html#ModifiedBSD
     63 [bsd3]: https://www.gnu.org/licenses/license-list.en.html#ModifiedBSD
     64 [wtfpl]: https://www.gnu.org/licenses/license-list.en.html#WTFPL
     65 [psql]: https://www.postgresql.org/about/licence/
     66 [ccbysa]: https://www.gnu.org/licenses/license-list.en.html#ccbysa