From 8563d331d3dc405a11c7b7d31e9e017560303cbf Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Tue, 21 Feb 2023 10:07:52 -0700 Subject: [PATCH] Update copyright years --- AUTHORS | 4 ++-- src/Win_GParted.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 83039c6e..4ed43012 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-2022 +Portions Copyright (C) 2008-2023 Curtis Gedak -Portions Copyright (C) 2011-2022 +Portions Copyright (C) 2011-2023 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 b84e9753..8154cf37 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-2022 Curtis Gedak" ; - names += "\nCopyright © 2011-2022 Mike Fleetwood" ; + names += "\nCopyright © 2008-2023 Curtis Gedak" ; + names += "\nCopyright © 2011-2023 Mike Fleetwood" ; dialog .set_copyright( names ) ; //authors