You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/01/22 09:30:48 UTC

[incubator-servicecomb-service-center] branch master updated: SCB-260 add NOTICE file (#254)

This is an automated email from the ASF dual-hosted git repository.

littlecui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 4fc6d1f  SCB-260 add NOTICE file (#254)
4fc6d1f is described below

commit 4fc6d1f67de426afa760c1d044e5030e571ffda4
Author: Yang, Bo <oa...@gmail.com>
AuthorDate: Mon Jan 22 17:30:46 2018 +0800

    SCB-260 add NOTICE file (#254)
    
    Add NOTICE file and include third party dependencies which is not under
    Apache 2.0 license.
---
 NOTICE | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..2a463ca
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,69 @@
+Servicecomb Service Center
+Copyright 2017-2018 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+================================================================
+The MIT License
+================================================================
+
+The following components are provided under the  MIT License  (http://www.opensource.org/licenses/mit-license.php). See project link for details.
+
+github.com/beorn7/perks/quantile
+github.com/boltdb/bolt
+AngularJS v1.6.6 (http://angularjs.org)
+Bootstrap v3.3.7 (http://getbootstrap.com)
+
+================================================================
+The BSD Licenses
+================================================================
+
+The following components are provided under the BSD Licenses (http://www.opensource.org/licenses/bsd-license.php). See project link for details.
+
+github.com/ghodss/yaml
+github.com/gogo/protobuf/proto
+github.com/golang/protobuf
+github.com/gorilla/websocket
+github.com/grpc-ecosystem/grpc-gateway
+github.com/ugorji/go/codec
+github.com/xiang90/probing
+golang.org/x/crypto
+golang.org/x/net
+golang.org/x/text
+angular-chart
+
+================================================================
+Notice for gopkg.in/yaml.v2:
+
+The following files were ported to Go from C files of libyaml, and thus
+are still covered by their original copyright and license:
+
+    apic.go
+    emitterc.go
+    parserc.go
+    readerc.go
+    scannerc.go
+    writerc.go
+    yamlh.go
+    yamlprivateh.go
+
+Copyright (c) 2006 Kirill Simonov
+
+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.

-- 
To stop receiving notification emails like this one, please contact
littlecui@apache.org.