Skip to content

Commit ca81331

Browse files
authored
Merge pull request #16 from willayton/wka/fix-main-copyright
Fix copyright comment in main.rs
2 parents 7804ec9 + 1328875 commit ca81331

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)