aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-16 13:09:33 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-16 13:09:33 -0700
commita753371f05dd116df3f27a18eb6e08e1ed0c1b4f (patch)
tree7419dc13ad015fd2e2c36a975f9d1e317e5629b0 /examples/BUILD
parenta3eac51e1e8eb9ace390d181d328de8fce009a5b (diff)
Rework well_known_protos attr, and some other fixes
Diffstat (limited to 'examples/BUILD')
-rw-r--r--examples/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/BUILD b/examples/BUILD
index bd2d3c3150..33131346ac 100644
--- a/examples/BUILD
+++ b/examples/BUILD
@@ -27,6 +27,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+licenses(["notice"]) # 3-clause BSD
+
package(default_visibility = ["//visibility:public"])
load("//bazel:grpc_build_system.bzl", "grpc_proto_library")