From ff04d83ec6d11100ee65da29c72443689da8d64d Mon Sep 17 00:00:00 2001 From: vcaesar Date: Thu, 9 Sep 2021 11:26:25 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- README_zh.md | 5 ++++- dictionary.go | 18 ++++++++---------- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1ae5e5b..7e48dcf 100755 --- a/README.md +++ b/README.md @@ -188,4 +188,7 @@ $ cd my-gse && re run ## License -Gse is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), thanks for [sego](https://github.com/huichen/sego) and [jieba](https://github.com/fxsjy/jieba)([jiebago](https://github.com/wangbin/jiebago)). +Gse is primarily distributed under the terms of "both the MIT license and the Apache License (Version 2.0)". +See [LICENSE-APACHE](http://www.apache.org/licenses/LICENSE-2.0), [LICENSE-MIT](https://github.com/go-vgo/robotgo/blob/master/LICENSE). + +Thanks for [sego](https://github.com/huichen/sego) and [jieba](https://github.com/fxsjy/jieba)([jiebago](https://github.com/wangbin/jiebago)). diff --git a/README_zh.md b/README_zh.md index 03e20c1..7c729a5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -190,4 +190,7 @@ $ cd my-gse && re run ## License -Gse is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), thanks for [sego](https://github.com/huichen/sego) and [jieba](https://github.com/fxsjy/jieba)([jiebago](https://github.com/wangbin/jiebago)). +Gse is primarily distributed under the terms of "both the MIT license and the Apache License (Version 2.0)". +See [LICENSE-APACHE](http://www.apache.org/licenses/LICENSE-2.0), [LICENSE-MIT](https://github.com/go-vgo/robotgo/blob/master/LICENSE). + +Thanks for [sego](https://github.com/huichen/sego) and [jieba](https://github.com/fxsjy/jieba)([jiebago](https://github.com/wangbin/jiebago)). diff --git a/dictionary.go b/dictionary.go index f4ded6c..df03744 100755 --- a/dictionary.go +++ b/dictionary.go @@ -1,17 +1,15 @@ // Copyright 2013 Hui Chen // Copyright 2016 ego authors // -// Licensed under the Apache License, Version 2.0 (the "License"): you may -// not use this file except in compliance with the License. You may obtain -// a copy of the License at +// Copyright 2016 The go-ego Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at +// https://github.com/go-ego/gse/blob/master/LICENSE // -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -// License for the specific language governing permissions and limitations -// under the License. +// Licensed under the Apache License, Version 2.0 or the MIT license +// , at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. package gse