Skip to content

Commit f33d1f6

Browse files
committed
Add license header
1 parent 9af85db commit f33d1f6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Microsoft.OpenApi.Tool/OpenApiService.cs

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

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;

0 commit comments

Comments
 (0)