diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-06-07 10:23:56 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-06-08 11:22:41 +0200 |
commit | 4d5c3102a1b1bd440f22d4889e3afd146997fb6d (patch) | |
tree | a74ddaa1fced8aa72dc2ba24c2bb1caac0307f4c /src/proto | |
parent | 7897ae9308a25a064ee2e7386da25d37cc3273fa (diff) |
fix remaining license notices
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/grpc/health/v1/BUILD | 2 | ||||
-rw-r--r-- | src/proto/grpc/lb/v1/BUILD | 2 | ||||
-rw-r--r-- | src/proto/grpc/reflection/v1alpha/BUILD | 2 | ||||
-rw-r--r-- | src/proto/grpc/status/BUILD | 2 | ||||
-rw-r--r-- | src/proto/grpc/testing/BUILD | 2 | ||||
-rw-r--r-- | src/proto/grpc/testing/duplicate/BUILD | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/proto/grpc/health/v1/BUILD b/src/proto/grpc/health/v1/BUILD index 6343da3f1a..db04f3798d 100644 --- a/src/proto/grpc/health/v1/BUILD +++ b/src/proto/grpc/health/v1/BUILD @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -licenses(["notice"]) # 3-clause BSD +licenses(["notice"]) # Apache v2 package(default_visibility = ["//visibility:public"]) diff --git a/src/proto/grpc/lb/v1/BUILD b/src/proto/grpc/lb/v1/BUILD index cfe0b8d10d..7fbfdfec72 100644 --- a/src/proto/grpc/lb/v1/BUILD +++ b/src/proto/grpc/lb/v1/BUILD @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -licenses(["notice"]) # 3-clause BSD +licenses(["notice"]) # Apache v2 package(default_visibility = ["//visibility:public"]) diff --git a/src/proto/grpc/reflection/v1alpha/BUILD b/src/proto/grpc/reflection/v1alpha/BUILD index 6d44d2d0fa..0d9df4fb47 100644 --- a/src/proto/grpc/reflection/v1alpha/BUILD +++ b/src/proto/grpc/reflection/v1alpha/BUILD @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -licenses(["notice"]) # 3-clause BSD +licenses(["notice"]) # Apache v2 package(default_visibility = ["//visibility:public"]) diff --git a/src/proto/grpc/status/BUILD b/src/proto/grpc/status/BUILD index ebc215a3c2..10c162d3b2 100644 --- a/src/proto/grpc/status/BUILD +++ b/src/proto/grpc/status/BUILD @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -licenses(["notice"]) # 3-clause BSD +licenses(["notice"]) # Apache v2 package(default_visibility = ["//visibility:public"]) diff --git a/src/proto/grpc/testing/BUILD b/src/proto/grpc/testing/BUILD index 45c19c0878..0c27297ad1 100644 --- a/src/proto/grpc/testing/BUILD +++ b/src/proto/grpc/testing/BUILD @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -licenses(["notice"]) # 3-clause BSD +licenses(["notice"]) # Apache v2 package(default_visibility = ["//visibility:public"]) diff --git a/src/proto/grpc/testing/duplicate/BUILD b/src/proto/grpc/testing/duplicate/BUILD index 06dc56d306..dd715d8da0 100644 --- a/src/proto/grpc/testing/duplicate/BUILD +++ b/src/proto/grpc/testing/duplicate/BUILD @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -licenses(["notice"]) # 3-clause BSD +licenses(["notice"]) # Apache v2 package(default_visibility = ["//visibility:public"]) |