Changeset 1229


Ignore:
Timestamp:
Oct 17, 2010, 11:34:40 PM (13 years ago)
Author:
Peter Johansson
Message:

refs #476 avoid updating copyright in files with ignore property.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/visitor/lib/CopyrightVisitor.cc

    r1227 r1229  
    5353  void CopyrightVisitor::visit(File& file)
    5454  {
     55    if (file.ignore() || file.svncopyright_ignore())
     56      return;
    5557    file.parse(verbose_, ignore_cache_);
    5658    file.print_copyright(alias_, verbose_, year2rev_);
Note: See TracChangeset for help on using the changeset viewer.