diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-11-12 01:52:44 +0100 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-11-12 01:52:44 +0100 |
commit | d8bcd3289a5c562f6b880da97d29bc73bdccfe7d (patch) | |
tree | bedc31f6e2e748ec652eb8ce343699321c538a4b | |
parent | 77cd20485306847fcb2760596919cdb90ec886c6 (diff) | |
download | exmachina-d8bcd3289a5c562f6b880da97d29bc73bdccfe7d.tar.gz exmachina-d8bcd3289a5c562f6b880da97d29bc73bdccfe7d.zip |
update license at request of ndaly
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | exmachina.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -39,4 +39,4 @@ On debian (wheezy) try: ### License -exmachina.py is GPLv3 +exmachina.py is GPLv3 or later diff --git a/exmachina.py b/exmachina.py index 21de493..fa17c7c 100755 --- a/exmachina.py +++ b/exmachina.py @@ -3,7 +3,7 @@ """ Author: bnewbold <bnewbold@robocracy.org> Date: July 2012 -License: GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html) +License: GPLv3 or later (see http://www.gnu.org/licenses/gpl-3.0.html) (two helper functions copied from web, as cited below) Package Requirements: python-augeas, bjsonrpc |