Skip to content

Commit c69982f

Browse files
[COMPLIANCE] Add Copyright and License Headers (#287)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
1 parent 337cd57 commit c69982f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

examples/grpc/plugin-python/proto/kv_pb2.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
# -*- coding: utf-8 -*-
25
# Generated by the protocol buffer compiler. DO NOT EDIT!
36
# source: proto/kv.proto

examples/grpc/plugin-python/proto/kv_pb2_grpc.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
25
"""Client and server classes corresponding to protobuf-defined services."""
36
import grpc

0 commit comments

Comments
 (0)