aboutsummaryrefslogtreecommitdiffhomepage
path: root/util
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2017-11-10 14:44:59 -0800
committerGravatar Martin Wicke <martin.wicke@gmail.com>2017-11-10 14:44:59 -0800
commit054b515feec0a3fca4cfb1f29adbf423c9027c3a (patch)
tree1ca0fed1157fa08805f7dd268940a3edc091baba /util
parentdbc59101a8612ce7a106531dab6f1a520919ea14 (diff)
Fix license declaration for Python headers (#14469)
This appears to be a legacy package so we might want to consider deleting it at some point too.
Diffstat (limited to 'util')
-rw-r--r--util/python/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/python/BUILD b/util/python/BUILD
index 96daf9947a..f5fa0c6d29 100644
--- a/util/python/BUILD
+++ b/util/python/BUILD
@@ -1,4 +1,4 @@
-licenses(["restricted"])
+licenses(["notice"]) # New BSD, Python Software Foundation
package(default_visibility = ["//visibility:public"])