From: Karl O. Pinc Date: Sat, 23 Jan 2021 22:27:39 +0000 (-0600) Subject: Update copyright statements X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=b96c1a14040b695fb27eda7bc68935cb5c336d3b;p=pgwui_core Update copyright statements --- diff --git a/src/pgwui_core/core.py b/src/pgwui_core/core.py index 8935d9f..9f51c20 100644 --- a/src/pgwui_core/core.py +++ b/src/pgwui_core/core.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013, 2014, 2015, 2018, 2020 The Meme Factory, Inc. +# Copyright (C) 2013, 2014, 2015, 2018, 2020, 2021 The Meme Factory, Inc. # http://www.karlpinc.com/ # This file is part of PGWUI_Core. diff --git a/src/pgwui_core/exceptions.py b/src/pgwui_core/exceptions.py index 86e953d..f906af9 100644 --- a/src/pgwui_core/exceptions.py +++ b/src/pgwui_core/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013, 2014, 2015, 2018, 2020 The Meme Factory, Inc. +# Copyright (C) 2013, 2014, 2015, 2018, 2020, 2021 The Meme Factory, Inc. # http://www.karlpinc.com/ # This file is part of PGWUI_Core. diff --git a/tests/test_core.py b/tests/test_core.py index 1665b68..a90213e 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 The Meme Factory, Inc. http://www.karlpinc.com/ +# Copyright (C) 2018, 2021 The Meme Factory, Inc. http://www.karlpinc.com/ # This file is part of PGWUI_Core. #