From 103d6afb4ebd5e589b5a8548afd6af7944979a68 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Tue, 11 Jun 2024 16:23:58 -0700 Subject: [PATCH] Update copyright forced by skywalking eye Signed-off-by: Victor Chang --- .github/workflows/ci.yml | 2 +- .licenserc.yaml | 1 + src/AssemblyInfo.cs | 4 ++-- src/Plugins/AWSS3/AWS3StorageService.cs | 4 ++-- src/Plugins/AWSS3/ConfigurationKeys.cs | 4 ++-- .../AWSS3/Monai.Deploy.Storage.AWSS3.csproj | 4 ++-- src/Plugins/AWSS3/README.md | 4 ++-- src/Plugins/AWSS3/ServiceRegistration.cs | 4 ++-- src/Plugins/AWSS3/StorageAdminService.cs | 4 ++-- .../AmazonSecurityTokenServiceClientFactory.cs | 4 ++-- src/Plugins/MinIO/ConfigurationKeys.cs | 4 ++-- .../Extensions/AccessPermissionsExtensions.cs | 4 ++-- src/Plugins/MinIO/HealthCheckBuilder.cs | 4 ++-- .../IAmazonSecurityTokenServiceClientFactory.cs | 4 ++-- src/Plugins/MinIO/IMinIoClientFactory.cs | 4 ++-- src/Plugins/MinIO/InternalsVisibleTo.cs | 4 ++-- src/Plugins/MinIO/LoggerMethods.cs | 4 ++-- src/Plugins/MinIO/MinIoAdminHealthCheck.cs | 6 +++--- src/Plugins/MinIO/MinIoClientFactory.cs | 4 ++-- src/Plugins/MinIO/MinIoHealthCheck.cs | 6 +++--- src/Plugins/MinIO/MinIoStartup.cs | 6 +++--- src/Plugins/MinIO/MinIoStorageService.cs | 4 ++-- .../MinIO/Monai.Deploy.Storage.MinIO.csproj | 6 +++--- src/Plugins/MinIO/README.md | 4 ++-- src/Plugins/MinIO/ServiceRegistration.cs | 4 ++-- src/Plugins/MinIO/StorageAdminService.cs | 4 ++-- src/Plugins/MinIO/Tests/AssemblyInfo.cs | 6 +++--- .../Tests/Integration/MinIoHealthCheckTest.cs | 6 +++--- .../Tests/Integration/MinIoStorageFixture.cs | 6 +++--- .../Tests/Integration/MinIoStorageServiceTest.cs | 6 +++--- .../Tests/Integration/StorageAdminServiceTest.cs | 6 +++--- .../Monai.Deploy.Storage.MinIO.Tests.csproj | 6 +++--- .../Tests/Unit/MinIoAdminHealthCheckTest.cs | 6 +++--- .../MinIO/Tests/Unit/MinIoHealthCheckTest.cs | 6 +++--- src/Plugins/MinIO/Tests/Unit/MinIoStartupTest.cs | 6 +++--- .../MinIO/Tests/Unit/MinIoStorageServiceTest.cs | 6 +++--- .../Tests/Unit/MinioPolicyExtensionsTest.cs | 4 ++-- .../MinIO/Tests/Unit/ServiceRegistrationTest.cs | 4 ++-- src/Plugins/MinIO/Tests/docker-compose.yml | 4 ++-- src/Plugins/package.sh | 4 ++-- .../Monai.Deploy.Storage.S3Policy.csproj | 4 ++-- src/S3Policy/Policies/Condition.cs | 4 ++-- src/S3Policy/Policies/Converter.cs | 4 ++-- src/S3Policy/Policies/Policy.cs | 4 ++-- src/S3Policy/Policies/PolicyRequest.cs | 4 ++-- src/S3Policy/Policies/Statement.cs | 4 ++-- src/S3Policy/Policies/StringEquals.cs | 4 ++-- src/S3Policy/Policies/StringLike.cs | 4 ++-- src/S3Policy/PolicyExtensions.cs | 4 ++-- .../Tests/Extensions/PolicyExtensionsTest.cs | 4 ++-- .../Monai.Deploy.Storage.S3Policy.Tests.csproj | 16 ++++++++++++++++ src/S3Policy/Tests/Usings.cs | 4 ++-- src/Storage/API/AccessPermissions.cs | 4 ++-- src/Storage/API/IStorageAdminService.cs | 4 ++-- src/Storage/API/IStorageService.cs | 4 ++-- src/Storage/API/IdentityType.cs | 4 ++-- src/Storage/API/ListObjectException.cs | 6 +++--- src/Storage/API/ListObjectTimeoutException.cs | 6 +++--- src/Storage/API/StorageConnectionException.cs | 6 +++--- .../API/StorageObjectNotFoundException.cs | 6 +++--- src/Storage/API/StorageServiceException.cs | 6 +++--- src/Storage/API/VerifyObjectsException.cs | 6 +++--- src/Storage/API/VirtualFileInfo.cs | 4 ++-- .../Configuration/ConfigurationException.cs | 4 ++-- .../Configuration/StorageServiceConfiguration.cs | 5 ++--- src/Storage/HealthCheckRegistrationBase.cs | 4 ++-- src/Storage/IServiceCollectionExtension.cs | 4 ++-- src/Storage/InternalsVisibleTo.cs | 4 ++-- src/Storage/Logger.cs | 4 ++-- src/Storage/Monai.Deploy.Storage.csproj | 6 +++--- src/Storage/SR.cs | 4 ++-- src/Storage/ServiceRegistrationBase.cs | 4 ++-- .../Tests/IServiceCollectionExtensionsTests.cs | 4 ++-- .../Tests/Monai.Deploy.Storage.Tests.csproj | 4 ++-- src/docker-compose.yaml | 4 ++-- src/nginx.conf | 4 ++-- 76 files changed, 185 insertions(+), 169 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cd9524..1cbd494 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: run: license_finder -r - name: Check License Header - uses: apache/skywalking-eyes@v0.5.0 + uses: apache/skywalking-eyes@v0.6.0 unit-test: runs-on: ubuntu-latest diff --git a/.licenserc.yaml b/.licenserc.yaml index 02a298a..de4456a 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -2,6 +2,7 @@ header: license: spdx-id: Apache-2.0 copyright-owner: MONAI Consortium + copyright-year: '2021-2024' paths: diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs index e5059fe..10faff2 100644 --- a/src/AssemblyInfo.cs +++ b/src/AssemblyInfo.cs @@ -1,11 +1,11 @@ /* - * Copyright 2022 MONAI Consortium + * Copyright 2021-2024 MONAI Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Plugins/AWSS3/AWS3StorageService.cs b/src/Plugins/AWSS3/AWS3StorageService.cs index 8ffeab8..ba90c2e 100644 --- a/src/Plugins/AWSS3/AWS3StorageService.cs +++ b/src/Plugins/AWSS3/AWS3StorageService.cs @@ -1,11 +1,11 @@ /* - * Copyright 2021-2022 MONAI Consortium + * Copyright 2021-2024 MONAI Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Plugins/AWSS3/ConfigurationKeys.cs b/src/Plugins/AWSS3/ConfigurationKeys.cs index c6063ac..f64972a 100644 --- a/src/Plugins/AWSS3/ConfigurationKeys.cs +++ b/src/Plugins/AWSS3/ConfigurationKeys.cs @@ -1,11 +1,11 @@ /* - * Copyright 2021-2022 MONAI Consortium + * Copyright 2021-2024 MONAI Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj b/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj index 90e59c5..ee73eb4 100644 --- a/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj +++ b/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj @@ -1,11 +1,11 @@ diff --git a/src/Plugins/MinIO/Tests/Unit/MinIoAdminHealthCheckTest.cs b/src/Plugins/MinIO/Tests/Unit/MinIoAdminHealthCheckTest.cs index ab6e2e4..3f56351 100644 --- a/src/Plugins/MinIO/Tests/Unit/MinIoAdminHealthCheckTest.cs +++ b/src/Plugins/MinIO/Tests/Unit/MinIoAdminHealthCheckTest.cs @@ -1,11 +1,11 @@ -/* - * Copyright 2022 MONAI Consortium +/* + * Copyright 2021-2024 MONAI Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Plugins/MinIO/Tests/Unit/MinIoHealthCheckTest.cs b/src/Plugins/MinIO/Tests/Unit/MinIoHealthCheckTest.cs index 1bfa46c..baccd18 100644 --- a/src/Plugins/MinIO/Tests/Unit/MinIoHealthCheckTest.cs +++ b/src/Plugins/MinIO/Tests/Unit/MinIoHealthCheckTest.cs @@ -1,11 +1,11 @@ -/* - * Copyright 2022-2023 MONAI Consortium +/* + * Copyright 2021-2024 MONAI Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Plugins/MinIO/Tests/Unit/MinIoStartupTest.cs b/src/Plugins/MinIO/Tests/Unit/MinIoStartupTest.cs index 91bd493..ebff3eb 100644 --- a/src/Plugins/MinIO/Tests/Unit/MinIoStartupTest.cs +++ b/src/Plugins/MinIO/Tests/Unit/MinIoStartupTest.cs @@ -1,11 +1,11 @@ -/* - * Copyright 2022 MONAI Consortium +/* + * Copyright 2021-2024 MONAI Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs b/src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs index 27b1a25..02ed9c8 100644 --- a/src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs +++ b/src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs @@ -1,11 +1,11 @@ -/* - * Copyright 2023 MONAI Consortium +/* + * Copyright 2021-2024 MONAI Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Plugins/MinIO/Tests/Unit/MinioPolicyExtensionsTest.cs b/src/Plugins/MinIO/Tests/Unit/MinioPolicyExtensionsTest.cs index 6530a56..3274c4c 100644 --- a/src/Plugins/MinIO/Tests/Unit/MinioPolicyExtensionsTest.cs +++ b/src/Plugins/MinIO/Tests/Unit/MinioPolicyExtensionsTest.cs @@ -1,11 +1,11 @@ /* - * Copyright 2022 MONAI Consortium + * Copyright 2021-2024 MONAI Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Plugins/MinIO/Tests/Unit/ServiceRegistrationTest.cs b/src/Plugins/MinIO/Tests/Unit/ServiceRegistrationTest.cs index aff5472..2558afa 100644 --- a/src/Plugins/MinIO/Tests/Unit/ServiceRegistrationTest.cs +++ b/src/Plugins/MinIO/Tests/Unit/ServiceRegistrationTest.cs @@ -1,11 +1,11 @@ /* - * Copyright 2022 MONAI Consortium + * Copyright 2021-2024 MONAI Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Plugins/MinIO/Tests/docker-compose.yml b/src/Plugins/MinIO/Tests/docker-compose.yml index 0a382bd..f73064f 100644 --- a/src/Plugins/MinIO/Tests/docker-compose.yml +++ b/src/Plugins/MinIO/Tests/docker-compose.yml @@ -1,10 +1,10 @@ -# Copyright 2022-2024 MONAI Consortium +# Copyright 2021-2024 MONAI Consortium # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Plugins/package.sh b/src/Plugins/package.sh index 62a5750..ed52f88 100755 --- a/src/Plugins/package.sh +++ b/src/Plugins/package.sh @@ -1,11 +1,11 @@ #!/bin/bash -# Copyright 2022 MONAI Consortium +# Copyright 2021-2024 MONAI Consortium # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj b/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj index b12c945..3ab4fdd 100644 --- a/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj +++ b/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj @@ -1,11 +1,11 @@ +