change licencing from GPL to LGPL, apart from urrtmon.py which is still GPL!!!!

This commit is contained in:
olivier R-D
2016-11-24 14:25:58 +01:00
parent 08a82e1f74
commit bfc4d31ac5
5 changed files with 164 additions and 673 deletions

View File

@ -12,7 +12,7 @@ from urx.urrobot import URRobot
__author__ = "Olivier Roulet-Dubonnet"
__copyright__ = "Copyright 2011-2016, Sintef Raufoss Manufacturing"
__license__ = "GPLv3"
__license__ = "LGPLv3"
class Robot(URRobot):

View File

@ -20,7 +20,7 @@ import time
__author__ = "Olivier Roulet-Dubonnet"
__copyright__ = "Copyright 2011-2013, Sintef Raufoss Manufacturing"
__credits__ = ["Olivier Roulet-Dubonnet"]
__license__ = "GPLv3"
__license__ = "LGPLv3"
class ParsingException(Exception):