From 206d612e5e2417e8ff408b878a8d53cdf8698196 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:31:36 -0500 Subject: [PATCH] updating licensing --- .github/workflows/aws-ecr-load.yml | 1 + .github/workflows/image-push.yml | 1 + .github/workflows/pylint.yml | 1 + .gitignore | 1 + .pylintrc | 1 + Dockerfile | 1 + README.md | 2 ++ main.py | 1 + renci-logo.png.license | 1 + requirements.txt | 1 + src/common/dsd.py | 1 + src/common/job_enums.py | 1 + src/common/logger.py | 1 + src/common/pg_impl.py | 1 + src/common/pg_utils_multi.py | 1 + src/common/utils.py | 1 + src/supervisor/job_create.py | 1 + src/supervisor/job_find.py | 1 + src/test/test_command_line.py | 2 +- 19 files changed, 20 insertions(+), 1 deletion(-) 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 3be3585..3fd9a43 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 0eafce1..81326c8 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 6d4aa1c..c3e6cad 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 48a249d..cbf9f41 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 a913758..75a06e0 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 d0a8a05..38bb73d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ + ![image not found](renci-logo.png "RENCI") # APSViz Supervisor diff --git a/main.py b/main.py index 85d4a8e..3c6e1b7 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/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 802b1c3..db98f23 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/dsd.py b/src/common/dsd.py index 957edb8..dc338a8 100644 --- a/src/common/dsd.py +++ b/src/common/dsd.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/job_enums.py b/src/common/job_enums.py index c85418d..7f22b8a 100644 --- a/src/common/job_enums.py +++ b/src/common/job_enums.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 ac691ae..79f5bbd 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 d8d8a8e..fca1d68 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 7904703..66fb12c 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/utils.py b/src/common/utils.py index 57a71ba..26c7090 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/supervisor/job_create.py b/src/supervisor/job_create.py index e7c7a5f..61bbd01 100644 --- a/src/supervisor/job_create.py +++ b/src/supervisor/job_create.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/supervisor/job_find.py b/src/supervisor/job_find.py index 90e8821..f4a991b 100644 --- a/src/supervisor/job_find.py +++ b/src/supervisor/job_find.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_command_line.py b/src/test/test_command_line.py index 14c26ac..9c60b7f 100644 --- a/src/test/test_command_line.py +++ b/src/test/test_command_line.py @@ -1,11 +1,11 @@ # 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 # SPDX-License-Identifier: MIT - """ Job supervisor tests.