diff --git a/.github/workflows/aws-ecr-load.yml b/.github/workflows/aws-ecr-load.yml index f08e29e..e1c7731 100644 --- a/.github/workflows/aws-ecr-load.yml +++ b/.github/workflows/aws-ecr-load.yml @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/.github/workflows/image-push.yml b/.github/workflows/image-push.yml index b979936..0a343fd 100644 --- a/.github/workflows/image-push.yml +++ b/.github/workflows/image-push.yml @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 9323944..7215b72 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/.gitignore b/.gitignore index ba4a9bf..852aa53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/.pylintrc b/.pylintrc index 266e90a..4c00031 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/Dockerfile b/Dockerfile index 07dc824..1a39ee5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/README.md b/README.md index ba8838b..4f33598 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ + # APSViz-UI-Data Website/services that return data used to populate the [APSViz TerriaMap UI](https://github.com/RENCI/TerriaMap) as well as provide data access to collaborators. diff --git a/main.py b/main.py index 2de068d..6dc537f 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/openapi-config.yaml b/openapi-config.yaml index 73e380a..4e73703 100644 --- a/openapi-config.yaml +++ b/openapi-config.yaml @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/renci-logo.png.license b/renci-logo.png.license index 16b4036..1c51d68 100644 --- a/renci-logo.png.license +++ b/renci-logo.png.license @@ -1,5 +1,6 @@ SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. SPDX-License-Identifier: GPL-3.0-or-later SPDX-License-Identifier: LicenseRef-RENCI diff --git a/requirements.txt b/requirements.txt index 311029e..6b236e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/src/common/bearer.py b/src/common/bearer.py index b85da0d..21667ee 100644 --- a/src/common/bearer.py +++ b/src/common/bearer.py @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/src/common/logger.py b/src/common/logger.py index dd801bb..835bdcf 100644 --- a/src/common/logger.py +++ b/src/common/logger.py @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/src/common/pg_impl.py b/src/common/pg_impl.py index 8b75c36..7f79877 100644 --- a/src/common/pg_impl.py +++ b/src/common/pg_impl.py @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/src/common/pg_utils_multi.py b/src/common/pg_utils_multi.py index 8ef2181..9e43856 100644 --- a/src/common/pg_utils_multi.py +++ b/src/common/pg_utils_multi.py @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/src/common/security.py b/src/common/security.py index c55b02d..49282ce 100644 --- a/src/common/security.py +++ b/src/common/security.py @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/src/common/utils.py b/src/common/utils.py index 83f7b52..0d9dde0 100644 --- a/src/common/utils.py +++ b/src/common/utils.py @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/src/server.py b/src/server.py index 6962f44..3a8d5ca 100644 --- a/src/server.py +++ b/src/server.py @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI diff --git a/src/test/test_security.py b/src/test/test_security.py index e5a782d..8528be7 100644 --- a/src/test/test_security.py +++ b/src/test/test_security.py @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved. # SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved. +# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved. # # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: LicenseRef-RENCI