Skip to content

Commit

Permalink
Change license to AGPLv3
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiven committed Feb 8, 2023
1 parent 9def94e commit 4a3f257
Show file tree
Hide file tree
Showing 7 changed files with 663 additions and 434 deletions.
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/>
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"keywords": [],
"author": "Ajay Bura",
"license": "MIT",
"license": "AGPL-3.0-only",
"dependencies": {
"@fontsource/inter": "4.5.14",
"@fontsource/roboto": "4.5.8",
Expand Down
Loading

0 comments on commit 4a3f257

Please sign in to comment.