Update copyright year range
svn path=/trunk/; revision=1022
This commit is contained in:
parent
63af6dd828
commit
f61713d56a
|
@ -1,3 +1,7 @@
|
|||
2009-01-03 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* src/Win_GParted.cc: Update copyright year range.
|
||||
|
||||
2009-01-02 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* configure.in: Improved text for libparted not found error message.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
|
||||
/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1217,7 +1217,7 @@ void Win_GParted::menu_help_about()
|
|||
dialog .set_logo_icon_name( "gparted" ) ;
|
||||
dialog .set_version( VERSION ) ;
|
||||
dialog .set_comments( _( "GNOME Partition Editor" ) ) ;
|
||||
dialog .set_copyright( "Copyright © 2004-2008 Bart Hakvoort" ) ;
|
||||
dialog .set_copyright( "Copyright © 2004-2009 Bart Hakvoort" ) ;
|
||||
|
||||
//authors
|
||||
strings .push_back( "Bart Hakvoort <gparted@users.sf.net>" ) ;
|
||||
|
|
Loading…
Reference in New Issue