From 47c29fab8382b5d08d6393e8aeec95b91f3cc5f9 Mon Sep 17 00:00:00 2001
From: Mark Silliman <mwsilliman@gmail.com>
Date: Tue, 29 Nov 2016 09:23:54 -0800
Subject: [PATCH] GPL to LGPLv3

---
 urx/urrobot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urx/urrobot.py b/urx/urrobot.py
index 5b389c3..bc4bd4d 100644
--- a/urx/urrobot.py
+++ b/urx/urrobot.py
@@ -11,7 +11,7 @@ from urx import ursecmon
 
 __author__ = "Olivier Roulet-Dubonnet"
 __copyright__ = "Copyright 2011-2015, Sintef Raufoss Manufacturing"
-__license__ = "GPLv3"
+__license__ = "LGPLv3"
 
 
 class RobotException(Exception):