add copyright statements
This commit is contained in:
Родитель
605f1589c3
Коммит
d9185d0dab
|
@ -1,3 +1,8 @@
|
|||
/*-----------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See LICENSE in the project root for license information.
|
||||
*----------------------------------------------------------------------------------------*/
|
||||
|
||||
use std::cmp;
|
||||
use std::io;
|
||||
use std::io::prelude::*;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*-----------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See LICENSE in the project root for license information.
|
||||
*----------------------------------------------------------------------------------------*/
|
||||
|
||||
use std::mem;
|
||||
use std::ptr;
|
||||
use winapi::shared::windef::HWND;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*-----------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See LICENSE in the project root for license information.
|
||||
*----------------------------------------------------------------------------------------*/
|
||||
|
||||
#![windows_subsystem = "windows"]
|
||||
|
||||
extern crate byteorder;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*-----------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See LICENSE in the project root for license information.
|
||||
*----------------------------------------------------------------------------------------*/
|
||||
|
||||
use std::fmt;
|
||||
use std::path::Path;
|
||||
use std::string::String;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*-----------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See LICENSE in the project root for license information.
|
||||
*----------------------------------------------------------------------------------------*/
|
||||
|
||||
use std::fmt;
|
||||
use strings;
|
||||
use std::string::String;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*-----------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See LICENSE in the project root for license information.
|
||||
*----------------------------------------------------------------------------------------*/
|
||||
|
||||
mod header;
|
||||
mod filerec;
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*-----------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See LICENSE in the project root for license information.
|
||||
*----------------------------------------------------------------------------------------*/
|
||||
|
||||
use std::io;
|
||||
use std::string;
|
||||
use std::io::prelude::*;
|
||||
|
|
Загрузка…
Ссылка в новой задаче