Functions | |
def | recursive_traversal (dir, copyright) |
def | update_license (filename, copyright) |
Variables | |
copyright = file("license_header_cpp.txt", "r+").read()%datetime.datetime.today().year | |
list | exclude_folders = ["lib", "bin", "build", "qpoases", "templates"] |
list | folders |
def update_license_header_cpp.recursive_traversal | ( | dir, | |
copyright | |||
) |
Definition at line 32 of file update_license_header_cpp.py.
def update_license_header_cpp.update_license | ( | filename, | |
copyright | |||
) |
Definition at line 8 of file update_license_header_cpp.py.
update_license_header_cpp.copyright = file("license_header_cpp.txt", "r+").read()%datetime.datetime.today().year |
Definition at line 46 of file update_license_header_cpp.py.
list update_license_header_cpp.exclude_folders = ["lib", "bin", "build", "qpoases", "templates"] |
Definition at line 6 of file update_license_header_cpp.py.
list update_license_header_cpp.folders |
Definition at line 48 of file update_license_header_cpp.py.