Skip to content

Commit

Permalink
Merge pull request google#2205 from gnecula/bug_fix
Browse files Browse the repository at this point in the history
Removed copyright from third-party/numpy
  • Loading branch information
gnecula committed Feb 10, 2020
2 parents 4c682b4 + dff64e0 commit f6bd0a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 39 deletions.
4 changes: 4 additions & 0 deletions jax/third_party/README.md
@@ -0,0 +1,4 @@
This sub-directory contains third-party code for which Google does not have
copyright. Each sub-directory should correspond to a third-party library and
must contain the appropriate LICENSE file.
See [instructions](https://opensource.google/docs/releasing/preparing/#third-party-components).
13 changes: 0 additions & 13 deletions jax/third_party/__init__.py
@@ -1,13 +0,0 @@
# Copyright 2020 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.
13 changes: 0 additions & 13 deletions jax/third_party/numpy/__init__.py
@@ -1,13 +0,0 @@
# Copyright 2020 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.
13 changes: 0 additions & 13 deletions jax/third_party/numpy/linalg.py
@@ -1,16 +1,3 @@
# Copyright 2020 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.

import numpy as onp

Expand Down

0 comments on commit f6bd0a7

Please sign in to comment.