Quellcode durchsuchen

License project under GPLv3

DricomDragon vor 3 Jahren
Ursprung
Commit
418b617ae1
2 geänderte Dateien mit 238 neuen und 2 gelöschten Zeilen
  1. 231 0
      LICENSE.txt
  2. 7 2
      README.md

Datei-Diff unterdrückt, da er zu groß ist
+ 231 - 0
LICENSE.txt


+ 7 - 2
README.md

@@ -4,7 +4,7 @@ A remake of pong up to 4 players
 
 ![Pong Circle screenshot](icon.png)
 
-# Run
+## Run
 
 You need `SDL1` runtime to run distributable executable.
 
@@ -13,7 +13,7 @@ $ sudo apt install libsdl1.2debian
 $ ./pongcircle
 ```
 
-# Build
+## Build
 
 You need `make` and `SDL1` to build this project.
 
@@ -27,3 +27,8 @@ To execute :
 ```sh
 $ make exec
 ```
+
+## License
+
+GNU GPLv3, see `LICENSE.txt`.
+