Update copyright year
This commit is contained in:
parent
20f5c6f83b
commit
2f9bf91883
|
@ -1,5 +1,5 @@
|
||||||
/* Copyright (C) 2004 Bart
|
/* Copyright (C) 2004 Bart
|
||||||
* Copyright (C) 2008, 2009 Curtis Gedak
|
* Copyright (C) 2008, 2009, 2010 Curtis Gedak
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1271,7 +1271,7 @@ void Win_GParted::menu_help_about()
|
||||||
dialog .set_logo_icon_name( "gparted" ) ;
|
dialog .set_logo_icon_name( "gparted" ) ;
|
||||||
dialog .set_version( VERSION ) ;
|
dialog .set_version( VERSION ) ;
|
||||||
dialog .set_comments( _( "GNOME Partition Editor" ) ) ;
|
dialog .set_comments( _( "GNOME Partition Editor" ) ) ;
|
||||||
dialog .set_copyright( "Copyright © 2004-2006 Bart Hakvoort\nCopyright © 2008-2009 Curtis Gedak" ) ;
|
dialog .set_copyright( "Copyright © 2004-2006 Bart Hakvoort\nCopyright © 2008-2010 Curtis Gedak" ) ;
|
||||||
|
|
||||||
//authors
|
//authors
|
||||||
strings .push_back( "Bart Hakvoort <gparted@users.sf.net>" ) ;
|
strings .push_back( "Bart Hakvoort <gparted@users.sf.net>" ) ;
|
||||||
|
|
Loading…
Reference in New Issue