We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ab7f7 commit c3c0abcCopy full SHA for c3c0abc
src/Microsoft.OpenApi.Tool/Program.cs
@@ -1,4 +1,7 @@
1
-using System.CommandLine;
+// Copyright (c) Microsoft Corporation. All rights reserved.
2
+// Licensed under the MIT license.
3
+
4
+using System.CommandLine;
5
using System.CommandLine.Invocation;
6
using System.IO;
7
using System.Threading.Tasks;
src/Microsoft.OpenApi/Services/CopyReferences.cs
-using System.Collections.Generic;
+// Copyright (c) Microsoft Corporation. All rights reserved.
+using System.Collections.Generic;
using Microsoft.OpenApi.Interfaces;
using Microsoft.OpenApi.Models;
0 commit comments