From 393fd03da1e3f3af059ea5b717a1271ecbb18add Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Thu, 2 Apr 2020 10:39:48 -0700 Subject: [PATCH] update copyright notice --- custominstall.py | 2 +- gui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custominstall.py b/custominstall.py index 1394d6d..9668b0a 100644 --- a/custominstall.py +++ b/custominstall.py @@ -1,6 +1,6 @@ # This file is a part of custom-install.py. # -# Copyright (c) 2019-2020 Ian Burgwin +# custom-install is copyright (c) 2019-2020 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/gui.py b/gui.py index 8301d8e..2790eec 100644 --- a/gui.py +++ b/gui.py @@ -1,6 +1,6 @@ # This file is a part of custom-install.py. # -# Copyright (c) 2019-2020 Ian Burgwin +# custom-install is copyright (c) 2019-2020 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project.