GPL to LGPLv3

This commit is contained in:
Mark Silliman 2016-11-29 09:23:54 -08:00 committed by ORD
parent c938f8035b
commit 47c29fab83

View File

@ -11,7 +11,7 @@ from urx import ursecmon
__author__ = "Olivier Roulet-Dubonnet" __author__ = "Olivier Roulet-Dubonnet"
__copyright__ = "Copyright 2011-2015, Sintef Raufoss Manufacturing" __copyright__ = "Copyright 2011-2015, Sintef Raufoss Manufacturing"
__license__ = "GPLv3" __license__ = "LGPLv3"
class RobotException(Exception): class RobotException(Exception):