Skip to content

Commit 98fbec2

Browse files
committed
Fix license headers
Signed-off-by: Victor Chang <[email protected]>
1 parent fd75ad2 commit 98fbec2

File tree

5 files changed

+38
-8
lines changed

5 files changed

+38
-8
lines changed

src/Database/Api/Repositories/IInferenceRequestRepository.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/*
2-
* Copyright 2021-2022 MONAI Consortium
3-
* Copyright 2019-2021 NVIDIA Corporation
2+
* Copyright 2022 MONAI Consortium
43
*
5-
* Licensed under the Apache License, Version 2.0 (the "License", CancellationToken cancellationToken = default);
4+
* Licensed under the Apache License, Version 2.0 (the "License");
65
* you may not use this file except in compliance with the License.
76
* You may obtain a copy of the License at
87
*

src/Database/Api/Repositories/IStorageMetadataRepository.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/*
2-
* Copyright 2021-2022 MONAI Consortium
3-
* Copyright 2019-2021 NVIDIA Corporation
2+
* Copyright 2022 MONAI Consortium
43
*
5-
* Licensed under the Apache License, Version 2.0 (the "License", CancellationToken cancellationToken = default);
4+
* Licensed under the Apache License, Version 2.0 (the "License");
65
* you may not use this file except in compliance with the License.
76
* You may obtain a copy of the License at
87
*

src/Database/EntityFramework/Test/Monai.Deploy.InformaticsGateway.Database.EntityFramework.Test.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<!--
2+
~ Copyright 2022 MONAI Consortium
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
117
<Project Sdk="Microsoft.NET.Sdk">
218

319
<PropertyGroup>
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
global using Xunit;
1+
/*
2+
* Copyright 2022 MONAI Consortium
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
global using Xunit;

src/Database/MongoDB/Configurations/MongoDBOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright 2022 MONAI Consortium
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License", CancellationToken cancellationToken = default);
4+
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*

0 commit comments

Comments
 (0)