diff options
author | Roger Leigh <rleigh@debian.org> | 2009-07-05 17:47:31 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-07-05 17:47:31 +0100 |
commit | 969731a65d52c40edb72a5f4182a4bab4b0e0310 (patch) | |
tree | ab5c8c96a4c445dc9467e8a2dfd15a0dc4ead9fa /bin | |
parent | 4efeb8e1b0b63df278fdc27f196626fc2369b6bc (diff) | |
download | schroot-969731a65d52c40edb72a5f4182a4bab4b0e0310.tar.gz |
Update copyright message for 2009
Diffstat (limited to 'bin')
-rw-r--r-- | bin/schroot-base/schroot-base-main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/schroot-base/schroot-base-main.cc b/bin/schroot-base/schroot-base-main.cc index 132c26c7..64a7d1e0 100644 --- a/bin/schroot-base/schroot-base-main.cc +++ b/bin/schroot-base/schroot-base-main.cc @@ -1,4 +1,4 @@ -/* Copyright © 2005-2007 Roger Leigh <rleigh@debian.org> +/* Copyright © 2005-2009 Roger Leigh <rleigh@debian.org> * * schroot is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by @@ -64,7 +64,7 @@ main::action_version (std::ostream& stream) stream << fmt << _("Written by Roger Leigh") << '\n' << '\n' // TRANSLATORS: '(C)' is a copyright symbol and '-' is an en-dash. - << _("Copyright (C) 2004-2008 Roger Leigh") << '\n' + << _("Copyright (C) 2004-2009 Roger Leigh") << '\n' << _("This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n") << std::flush; |