Skip to content

Commit 84dd852

Browse files
Added headers
1 parent b956823 commit 84dd852

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

src/LCT.APICommunications.UTest/RetryHttpClientHandlerUTest.cs

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
using log4net;
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// SPDX-FileCopyrightText: 2025 Siemens AG
3+
//
4+
// SPDX-License-Identifier: MIT
5+
// --------------------------------------------------------------------------------------------------------------------
6+
7+
using log4net;
28
using Moq.Protected;
39
using Moq;
410
using System.Net;

src/LCT.APICommunications/RetryHttpClientHandler.cs

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using log4net;
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// SPDX-FileCopyrightText: 2025 Siemens AG
3+
//
4+
// SPDX-License-Identifier: MIT
5+
// --------------------------------------------------------------------------------------------------------------------
6+
using log4net;
27
using Polly;
38
using System;
49
using System.Linq;

0 commit comments

Comments
 (0)