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 9af85db commit f33d1f6Copy full SHA for f33d1f6
src/Microsoft.OpenApi.Tool/OpenApiService.cs
@@ -1,4 +1,7 @@
1
-using System;
+// Copyright (c) Microsoft Corporation. All rights reserved.
2
+// Licensed under the MIT license.
3
+
4
+using System;
5
using System.IO;
6
using System.Linq;
7
using System.Net;
src/Microsoft.OpenApi.Tool/Program.cs
-using System.CommandLine;
+// Copyright (c) Microsoft Corporation. All rights reserved.
+using System.CommandLine;
using System.CommandLine.Invocation;
using System.Threading.Tasks;
0 commit comments