Update copyright year

This commit is contained in:
Curtis Gedak 2017-02-14 10:00:41 -07:00
parent 4da32aedbb
commit ad9aaa1dc3
2 changed files with 4 additions and 4 deletions

View file

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

View file

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