Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
test-license.py File Reference

Namespaces

namespace  test-license
 

Functions

 to_abs (d)
 
 valid_copyright (lines)
 
 valid_license (lines)
 
 valid_file (filename)
 
 exclude (filename)
 
 main ()
 

Variables

 ROOT = os.path.join(os.path.dirname(__file__), "..")
 
list RELDIRS
 
list REL_EXCLUDES
 
list DIRS = [to_abs(d) for d in RELDIRS]
 
list EXCLUDES = [to_abs(d) for d in REL_EXCLUDES]
 
list SUFFIXES
 
int MAX_BYTES = 10000
 
int MAX_LINES = 50
 
list LICENSE_LINES
 
dict COPYRIGHT_EXCEPTIONS
 
dict LICENSE_EXCEPTIONS