[gparted] Update copyright year



commit ad9aaa1dc3a162af7aa0312aa9489a52b381c42f
Author: Curtis Gedak <gedakc gmail com>
Date:   Tue Feb 14 10:00:41 2017 -0700

    Update copyright year

 AUTHORS            |    4 ++--
 src/Win_GParted.cc |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 2322be4..354181c 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, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
+Portions Copyright (C) 2008-2017
        Curtis Gedak
-Portions Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016
+Portions Copyright (C) 2011-2017
        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 87820fa..de68334 100644
--- a/src/Win_GParted.cc
+++ b/src/Win_GParted.cc
@@ -1677,8 +1677,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-2016 Curtis Gedak" ;
-       names += "\nCopyright © 2011-2016 Mike Fleetwood" ;
+       names += "\nCopyright © 2008-2017 Curtis Gedak" ;
+       names += "\nCopyright © 2011-2017 Mike Fleetwood" ;
        dialog .set_copyright( names ) ;
 
        //authors


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