- Timestamp:
- Jan 8, 2009, 11:44:57 PM (13 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Configuration.cc
r727 r745 353 353 add_codon("*.ac", "dnl", "\n"); 354 354 add_codon("*.am", "#", "\n"); 355 add_codon("*.am", "dnl", "\n");356 355 add_codon("*.m4", "#", "\n"); 357 356 add_codon("*.m4", "dnl", "\n"); -
trunk/lib/copyright_year.cc
r726 r745 2 2 3 3 /* 4 Copyright (C) 200 8Peter Johansson4 Copyright (C) 2009 Peter Johansson 5 5 6 6 This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 28 28 std::string svn_year(void) 29 29 { 30 return "200 8";30 return "2009"; 31 31 } 32 32
Note: See TracChangeset
for help on using the changeset viewer.