From 509d0a926ba8b23af446c739ebc2733e9f1b4f55 Mon Sep 17 00:00:00 2001 From: Fang Lin Date: Fri, 4 Aug 2023 12:58:11 -0700 Subject: [PATCH] Updated Copyright year --- setup.py | 3 +++ uw_space/__init__.py | 2 +- uw_space/dao.py | 2 +- uw_space/models.py | 2 +- uw_space/test.py | 2 +- uw_space/tests/test_dao.py | 2 +- uw_space/tests/test_facilities.py | 2 +- uw_space/utils.py | 2 +- 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 51a90db..6fc088d 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,6 @@ +# Copyright 2023 UW-IT, University of Washington +# SPDX-License-Identifier: Apache-2.0 + import os from setuptools import setup diff --git a/uw_space/__init__.py b/uw_space/__init__.py index cccce4e..928aaae 100644 --- a/uw_space/__init__.py +++ b/uw_space/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022 UW-IT, University of Washington +# Copyright 2023 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 diff --git a/uw_space/dao.py b/uw_space/dao.py index c1fbb8a..c54cfe4 100644 --- a/uw_space/dao.py +++ b/uw_space/dao.py @@ -1,4 +1,4 @@ -# Copyright 2022 UW-IT, University of Washington +# Copyright 2023 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 diff --git a/uw_space/models.py b/uw_space/models.py index eb8a6b8..269a992 100644 --- a/uw_space/models.py +++ b/uw_space/models.py @@ -1,4 +1,4 @@ -# Copyright 2022 UW-IT, University of Washington +# Copyright 2023 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 diff --git a/uw_space/test.py b/uw_space/test.py index 38fee61..771a666 100644 --- a/uw_space/test.py +++ b/uw_space/test.py @@ -1,4 +1,4 @@ -# Copyright 2022 UW-IT, University of Washington +# Copyright 2023 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 diff --git a/uw_space/tests/test_dao.py b/uw_space/tests/test_dao.py index ebb9418..cb167e4 100644 --- a/uw_space/tests/test_dao.py +++ b/uw_space/tests/test_dao.py @@ -1,4 +1,4 @@ -# Copyright 2022 UW-IT, University of Washington +# Copyright 2023 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 diff --git a/uw_space/tests/test_facilities.py b/uw_space/tests/test_facilities.py index 2798986..6eac85d 100644 --- a/uw_space/tests/test_facilities.py +++ b/uw_space/tests/test_facilities.py @@ -1,4 +1,4 @@ -# Copyright 2022 UW-IT, University of Washington +# Copyright 2023 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 diff --git a/uw_space/utils.py b/uw_space/utils.py index 8f047b6..8f7dbd0 100644 --- a/uw_space/utils.py +++ b/uw_space/utils.py @@ -1,4 +1,4 @@ -# Copyright 2022 UW-IT, University of Washington +# Copyright 2023 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0