From db1db20bc15197c2c72ba2b201c94a5f9a7d6f74 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 23 Jan 2021 16:30:46 -0600 Subject: [PATCH] Update copyright statements --- .../TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish | 2 +- .../TEMPLATE/src/pgwui_TEMPLATE/views/TEMPLATE.py.mak | 2 +- src/pgwui_testing/TEMPLATE/tests/views/test_TEMPLATE.py.mak | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish b/src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish index 7e1ad05..082c22e 100644 --- a/src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish +++ b/src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish @@ -1,5 +1,5 @@ < %% doc> - Copyright (C) 2015, 2018, 2020 The Meme Factory, Inc. + Copyright (C) 2015, 2018, 2020, 2021 The Meme Factory, Inc. http://www.karlpinc.com/ This file is part of ${component}. diff --git a/src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/views/TEMPLATE.py.mak b/src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/views/TEMPLATE.py.mak index 1e58a8d..10748aa 100644 --- a/src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/views/TEMPLATE.py.mak +++ b/src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/views/TEMPLATE.py.mak @@ -1,4 +1,4 @@ -# Copyright (C) 2015, 2018, 2020 The Meme Factory, Inc. +# Copyright (C) 2015, 2018, 2020, 2021 The Meme Factory, Inc. # http://www.karlpinc.com/ # This file is part of ${component}. diff --git a/src/pgwui_testing/TEMPLATE/tests/views/test_TEMPLATE.py.mak b/src/pgwui_testing/TEMPLATE/tests/views/test_TEMPLATE.py.mak index 3cb0270..0523627 100644 --- a/src/pgwui_testing/TEMPLATE/tests/views/test_TEMPLATE.py.mak +++ b/src/pgwui_testing/TEMPLATE/tests/views/test_TEMPLATE.py.mak @@ -1,4 +1,4 @@ -# Copyright (C) 2018, 2019, 2020 The Meme Factory, Inc. +# Copyright (C) 2018, 2019, 2020, 2021 The Meme Factory, Inc. # http://www.karlpinc.com/ # This file is part of ${component}. -- 2.34.1