From c04dff54ab26a9ccfdfa49011a40b7bdd3eae5bf Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 23 Jan 2021 16:25:57 -0600 Subject: [PATCH] Update copyright statements --- src/pgwui_common/checkset.py | 2 +- src/pgwui_common/exceptions.py | 2 +- src/pgwui_common/plugin.py | 2 +- src/pgwui_common/static/pgwui.css | 2 +- src/pgwui_common/templates/auth_base.mak | 3 ++- tests/test_checkset.py | 2 +- tests/test_plugin.py | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/pgwui_common/checkset.py b/src/pgwui_common/checkset.py index 17d5ba1..d696541 100644 --- a/src/pgwui_common/checkset.py +++ b/src/pgwui_common/checkset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 The Meme Factory, Inc. http://www.karlpinc.com/ +# Copyright (C) 2020, 2021 The Meme Factory, Inc. http://www.karlpinc.com/ # This file is part of PGWUI_Common. # diff --git a/src/pgwui_common/exceptions.py b/src/pgwui_common/exceptions.py index 6b77bef..65cf567 100644 --- a/src/pgwui_common/exceptions.py +++ b/src/pgwui_common/exceptions.py @@ -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 PGWUI_Server. diff --git a/src/pgwui_common/plugin.py b/src/pgwui_common/plugin.py index 8608c1f..ab7215f 100644 --- a/src/pgwui_common/plugin.py +++ b/src/pgwui_common/plugin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 The Meme Factory, Inc. http://www.karlpinc.com/ +# Copyright (C) 2020, 2021 The Meme Factory, Inc. http://www.karlpinc.com/ # This file is part of PGWUI_Common. # diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index 694c8c3..537e20e 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2012 The Meme Factory, Inc. http://www.meme.com/ +/* Copyright (C) 2012, 2021 The Meme Factory, Inc. http://www.meme.com/ * Copyright (C) 2006, 2008, Karl O. Pinc * * This file is part of PGWUI_Common. diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index a862b39..51d3065 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -1,6 +1,7 @@ <%doc> - Copyright (C) 2015, 2020 The Meme Factory, Inc. http://www.karlpinc.com/ + Copyright (C) 2015, 2020, 2021 The Meme Factory, Inc. + http://www.karlpinc.com/ This file is part of PGWUI_Common. diff --git a/tests/test_checkset.py b/tests/test_checkset.py index 7d7d685..54d55e8 100644 --- a/tests/test_checkset.py +++ b/tests/test_checkset.py @@ -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 PGWUI_Server. diff --git a/tests/test_plugin.py b/tests/test_plugin.py index ad638af..57985c4 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 The Meme Factory, Inc. http://www.karlpinc.com/ +# Copyright (C) 2020, 2021 The Meme Factory, Inc. http://www.karlpinc.com/ # This file is part of PGWUI_Common. # -- 2.34.1