Update copyright year
This commit is contained in:
parent
b6c666663a
commit
0ec726111d
4
AUTHORS
4
AUTHORS
|
@ -1,9 +1,9 @@
|
|||
This file is part of GParted
|
||||
Copyright (C) 2004, 2005, 2006
|
||||
Bart Hakvoort
|
||||
Portions Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
|
||||
Portions Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
|
||||
Curtis Gedak
|
||||
Portions Copyright (C) 2011, 2012, 2013, 2014, 2015
|
||||
Portions Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016
|
||||
Mike Fleetwood
|
||||
|
||||
This file may be modified and/or distributed without restriction. This is
|
||||
|
|
|
@ -1603,8 +1603,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-2015 Curtis Gedak" ;
|
||||
names += "\nCopyright © 2011-2015 Mike Fleetwood" ;
|
||||
names += "\nCopyright © 2008-2016 Curtis Gedak" ;
|
||||
names += "\nCopyright © 2011-2016 Mike Fleetwood" ;
|
||||
dialog .set_copyright( names ) ;
|
||||
|
||||
//authors
|
||||
|
|
Loading…
Reference in New Issue