diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-06 22:48:41 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-06 22:49:55 +0100 |
commit | b3168ab5931e85723c4c6aa910cdf2184e68ad46 (patch) | |
tree | e9f3a634f476f6e20fac2e609dc6153ae050df0c | |
parent | 80d6de097c0b85d354b57bcf1e2c3d46f08ec728 (diff) | |
download | yawa-b3168ab5931e85723c4c6aa910cdf2184e68ad46.tar.xz |
README: Add license notice
-rw-r--r-- | README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -16,6 +16,7 @@ So here is yawa with rewritten option parsing using glibc’s argp, all warnings fixed and more argument checking, and hopefully also more readable. (God I don’t know how upstream fucked the formating up so badly) + Dependencies ============ @@ -27,6 +28,7 @@ Dependencies .. _libbsd: http://libbsd.freedesktop.org/ + Building ======== :: @@ -35,3 +37,11 @@ Building cmake -g 'Unix Makefiles' . make sudo make install + + +License +======= + +Every file in this repository, except for as otherwise specified in the file +itself or in this README if not possible, is licensed under version 2 of the +GNU GPL license |