Changeset 1459 for trunk/lib/CopyrightVisitor.cc
- Timestamp:
- Jan 9, 2012, 3:49:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/CopyrightVisitor.cc
r1457 r1459 140 140 if (!detect_copyright(file.path(),old_block, start_line, end_line, prefix)){ 141 141 if (Configuration::instance().missing_copyright_warning()) 142 std::cerr << "svncopyright: warning: no copyright statement found in `"142 std::cerr << "svncopyright: warning: no copyright statement found in '" 143 143 << file.path() << "'\n"; 144 144 return; … … 231 231 // if alias not found for author 232 232 if (i==alias_.end()) { 233 std::cerr << "svncopyright: warning: no copyright alias found for `"233 std::cerr << "svncopyright: warning: no copyright alias found for '" 234 234 << *user << "'\n"; 235 235 // insert alias to avoid multiple warnings.
Note: See TracChangeset
for help on using the changeset viewer.