From c69982f96b0db3ac603bb14dcaf56ca40970d298 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:37:03 +0100 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#287) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- examples/grpc/plugin-python/proto/kv_pb2.py | 3 +++ examples/grpc/plugin-python/proto/kv_pb2_grpc.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/examples/grpc/plugin-python/proto/kv_pb2.py b/examples/grpc/plugin-python/proto/kv_pb2.py index 903d0948..3b28d797 100644 --- a/examples/grpc/plugin-python/proto/kv_pb2.py +++ b/examples/grpc/plugin-python/proto/kv_pb2.py @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/kv.proto diff --git a/examples/grpc/plugin-python/proto/kv_pb2_grpc.py b/examples/grpc/plugin-python/proto/kv_pb2_grpc.py index 33bcd068..0b4ce2d6 100644 --- a/examples/grpc/plugin-python/proto/kv_pb2_grpc.py +++ b/examples/grpc/plugin-python/proto/kv_pb2_grpc.py @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! """Client and server classes corresponding to protobuf-defined services.""" import grpc