Ignore:
Timestamp:
Mar 3, 2011, 4:28:33 AM (12 years ago)
Author:
Peter Johansson
Message:

fixes #495

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9-stable/lib/Configuration.cc

    r1284 r1344  
    22
    33/*
    4   Copyright (C) 2007, 2008, 2009, 2010 Jari Häkkinen, Peter Johansson
     4  Copyright (C) 2007, 2008, 2009, 2010, 2011 Jari Häkkinen, Peter Johansson
    55
    66  This file is part of svndigest, http://dev.thep.lu.se/svndigest
     
    628628    os << "\n### Section for setting behaviour of copyright update\n"
    629629       << "[copyright]\n"
    630        << "# if true svndigest will warn if file has no copyright statement.\n"
     630       << "# warn if file has no copyright statement.\n"
    631631       << "missing-copyright-warning = ";
    632632    if (conf.missing_copyright_warning())
     
    634634    else
    635635      os << "no\n";
     636    os << "# defining start of copyright statement\n";
    636637    os << "copyright-string = " << conf.copyright_string_ << "\n";
    637638
Note: See TracChangeset for help on using the changeset viewer.