add license for some files (#1296)

This commit is contained in:
田欧
2017-06-13 09:10:06 +08:00
committed by Menghan Li
parent 20e03965ab
commit a94a7ac054
25 changed files with 248 additions and 12 deletions

View File

@ -16,9 +16,7 @@
*
*/
/*
Package glogger defines glog-based logging for grpc.
*/
// Package glogger defines glog-based logging for grpc.
package glogger
import (

View File

@ -16,9 +16,7 @@
*
*/
/*
Package grpclog defines logging for grpc.
*/
// Package grpclog defines logging for grpc.
package grpclog // import "google.golang.org/grpc/grpclog"
import (