add SPDX-License-Identifier for all source

Add SPDX-License-Identifier for all existing codes.

Fixes: #2

Signed-off-by: bin liu <bin@hyper.sh>
This commit is contained in:
bin liu
2020-09-07 20:28:23 +08:00
parent ed1e8162d5
commit 86b245076c
25 changed files with 125 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
// Copyright (c) 2018 Levente Kurusa
//
// SPDX-License-Identifier: Apache-2.0 or MIT
//
use log::*;
use std::fs::File;