Go to the source code of this file.
Namespaces | |
update_license_header_cpp | |
Functions | |
def | update_license_header_cpp.recursive_traversal (dir, copyright) |
def | update_license_header_cpp.update_license (filename, copyright) |
Variables | |
update_license_header_cpp.copyright = file("license_header_cpp.txt", "r+").read()%datetime.datetime.today().year | |
list | update_license_header_cpp.exclude_folders = ["lib", "bin", "build", "qpoases", "templates"] |
list | update_license_header_cpp.folders |