From 8694b57ad03939fe48fde2be73576e77ba17eee4 Mon Sep 17 00:00:00 2001 From: Tony Aiuto Date: Fri, 5 Aug 2022 20:19:27 -0400 Subject: Add legacy licenses([notice]) clauses to the build files. This is an utterly stupid change. It is just to make it easier to import the code into Google. That, in turn, makes it easier to work towards aligning the code. --- tools/BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/BUILD b/tools/BUILD index 03bbac1..9be1c2d 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -19,6 +19,8 @@ package( default_visibility = ["//visibility:public"], ) +licenses(["notice"]) + py_binary( name = "checker_demo", srcs = ["checker_demo.py"], -- cgit v1.2.3