Update copyright year

This commit is contained in:
Curtis Gedak 2018-03-19 10:05:34 -06:00
parent 905f158d68
commit 3f3209c6ba
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
This file is part of GParted
Copyright (C) 2004, 2005, 2006
Bart Hakvoort
Portions Copyright (C) 2008-2017
Portions Copyright (C) 2008-2018
Curtis Gedak
Portions Copyright (C) 2011-2017
Portions Copyright (C) 2011-2018
Mike Fleetwood
This file may be modified and/or distributed without restriction. This is

View file

@ -1679,8 +1679,8 @@ void Win_GParted::menu_help_about()
dialog .set_comments( _( "GNOME Partition Editor" ) ) ;
std::string names ;
names = "Copyright © 2004-2006 Bart Hakvoort" ;
names += "\nCopyright © 2008-2017 Curtis Gedak" ;
names += "\nCopyright © 2011-2017 Mike Fleetwood" ;
names += "\nCopyright © 2008-2018 Curtis Gedak" ;
names += "\nCopyright © 2011-2018 Mike Fleetwood" ;
dialog .set_copyright( names ) ;
//authors