Update copyright
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 31 Aug 2020 19:53:54 +0000 (14:53 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 31 Aug 2020 19:53:54 +0000 (14:53 -0500)
src/pgwui_core/constants.py
src/pgwui_core/core.py
tests/test_core.py

index 03d9cbb83b7fe243d890e625888e1cfb7212a77d..220f4e17c324b4754e9287e78a4e60233265918d 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2013, 2014, 2018 The Meme Factory, Inc.  http://www.meme.com/
+# Copyright (C) 2013, 2014, 2018 The Meme Factory, Inc.
+# http://www.karlpinc.com/
 
 # This file is part of PGWUI_Core.
 #
@@ -16,7 +17,7 @@
 # License along with this program.  If not, see
 # <http://www.gnu.org/licenses/>.
 
-# Karl O. Pinc <kop@meme.com>
+# Karl O. Pinc <kop@karlpinc.com>
 #
 
 '''Constants used by the PGWUI programs.
index 1ab09fe32e2d2dc38bc54efa4f7c4a80585f7e5b..7cbe1245bc208ecbaf72badb91b4725beeb3ac27 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright (C) 2013, 2014, 2015, 2018 The Meme Factory, Inc.
-#               http://www.meme.com/
+# Copyright (C) 2013, 2014, 2015, 2018, 2020 The Meme Factory, Inc.
+#               http://www.karlpinc.com/
 
 # This file is part of PGWUI_Core.
 #
@@ -18,7 +18,7 @@
 # <http://www.gnu.org/licenses/>.
 #
 
-# Karl O. Pinc <kop@meme.com>
+# Karl O. Pinc <kop@karlpinc.com>
 
 '''Python source code for pgwui_core module
 
index a02b383820327a7f28cc3d63ac500dd7bf34430e..82a522cd69f454c10ac4debb4f09ecbfcdeaaaf2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018 The Meme Factory, Inc.  http://www.meme.com/
+# Copyright (C) 2018 The Meme Factory, Inc.  http://www.karlpinc.com/
 
 # This file is part of PGWUI_Core.
 #
@@ -17,7 +17,7 @@
 # <http://www.gnu.org/licenses/>.
 #
 
-# Karl O. Pinc <kop@meme.com>
+# Karl O. Pinc <kop@karlpinc.com>
 
 from pgwui_core import core