From e54294c82165556522e6c3600d05989c898cf868 Mon Sep 17 00:00:00 2001 From: Neil South Date: Wed, 11 Oct 2023 11:44:20 +0100 Subject: [PATCH] missed file headers Signed-off-by: Neil South --- src/Messaging/Common/Artifact.cs | 17 ++++++++++++++++- src/Messaging/Events/ArtifactsReceivedEvent.cs | 17 ++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/src/Messaging/Common/Artifact.cs b/src/Messaging/Common/Artifact.cs index 3f1847e..e781f65 100755 --- a/src/Messaging/Common/Artifact.cs +++ b/src/Messaging/Common/Artifact.cs @@ -1,4 +1,19 @@ - +/* + * Copyright 2022-2023 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + namespace Monai.Deploy.Messaging.Common { public class Artifact diff --git a/src/Messaging/Events/ArtifactsReceivedEvent.cs b/src/Messaging/Events/ArtifactsReceivedEvent.cs index 017141b..e7ac819 100755 --- a/src/Messaging/Events/ArtifactsReceivedEvent.cs +++ b/src/Messaging/Events/ArtifactsReceivedEvent.cs @@ -1,4 +1,19 @@ - +/* + * Copyright 2022-2023 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + using Monai.Deploy.Messaging.Common; using Newtonsoft.Json; using System.ComponentModel.DataAnnotations;