Skip to content

Commit 3b74c3e

Browse files
committed
Add license information.
1 parent c49a853 commit 3b74c3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Microsoft.OpenApi/Writers/FormattingStreamWriter.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

47
namespace Microsoft.OpenApi.Writers

0 commit comments

Comments
 (0)