Skip to content

Fix license and readme #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 22, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Insert a newline after license text
  • Loading branch information
iamqizhao committed Jan 22, 2015
commit ba40de08ecbf4f7b838189b86cee78db804b3611
1 change: 1 addition & 0 deletions call.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package rpc

import (
Expand Down
1 change: 1 addition & 0 deletions clientconn.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

/*
Package rpc implements various components to perform RPC on top of transport package.
*/
Expand Down
1 change: 1 addition & 0 deletions codes/codes.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

// Package codes defines the canonical error codes used by gRPC. It is
// consistent across various languages.
package codes
Expand Down
1 change: 1 addition & 0 deletions credentials/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

// Package credentials implements various credentials supported by gRPC library.
package credentials

Expand Down
1 change: 1 addition & 0 deletions interop/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package main

import (
Expand Down
1 change: 1 addition & 0 deletions interop/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package main

import (
Expand Down
1 change: 1 addition & 0 deletions interop/testdata/test_proto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions interop/testdata/test_proto_grpc.pb.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package grpc_testing

import (
Expand Down
1 change: 1 addition & 0 deletions metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

// Package metadata define the structure of the metadata supported by gRPC library.
package metadata

Expand Down
1 change: 1 addition & 0 deletions metadata/metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package metadata

import (
Expand Down
1 change: 1 addition & 0 deletions rpc_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package rpc

import (
Expand Down
1 change: 1 addition & 0 deletions rpc_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package rpc

import (
Expand Down
1 change: 1 addition & 0 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package rpc

import (
Expand Down
1 change: 1 addition & 0 deletions stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package rpc

import (
Expand Down
1 change: 1 addition & 0 deletions test/end2end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package grpc_test

import (
Expand Down
1 change: 1 addition & 0 deletions test/testdata/test.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/testdata/test_grpc.pb.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package test

import (
Expand Down
1 change: 1 addition & 0 deletions transport/control.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package transport

import (
Expand Down
1 change: 1 addition & 0 deletions transport/http2_client_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package transport

import (
Expand Down
1 change: 1 addition & 0 deletions transport/http2_server_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package transport

import (
Expand Down
1 change: 1 addition & 0 deletions transport/http_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package transport

import (
Expand Down
1 change: 1 addition & 0 deletions transport/http_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package transport

import (
Expand Down
1 change: 1 addition & 0 deletions transport/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

/*
Package transport defines and implements message oriented communication channel
to complete various transactions (e.g., an RPC).
Expand Down
1 change: 1 addition & 0 deletions transport/transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

package transport

import (
Expand Down