ament_copyright.crawler module

ament_copyright.crawler.add_files_for_all_filetypes(path, files)
ament_copyright.crawler.get_files(paths, extensions, exclude_patterns, skip_package_level_setup_py=True)
ament_copyright.crawler.is_repository_root(path)

Check if the path is the root of a git or mercurial repository.

ament_copyright.crawler.match_filename(filename, extensions)

Check if the filename has one of the extensions.