From da0ae7795b10b157cc5d853d051b8571e395bac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 3 Aug 2013 22:20:17 +0100 Subject: Relicense everything under MIT license. There is no reason for me to use GPLv3 now that I'm not using the CRC32-Sick code, so I'll go with the most liberal license out there. --- test/test_lifescan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_lifescan.py') diff --git a/test/test_lifescan.py b/test/test_lifescan.py index a7446e0..d18152d 100644 --- a/test/test_lifescan.py +++ b/test/test_lifescan.py @@ -4,7 +4,7 @@ __author__ = 'Diego Elio Pettenò' __email__ = 'flameeyes@flameeyes.eu' __copyright__ = 'Copyright © 2013, Diego Elio Pettenò' -__license__ = 'GPL v3 or later' +__license__ = 'MIT' import os import sys -- cgit v1.2.3