Changeset 1344 for branches/0.9-stable/lib/Configuration.cc
- Timestamp:
- Mar 3, 2011, 4:28:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/lib/Configuration.cc
r1284 r1344 2 2 3 3 /* 4 Copyright (C) 2007, 2008, 2009, 2010 Jari Häkkinen, Peter Johansson4 Copyright (C) 2007, 2008, 2009, 2010, 2011 Jari Häkkinen, Peter Johansson 5 5 6 6 This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 628 628 os << "\n### Section for setting behaviour of copyright update\n" 629 629 << "[copyright]\n" 630 << "# if true svndigest willwarn if file has no copyright statement.\n"630 << "# warn if file has no copyright statement.\n" 631 631 << "missing-copyright-warning = "; 632 632 if (conf.missing_copyright_warning()) … … 634 634 else 635 635 os << "no\n"; 636 os << "# defining start of copyright statement\n"; 636 637 os << "copyright-string = " << conf.copyright_string_ << "\n"; 637 638
Note: See TracChangeset
for help on using the changeset viewer.