Functions | Variables
update_license_header_cpp Namespace Reference

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
 

Function Documentation

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.

Variable Documentation

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
Initial value:
1 = ["../include",
2  "../src",
3  "../external_packages/include",
4  "../external_packages/src",
5  "../examples"]

Definition at line 48 of file update_license_header_cpp.py.



acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:36:02