changed license to AGPLv3+

This commit is contained in:
Mert Gör
2023-08-24 23:59:18 +03:00
parent d6442c176d
commit e2f918f72f
3 changed files with 75 additions and 82 deletions

6
.gitignore vendored
View File

@ -1,3 +1,7 @@
# Created by https://www.toptal.com/developers/gitignore/api/c++
# Edit at https://www.toptal.com/developers/gitignore?templates=c++
### C++ ###
# Prerequisites
*.d
@ -30,3 +34,5 @@
*.exe
*.out
*.app
# End of https://www.toptal.com/developers/gitignore/api/c++