Skip to content

Commit c3c0abc

Browse files
committed
Add license header
1 parent 27ab7f7 commit c3c0abc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Microsoft.OpenApi.Tool/Program.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System.CommandLine;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT license.
3+
4+
using System.CommandLine;
25
using System.CommandLine.Invocation;
36
using System.IO;
47
using System.Threading.Tasks;

src/Microsoft.OpenApi/Services/CopyReferences.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System.Collections.Generic;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT license.
3+
4+
using System.Collections.Generic;
25
using Microsoft.OpenApi.Interfaces;
36
using Microsoft.OpenApi.Models;
47

0 commit comments

Comments
 (0)