You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by as...@apache.org on 2018/03/05 13:18:54 UTC

[incubator-servicecomb-service-center] branch master updated (faec77c -> 581eb50)

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

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


    from faec77c  SCB-362 Fix UT failure (#294)
     add bb09121  SCB-367 Correct NOTICE and LICENSE information
     add f91385a  SCB-367 Add LICENSE and NOTICE for binary release
     new 581eb50  Merge pull request #295 from yangbor/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                                            |  24 ++
 NOTICE                                             | 273 ---------------------
 .../LICENSE.txt => licenses/LICENSE-grpc-gateway   |   0
 LICENSE => scripts/release/LICENSE                 | 125 ++++++++++
 NOTICE => scripts/release/NOTICE                   | 119 +--------
 scripts/release/licenses/LICENSE-beorn7-perks      |  20 ++
 scripts/release/licenses/LICENSE-boltdb-bolt       |  20 ++
 scripts/release/licenses/LICENSE-ghodss-yaml       |  50 ++++
 scripts/release/licenses/LICENSE-gogo-protobuf     |  35 +++
 scripts/release/licenses/LICENSE-golang            |  27 ++
 scripts/release/licenses/LICENSE-golang-protobuf   |  30 +++
 scripts/release/licenses/LICENSE-gorilla-websocket |  22 ++
 .../release/licenses/LICENSE-gprc-gateway          |   0
 scripts/release/licenses/LICENSE-rs-cors           |  19 ++
 scripts/release/licenses/LICENSE-satori-go.uuid    |  20 ++
 scripts/release/licenses/LICENSE-ugorji-go         |  22 ++
 scripts/release/licenses/LICENSE-xiang90-probing   |  21 ++
 scripts/release/make_release.sh                    |  12 +-
 18 files changed, 444 insertions(+), 395 deletions(-)
 copy vendor/github.com/grpc-ecosystem/grpc-gateway/LICENSE.txt => licenses/LICENSE-grpc-gateway (100%)
 copy LICENSE => scripts/release/LICENSE (67%)
 copy NOTICE => scripts/release/NOTICE (56%)
 create mode 100644 scripts/release/licenses/LICENSE-beorn7-perks
 create mode 100644 scripts/release/licenses/LICENSE-boltdb-bolt
 create mode 100644 scripts/release/licenses/LICENSE-ghodss-yaml
 create mode 100644 scripts/release/licenses/LICENSE-gogo-protobuf
 create mode 100644 scripts/release/licenses/LICENSE-golang
 create mode 100644 scripts/release/licenses/LICENSE-golang-protobuf
 create mode 100644 scripts/release/licenses/LICENSE-gorilla-websocket
 copy vendor/github.com/grpc-ecosystem/grpc-gateway/LICENSE.txt => scripts/release/licenses/LICENSE-gprc-gateway (100%)
 create mode 100644 scripts/release/licenses/LICENSE-rs-cors
 create mode 100644 scripts/release/licenses/LICENSE-satori-go.uuid
 create mode 100644 scripts/release/licenses/LICENSE-ugorji-go
 create mode 100644 scripts/release/licenses/LICENSE-xiang90-probing
 mode change 100644 => 100755 scripts/release/make_release.sh

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

[incubator-servicecomb-service-center] 01/01: Merge pull request #295 from yangbor/master

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 581eb5065561d85163fff608994e70c0cd4f007e
Merge: faec77c f91385a
Author: Mohammad Asif Siddiqui <mo...@huawei.com>
AuthorDate: Mon Mar 5 18:48:52 2018 +0530

    Merge pull request #295 from yangbor/master
    
    [SCB-367] Fix LICENSE and NOTICE issue

 LICENSE                                            |  24 ++
 NOTICE                                             | 273 ---------------------
 licenses/LICENSE-grpc-gateway                      |  27 ++
 LICENSE => scripts/release/LICENSE                 | 125 ++++++++++
 NOTICE => scripts/release/NOTICE                   | 119 +--------
 scripts/release/licenses/LICENSE-beorn7-perks      |  20 ++
 scripts/release/licenses/LICENSE-boltdb-bolt       |  20 ++
 scripts/release/licenses/LICENSE-ghodss-yaml       |  50 ++++
 scripts/release/licenses/LICENSE-gogo-protobuf     |  35 +++
 scripts/release/licenses/LICENSE-golang            |  27 ++
 scripts/release/licenses/LICENSE-golang-protobuf   |  30 +++
 scripts/release/licenses/LICENSE-gorilla-websocket |  22 ++
 scripts/release/licenses/LICENSE-gprc-gateway      |  27 ++
 scripts/release/licenses/LICENSE-rs-cors           |  19 ++
 scripts/release/licenses/LICENSE-satori-go.uuid    |  20 ++
 scripts/release/licenses/LICENSE-ugorji-go         |  22 ++
 scripts/release/licenses/LICENSE-xiang90-probing   |  21 ++
 scripts/release/make_release.sh                    |  12 +-
 18 files changed, 498 insertions(+), 395 deletions(-)

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