Skip to content

Commit 1328875

Browse files
committed
Fix copyright comment in main.rs
1 parent 280f310 commit 1328875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! Copyright (c) Microsoft Corporation. All rights reserved.
2-
//! Highly Confidential Material
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
33
use anyhow::{anyhow, Context, Result};
44
use argh::FromArgs;
55
use flate2::read::GzDecoder;

0 commit comments

Comments
 (0)