Skip to content

Commit 14da905

Browse files
committed
Update licenses
1 parent cf9976f commit 14da905

File tree

9 files changed

+10
-11
lines changed

9 files changed

+10
-11
lines changed

doc/dependency_decisions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
- - :approve
869869
- Polly
870870
- :who: mocsharp
871-
:why: New BSD License (https://github.com/App-vNext/Polly/raw/main/LICENSE.txt)
871+
:why: New BSD License (https://raw.githubusercontent.com/App-vNext/Polly/main/LICENSE)
872872
:versions:
873873
- 7.2.4
874874
:when: 2022-08-16 23:06:27.913122244 Z
@@ -2324,28 +2324,28 @@
23242324
- - :approve
23252325
- MongoDB.Bson
23262326
- :who: mocsharp
2327-
:why: Apache-2.0 (https://github.com/mongodb/mongo-csharp-driver/raw/master/License.txt)
2327+
:why: Apache-2.0 (https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md)
23282328
:versions:
23292329
- 2.21.0
23302330
:when: 2022-11-16 23:38:53.891380809 Z
23312331
- - :approve
23322332
- MongoDB.Driver
23332333
- :who: mocsharp
2334-
:why: Apache-2.0 (https://github.com/mongodb/mongo-csharp-driver/raw/master/License.txt)
2334+
:why: Apache-2.0 (https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md)
23352335
:versions:
23362336
- 2.21.0
23372337
:when: 2022-11-16 23:38:54.213853364 Z
23382338
- - :approve
23392339
- MongoDB.Driver.Core
23402340
- :who: mocsharp
2341-
:why: Apache-2.0 (https://github.com/mongodb/mongo-csharp-driver/raw/master/License.txt)
2341+
:why: Apache-2.0 (https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md)
23422342
:versions:
23432343
- 2.21.0
23442344
:when: 2022-11-16 23:38:54.553730219 Z
23452345
- - :approve
23462346
- MongoDB.Libmongocrypt
23472347
- :who: mocsharp
2348-
:why: Apache-2.0 (https://github.com/mongodb/mongo-csharp-driver/raw/master/License.txt)
2348+
:why: Apache-2.0 (https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md)
23492349
:versions:
23502350
- 1.8.0
23512351
:when: 2022-11-16 23:38:54.863359236 Z

docs/compliance/third-party-licenses.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41669,4 +41669,3 @@ Data pulled from spdx/license-list-data on February 9, 2023.
4166941669
```
4167041670

4167141671
</details>
41672-

src/Api/IInputDataPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Monai.Deploy.InformaticsGateway.Api
2323
/// <summary>
2424
/// <c>IInputDataPlugin</c> enables lightweight data processing over incoming data received from supported data ingestion
2525
/// services.
26-
/// Refer to <see cref="IOutputDataPluginEngine" /> for additional details.
26+
/// Refer to <see cref="IInputDataPluginEngine" /> for additional details.
2727
/// </summary>
2828
public interface IInputDataPlugin
2929
{

src/Api/MonaiApplicationEntity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class MonaiApplicationEntity : MongoDBEntityBase
7373
public List<string> Workflows { get; set; } = default!;
7474

7575
/// <summary>
76-
/// Optional list of data input plug-in type names to be executed by the <see cref="IOutputDataPluginEngine"/>.
76+
/// Optional list of data input plug-in type names to be executed by the <see cref="IInputDataPluginEngine"/>.
7777
/// </summary>
7878
public List<string> PluginAssemblies { get; set; } = default!;
7979

src/Client/Test/packages.lock.json

100755100644
File mode changed.

src/InformaticsGateway/Monai - Backup.Deploy.InformaticsGateway.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
<PackageReference Include="fo-dicom" Version="5.1.1" />
4141
<PackageReference Include="Karambolo.Extensions.Logging.File" Version="3.4.0" />
4242
<PackageReference Include="HL7-dotnetcore" Version="2.35.0" />
43-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.20" />
43+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.21" />
4444
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
45-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="6.0.20" />
46-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="6.0.20" />
45+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="6.0.21" />
46+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="6.0.21" />
4747
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
4848
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
4949
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />

src/InformaticsGateway/Test/packages.lock.json

100755100644
File mode changed.

src/InformaticsGateway/packages.lock.json

100755100644
File mode changed.

tests/Integration.Test/packages.lock.json

100755100644
File mode changed.

0 commit comments

Comments
 (0)