Skip to content

Commit 72ddc34

Browse files
committed
Add license header
1 parent 82b9f33 commit 72ddc34

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/docs-builder/LinkIndex/ILinkIndex.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Licensed to Elasticsearch B.V under one or more agreements.
2+
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3+
// See the LICENSE file in the project root for more information
14
namespace Documentation.Builder.LinkIndex;
25

36
public interface ILinkIndex

src/docs-builder/LinkIndex/S3LinkIndex.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
// Licensed to Elasticsearch B.V under one or more agreements.
2+
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3+
// See the LICENSE file in the project root for more information
14
using Amazon.S3;
25
using Amazon.S3.Transfer;
36
using Microsoft.Extensions.Logging;
4-
using Microsoft.Extensions.Configuration;
57

68
namespace Documentation.Builder.LinkIndex;
79

0 commit comments

Comments
 (0)