Changeset 1154 for trunk/lib/File.cc
- Timestamp:
- Aug 7, 2010, 10:11:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r1137 r1154 128 128 for (map<int, set<Alias> >::const_iterator i(year_authors.begin()); 129 129 i!=year_authors.end();) { 130 ss << prefix << "Copyright (C)"131 130 ss << prefix << Configuration::instance().copyright_string() << " " 131 << 1900+i->first; 132 132 map<int, set<Alias> >::const_iterator j = i; 133 133 assert(i!=year_authors.end());
Note: See TracChangeset
for help on using the changeset viewer.