diff options
-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 |