From f3c1add5157b4b859b883b9d0506ff34fed5d6fb Mon Sep 17 00:00:00 2001 From: "David R. Williamson" Date: Mon, 12 Jul 2021 10:44:10 -0700 Subject: [PATCH] License header --- iothub/device/src/TransientFaultHandling/RetryStrategy.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/iothub/device/src/TransientFaultHandling/RetryStrategy.cs b/iothub/device/src/TransientFaultHandling/RetryStrategy.cs index 88c9a39300..a73ef0779e 100644 --- a/iothub/device/src/TransientFaultHandling/RetryStrategy.cs +++ b/iothub/device/src/TransientFaultHandling/RetryStrategy.cs @@ -1,12 +1,11 @@ // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -// Copyright(c) Microsoft.All rights reserved. -// Microsoft would like to thank its contributors, a list -// of whom are at http://aka.ms/entlib-contributors + +// Microsoft would like to thank its contributors, a list of whom are at http://aka.ms/entlib-contributors using System; -// Licensed under the Apache License, Version 2.0 (the "License"); you +// Source 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