From da2d53ad33dd5cb988e457ad49da422e440ed663 Mon Sep 17 00:00:00 2001 From: Roy Frostig Date: Mon, 19 Nov 2018 13:29:47 -0800 Subject: [PATCH] source sync --- examples/BUILD | 14 ++++++++++++++ jax/BUILD | 15 +++++++++++++++ setup.py | 14 ++++++++++++++ tests/BUILD | 14 ++++++++++++++ 4 files changed, 57 insertions(+) diff --git a/examples/BUILD b/examples/BUILD index 227c1bce7..714100038 100644 --- a/examples/BUILD +++ b/examples/BUILD @@ -1,3 +1,17 @@ +# Copyright 2018 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + py_binary( name = "interactive", srcs = ["interactive.py"], diff --git a/jax/BUILD b/jax/BUILD index d03b01984..ba7c51848 100644 --- a/jax/BUILD +++ b/jax/BUILD @@ -1,4 +1,19 @@ +# Copyright 2018 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # JAX is Autograd and XLA + package(default_visibility = ["//visibility:public"]) py_library( diff --git a/setup.py b/setup.py index 54b9e9c46..2b2ebc68d 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,17 @@ +# Copyright 2018 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from setuptools import setup from glob import glob diff --git a/tests/BUILD b/tests/BUILD index 3d4a13e3b..f343cb634 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -1,3 +1,17 @@ +# Copyright 2018 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + load(":build_defs.bzl", "jax_test") jax_test(