Skip to content

Commit 3c0133a

Browse files
committed
Add copyright
Signed-off-by: Victor Chang <[email protected]>
1 parent 5d6732c commit 3c0133a

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

guidelines/diagrams/mig-acr.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: © 2021-2022 MONAI Consortium
2+
# SPDX-License-Identifier: Apache License 2.0
3+
14
# Created at https://sequencediagram.org/
25
title MONAI Informatics Gateway - SCP
36

guidelines/diagrams/mig-export.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#https://sequencediagram.org/
1+
# SPDX-FileCopyrightText: © 2021-2022 MONAI Consortium
2+
# SPDX-License-Identifier: Apache License 2.0
3+
4+
# https://sequencediagram.org/
25
title Export Results
36

47
participantgroup #00CC66 Informatics\nGateway

guidelines/diagrams/mig-scp.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: © 2021-2022 MONAI Consortium
2+
# SPDX-License-Identifier: Apache License 2.0
3+
14
# Created at https://sequencediagram.org/
25
title MONAI Informatics Gateway - SCP
36

src/InformaticsGateway/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
},
1818
"messaging": {
19-
"publisherServiceAssemblyName":"Monai.Deploy.Messaging.RabbitMQ.RabbitMQMessagePublisherService, Monai.Deploy.Messaging.RabbitMQ",
19+
"publisherServiceAssemblyName": "Monai.Deploy.Messaging.RabbitMQ.RabbitMQMessagePublisherService, Monai.Deploy.Messaging.RabbitMQ",
2020
"publisherSettings": {
2121
"endpoint": "localhost",
2222
"username": "username",
2323
"password": "password",
2424
"virtualHost": "monaideploy",
2525
"exchange": "monaideploy"
2626
},
27-
"subscriberServiceAssemblyName":"Monai.Deploy.Messaging.RabbitMQ.RabbitMQMessageSubscriberService, Monai.Deploy.Messaging.RabbitMQ",
27+
"subscriberServiceAssemblyName": "Monai.Deploy.Messaging.RabbitMQ.RabbitMQMessageSubscriberService, Monai.Deploy.Messaging.RabbitMQ",
2828
"subscriberSettings": {
2929
"endpoint": "localhost",
3030
"username": "username",
@@ -103,4 +103,4 @@
103103
"InformaticsGatewayServerEndpoint": "http://localhost:5000",
104104
"DockerImagePrefix": "ghcr.io/project-monai/monai-deploy-informatics-gateway"
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)