License issues
This commit is contained in:
parent
f80c88b0cd
commit
646aa90137
|
@ -34,8 +34,8 @@ lic=['LGPL',
|
||||||
'Permission to use, copy, modify',
|
'Permission to use, copy, modify',
|
||||||
'Distributed under the Boost Software License',
|
'Distributed under the Boost Software License',
|
||||||
'Redistribution and use in source and binary forms',
|
'Redistribution and use in source and binary forms',
|
||||||
'This program is free software: you can redistribute it',
|
'it under the same terms as Python itself',
|
||||||
'This module is free software, and you may redistribute it and/or modify',
|
'As a special exception, you may create a larger work that contains',
|
||||||
'This file was automatically generated by SWIG'
|
'This file was automatically generated by SWIG'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -81,3 +81,6 @@ def parsefile(fn):
|
||||||
print ("Missing license text in file %s") % (fn)
|
print ("Missing license text in file %s") % (fn)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
startProcessing()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user