From 646aa901370745d354d733d17a82ef68adc5e676 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 9 Jan 2013 14:28:47 +0100 Subject: [PATCH] License issues --- src/Tools/LicenseChecker.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Tools/LicenseChecker.py b/src/Tools/LicenseChecker.py index f6e97c37d..4cd073a9e 100644 --- a/src/Tools/LicenseChecker.py +++ b/src/Tools/LicenseChecker.py @@ -34,8 +34,8 @@ lic=['LGPL', 'Permission to use, copy, modify', 'Distributed under the Boost Software License', 'Redistribution and use in source and binary forms', - 'This program is free software: you can redistribute it', - 'This module is free software, and you may redistribute it and/or modify', + 'it under the same terms as Python itself', + 'As a special exception, you may create a larger work that contains', 'This file was automatically generated by SWIG' ] @@ -81,3 +81,6 @@ def parsefile(fn): print ("Missing license text in file %s") % (fn) except: pass + +if __name__ == "__main__": + startProcessing()