Skip to content

Commit a065d0e

Browse files
committed
Fix copyrights
Signed-off-by: Victor Chang <[email protected]>
1 parent 3c0133a commit a065d0e

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

src/Api/Rest/FhirResources.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// SPDX-FileCopyrightText: 2011-2022 MONAI Consortium
2-
// SPDX-FileCopyrightText: 2021 NVIDIA Corporation
1+
// SPDX-FileCopyrightText: © 2011-2022 MONAI Consortium
2+
// SPDX-FileCopyrightText: © 2021 NVIDIA Corporation
33
// SPDX-License-Identifier: Apache License 2.0
44

55
using System.Text.Json.Serialization;

src/CLI/Options/Common.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021-2022 MONAI Consortium
1+
// SPDX-FileCopyrightText: © 2021-2022 MONAI Consortium
22
// SPDX-License-Identifier: Apache License 2.0
33

44
using System;

src/CLI/Services/DockerRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021-2022 MONAI Consortium
1+
// SPDX-FileCopyrightText: © 2021-2022 MONAI Consortium
22
// SPDX-License-Identifier: Apache License 2.0
33

44
using System;

src/CLI/Test/ControlExceptionTest.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System.IO;
1+
// SPDX-FileCopyrightText: © 2021-2022 MONAI Consortium
2+
// SPDX-License-Identifier: Apache License 2.0
3+
4+
using System.IO;
25
using System.Runtime.Serialization.Formatters.Binary;
36
using Xunit;
47

src/InformaticsGateway/Services/Http/MonaiAeTitleController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2021-2022 MONAI Consortium
1+
// SPDX-FileCopyrightText: © 2021-2022 MONAI Consortium
22
// SPDX-License-Identifier: Apache License 2.0
33

44
using System;

0 commit comments

Comments
 (0)