This is an automated email from the ASF dual-hosted git repository.
hoshea pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
The following commit(s) were added to refs/heads/dev by this push:
new 1ce0d27 add licenses into dist
1ce0d27 is described below
commit 1ce0d27ea13601f38afaf740f05374b4d9fe305e
Author: Hoshea <[email protected]>
AuthorDate: Sat Dec 26 15:55:56 2020 +0800
add licenses into dist
---
license-eye/dist/LICENSE | 5 +++--
{license-eye => quality-eye}/dist/LICENSE | 18 +++---------------
quality-eye/dist/NOTICE | 5 +++++
quality-eye/dist/licenses/LICENSE-logrus.txt | 21 +++++++++++++++++++++
4 files changed, 32 insertions(+), 17 deletions(-)
diff --git a/license-eye/dist/LICENSE b/license-eye/dist/LICENSE
index c7fab99..3bdc662 100644
--- a/license-eye/dist/LICENSE
+++ b/license-eye/dist/LICENSE
@@ -216,7 +216,8 @@ Apache 2.0 licenses
The following components are provided under the Apache License. See project
link for details.
The text of each license is the standard Apache 2.0 license.
- cobra v1.1.3: https://github.com/spf13/cobra Apache 2.0
+
+ cobra v1.1.1: https://github.com/spf13/cobra Apache 2.0
========================================================================
MIT licenses
@@ -227,7 +228,7 @@ The text of each license is also included at
licenses/LICENSE-[project].txt.
languages.yaml from GitHub:
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml MIT
doublestar v2: https://github.com/bmatcuk/doublestar MIT
- logrus 1.4.2: https://github.com/sirupsen/logrus MIT
+ logrus 1.7.0: https://github.com/sirupsen/logrus MIT
yaml v3: https://github.com/go-yaml/yaml/blob/v3 MIT
========================================================================
diff --git a/license-eye/dist/LICENSE b/quality-eye/dist/LICENSE
similarity index 93%
copy from license-eye/dist/LICENSE
copy to quality-eye/dist/LICENSE
index c7fab99..4ab6e4a 100644
--- a/license-eye/dist/LICENSE
+++ b/quality-eye/dist/LICENSE
@@ -216,7 +216,8 @@ Apache 2.0 licenses
The following components are provided under the Apache License. See project
link for details.
The text of each license is the standard Apache 2.0 license.
- cobra v1.1.3: https://github.com/spf13/cobra Apache 2.0
+
+ cobra v1.1.1: https://github.com/spf13/cobra Apache 2.0
========================================================================
MIT licenses
@@ -225,17 +226,4 @@ MIT licenses
The following components are provided under the MIT license. See project link
for details.
The text of each license is also included at licenses/LICENSE-[project].txt.
- languages.yaml from GitHub:
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml MIT
- doublestar v2: https://github.com/bmatcuk/doublestar MIT
- logrus 1.4.2: https://github.com/sirupsen/logrus MIT
- yaml v3: https://github.com/go-yaml/yaml/blob/v3 MIT
-
-========================================================================
-BSD licenses
-========================================================================
-
-The following components are provided under a BSD license. See project link
for details.
-The text of each license is also included at licenses/LICENSE-[project].txt.
-
- go-github v33: https://github.com/google/go-github BSD-3-Clause
- oauth2 v0.0.0: https://github.com/golang/oauth2 BSD-3-Clause
+ logrus 1.7.0: https://github.com/sirupsen/logrus MIT
diff --git a/quality-eye/dist/NOTICE b/quality-eye/dist/NOTICE
new file mode 100644
index 0000000..e646f51
--- /dev/null
+++ b/quality-eye/dist/NOTICE
@@ -0,0 +1,5 @@
+Apache SkyWalking
+Copyright 2017-2020 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/quality-eye/dist/licenses/LICENSE-logrus.txt
b/quality-eye/dist/licenses/LICENSE-logrus.txt
new file mode 100644
index 0000000..f090cb4
--- /dev/null
+++ b/quality-eye/dist/licenses/LICENSE-logrus.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Simon Eskildsen
+
+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.