Changeset 1229
- Timestamp:
- Oct 17, 2010, 11:34:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/visitor/lib/CopyrightVisitor.cc
r1227 r1229 53 53 void CopyrightVisitor::visit(File& file) 54 54 { 55 if (file.ignore() || file.svncopyright_ignore()) 56 return; 55 57 file.parse(verbose_, ignore_cache_); 56 58 file.print_copyright(alias_, verbose_, year2rev_);
Note: See TracChangeset
for help on using the changeset viewer.