Namespaces | Functions | Variables
bump_copyright.py File Reference

Go to the source code of this file.

Namespaces

 

Functions

def bump_copyright.has_hidden_dirs (dirpath)
 
def bump_copyright.get_the_paths (root_dir)
 
def bump_copyright.do_the_subs (path_collection, search, replace)
 

Variables

string bump_copyright.search_string = r'Copyright \(c\) 2003-20\d\d'
 
string bump_copyright.replace_string = r'Copyright (c) 2003-2020'
 
string bump_copyright.d = "."
 
 bump_copyright.path_collection = get_the_paths(d)