From 585f6e438990433d311999c368a9e4152121275b Mon Sep 17 00:00:00 2001 From: dengsgo Date: Thu, 3 Dec 2020 21:21:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- fileboy.go | 4 ++++ filegirl.go | 4 ++++ notifer.go | 4 ++++ taskman.go | 4 ++++ 5 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4325f00..dbb3435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ 2020.12.03 -- 修改进程退出清理日志级别 +- 修改 进程退出清理日志级别 +- 增加 MIT Copyright 2020.08.23 diff --git a/fileboy.go b/fileboy.go index cb7f90a..d1e8621 100644 --- a/fileboy.go +++ b/fileboy.go @@ -1,3 +1,7 @@ +// Copyright (c) 2018-2020 Author dengsgo [https://github.com/dengsgo/fileboy] +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + package main import ( diff --git a/filegirl.go b/filegirl.go index f20fd39..6573dd5 100644 --- a/filegirl.go +++ b/filegirl.go @@ -1,3 +1,7 @@ +// Copyright (c) 2018-2020 Author dengsgo [https://github.com/dengsgo/fileboy] +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + package main type FileGirl struct { diff --git a/notifer.go b/notifer.go index fd48594..4e094a3 100644 --- a/notifer.go +++ b/notifer.go @@ -1,3 +1,7 @@ +// Copyright (c) 2018-2020 Author dengsgo [https://github.com/dengsgo/fileboy] +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + package main import ( diff --git a/taskman.go b/taskman.go index a530288..ef40f99 100644 --- a/taskman.go +++ b/taskman.go @@ -1,3 +1,7 @@ +// Copyright (c) 2018-2020 Author dengsgo [https://github.com/dengsgo/fileboy] +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + package main import (