License issues

This commit is contained in:
wmayer 2013-01-09 14:28:47 +01:00
parent f80c88b0cd
commit 646aa90137

View File

@ -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()