1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-07-30 16:37:46 +00:00

Change license to AGPLv3 (#1115)

* Add CLA github action

* Change license to AGPLv3
This commit is contained in:
Krishan 2023-02-24 17:28:04 +05:30 committed by GitHub
parent 78951a3bc4
commit e33a887055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 699 additions and 434 deletions

View file

@ -110,12 +110,3 @@ docker run -p 8080:80 cinny:latest
```
This will forward your `localhost` port 8080 to the container's port 80. You can visit the app in your browser by navigating to `http://localhost:8080`.
## License
Copyright (c) 2021-present Ajay Bura (ajbura)
Code licensed under the MIT License: <http://opensource.org/licenses/MIT>
Graphics licensed under CC-BY 4.0: <https://creativecommons.org/licenses/by/4.0/>