From: Karl O. Pinc Date: Sat, 23 Jan 2021 22:23:14 +0000 (-0600) Subject: Update copyright statements X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=870b5de0832f256bc3b485e9d6911f55f0188b92;p=pgwui_bulk_upload Update copyright statements --- diff --git a/src/pgwui_bulk_upload/check_settings.py b/src/pgwui_bulk_upload/check_settings.py index 0b54e9e..5be7027 100644 --- a/src/pgwui_bulk_upload/check_settings.py +++ b/src/pgwui_bulk_upload/check_settings.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_Bulk_Upload. # diff --git a/src/pgwui_bulk_upload/exceptions.py b/src/pgwui_bulk_upload/exceptions.py index 08fad42..3156a0a 100644 --- a/src/pgwui_bulk_upload/exceptions.py +++ b/src/pgwui_bulk_upload/exceptions.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_Bulk_Upload. # diff --git a/src/pgwui_bulk_upload/templates/bulk_upload.mak b/src/pgwui_bulk_upload/templates/bulk_upload.mak index 7eaed5b..ada7b8d 100644 --- a/src/pgwui_bulk_upload/templates/bulk_upload.mak +++ b/src/pgwui_bulk_upload/templates/bulk_upload.mak @@ -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 PGWUI_Bulk_Upload. diff --git a/src/pgwui_bulk_upload/views/bulk_upload.py b/src/pgwui_bulk_upload/views/bulk_upload.py index a6b7445..834285b 100644 --- a/src/pgwui_bulk_upload/views/bulk_upload.py +++ b/src/pgwui_bulk_upload/views/bulk_upload.py @@ -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 PGWUI_Bulk_Upload. diff --git a/tests/test_check_settings.py b/tests/test_check_settings.py index d03836a..8370f43 100644 --- a/tests/test_check_settings.py +++ b/tests/test_check_settings.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_Bulk_Upload. # diff --git a/tests/views/test_bulk_upload.py b/tests/views/test_bulk_upload.py index d51576f..d967baf 100644 --- a/tests/views/test_bulk_upload.py +++ b/tests/views/test_bulk_upload.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_Bulk_Upload.