Functions | |
| def | recursive_traversal |
| def | update_license |
Variables | |
| tuple | copyright = file("license_header_cpp.txt", "r+") |
| 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.
| tuple update_license_header_cpp::copyright = file("license_header_cpp.txt", "r+") |
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.
00001 ["../include", 00002 "../src", 00003 "../external_packages/include", 00004 "../external_packages/src", 00005 "../examples"]
Definition at line 48 of file update_license_header_cpp.py.