Update copyright years

This commit is contained in:
Curtis Gedak 2024-02-26 09:15:09 -07:00
parent 16c2533af0
commit e02f628569
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-2023
Portions Copyright (C) 2008-2024
Curtis Gedak
Portions Copyright (C) 2011-2023
Portions Copyright (C) 2011-2024
Mike Fleetwood
This file may be modified and/or distributed without restriction. This is

View File

@ -1886,8 +1886,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-2023 Curtis Gedak" ;
names += "\nCopyright © 2011-2023 Mike Fleetwood" ;
names += "\nCopyright © 2008-2024 Curtis Gedak" ;
names += "\nCopyright © 2011-2024 Mike Fleetwood" ;
dialog .set_copyright( names ) ;
//authors