Update copyright year
This commit is contained in:
parent
905f158d68
commit
3f3209c6ba
4
AUTHORS
4
AUTHORS
|
@ -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-2017
|
Portions Copyright (C) 2008-2018
|
||||||
Curtis Gedak
|
Curtis Gedak
|
||||||
Portions Copyright (C) 2011-2017
|
Portions Copyright (C) 2011-2018
|
||||||
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
|
||||||
|
|
|
@ -1679,8 +1679,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-2017 Curtis Gedak" ;
|
names += "\nCopyright © 2008-2018 Curtis Gedak" ;
|
||||||
names += "\nCopyright © 2011-2017 Mike Fleetwood" ;
|
names += "\nCopyright © 2011-2018 Mike Fleetwood" ;
|
||||||
dialog .set_copyright( names ) ;
|
dialog .set_copyright( names ) ;
|
||||||
|
|
||||||
//authors
|
//authors
|
||||||
|
|
Loading…
Reference in New Issue