[gparted] Update copyright years



commit cbf4cb7cbe9fae321a5c6674f3109d109c2d1312
Author: Curtis Gedak <gedakc gmail com>
Date:   Mon Mar 28 09:07:58 2022 -0600

    Update copyright years

 AUTHORS            | 4 ++--
 src/Win_GParted.cc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 38958375..83039c6e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,9 +1,9 @@
 This file is part of GParted
 Copyright (C) 2004, 2005, 2006
        Bart Hakvoort
-Portions Copyright (C) 2008-2021
+Portions Copyright (C) 2008-2022
        Curtis Gedak
-Portions Copyright (C) 2011-2021
+Portions Copyright (C) 2011-2022
        Mike Fleetwood
 
 This file may be modified and/or distributed without restriction.  This is
diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc
index 2bae1f7b..b84e9753 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -1891,8 +1891,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-2021 Curtis Gedak" ;
-       names += "\nCopyright © 2011-2021 Mike Fleetwood" ;
+       names += "\nCopyright © 2008-2022 Curtis Gedak" ;
+       names += "\nCopyright © 2011-2022 Mike Fleetwood" ;
        dialog .set_copyright( names ) ;
 
        //authors


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]