commit 40f44d627223a45f7a5f512fa9179e60f82df23f Author: Shelikhoo xiaokangwang@outlook.com Date: Fri Nov 19 15:55:30 2021 +0000
Add V2Ray/V2Fly License for task --- common/task/periodic.go | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+)
diff --git a/common/task/periodic.go b/common/task/periodic.go index 1ab34b3..37c56eb 100644 --- a/common/task/periodic.go +++ b/common/task/periodic.go @@ -1,5 +1,28 @@ // Package task // Reused from https://github.com/v2fly/v2ray-core/blob/784775f68922f07d40c9eead63015b2026a... +/* +The MIT License (MIT) + +Copyright (c) 2015-2021 V2Ray & V2Fly Community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +*/ package task
import (