We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280f310 commit 1328875Copy full SHA for 1328875
src/main.rs
@@ -1,5 +1,5 @@
1
-//! Copyright (c) Microsoft Corporation. All rights reserved.
2
-//! Highly Confidential Material
+// Copyright (c) Microsoft Corporation.
+// Licensed under the MIT license.
3
use anyhow::{anyhow, Context, Result};
4
use argh::FromArgs;
5
use flate2::read::GzDecoder;
0 commit comments