Skip to content

Commit

Permalink
Merge pull request #229 from jason-fox/patch-3
Browse files Browse the repository at this point in the history
Switch from Docker to Quay
  • Loading branch information
mapedraza committed Sep 15, 2023
2 parents 9612ab0 + 18fb4c1 commit 269834b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Perseo-core (EPL server)

[![FIWARE Processing](https://nexus.lab.fiware.org/static/badges/chapters/processing.svg)](https://www.fiware.org/developers/catalogue/)
[![License: APGL](https://img.shields.io/github/license/telefonicaid/perseo-core.svg)](https://opensource.org/licenses/AGPL-3.0)</br>
[![License: APGL](https://img.shields.io/github/license/telefonicaid/perseo-core.svg)](https://opensource.org/licenses/AGPL-3.0)
[![Support badge](https://img.shields.io/badge/tag-fiware--perseo-orange.svg?logo=stackoverflow)](http://stackoverflow.com/questions/tagged/fiware-perseo)</br>
[![Quay badge](https://img.shields.io/badge/quay.io-fiware%2Fperseo--core-grey?logo=red%20hat&labelColor=EE0000)](https://quay.io/repository/fiware/perseo-core)
[![Docker badge](https://img.shields.io/badge/docker-telefonicaiot%2Fperseo--core-blue?logo=docker)](https://hub.docker.com/r/telefonicaiot/perseo-core)
<br/>
[![CI](https://github.com/telefonicaid/perseo-fe/workflows/CI/badge.svg)](https://github.com/telefonicaid/perseo-fe/actions?query=workflow%3ACI)
![Status](https://nexus.lab.fiware.org/static/badges/statuses/perseo.svg)

Expand All @@ -19,15 +23,18 @@ This is the code repository for the EPL-server, named perseo-core.
* [Administration](documentation/admin.md)
* [API](documentation/api.md)

* [License](#licence)
* [License](#license)

| :dart: [Roadmap](https://github.com/telefonicaid/perseo-fe/blob/master/documentation/roadmap.md) |
|---|
| <img style="height:1em" src="https://quay.io/static/img/quay_favicon.png"/> [quay.io](https://quay.io/repository/fiware/perseo-core)| :whale: [Docker Hub](https://hub.docker.com/r/telefonicaiot/perseo-core) | :dart: [Roadmap](https://github.com/telefonicaid/perseo-fe/blob/master/documentation/roadmap.md) |
|---| --- | --- |

## License

Perseo Core is licensed under General Public License (GPL) version 2.

<details>
<summary><strong>Further information on the use of the GPL open source license</strong></summary>

### Are there any legal issues with GPL 2.0? Is it safe for me to use?

There is absolutely no problem in using a product licensed under GPL 2.0. Issues with GPL
Expand All @@ -44,3 +51,5 @@ wish to make a clarifying public statement as follows:
> work of the product. Software that merely uses or aggregates (i.e. links to) an otherwise
> unmodified version of existing software is not considered a derivative work, and therefore
> it does not need to be released as under the same license, or even released as open source.
</details>

0 comments on commit 269834b

Please sign in to comment.