From abe44f6d9e3a4619a2548563ddbb96287f3757c1 Mon Sep 17 00:00:00 2001 From: Mathew Odden Date: Wed, 31 Jul 2024 11:10:05 -0500 Subject: [PATCH] Add copyright and license headers to new files --- build/rocm/ci_build | 14 ++++++++++++++ build/rocm/tools/build_wheels.py | 14 ++++++++++++++ build/rocm/tools/fixwheel.py | 14 ++++++++++++++ build/rocm/tools/get_rocm.py | 14 ++++++++++++++ build/rocm/tools/libc.py | 14 ++++++++++++++ build/rocm/tools/symbols.py | 14 ++++++++++++++ 6 files changed, 84 insertions(+) diff --git a/build/rocm/ci_build b/build/rocm/ci_build index c85ab3cad..7ecc93eab 100755 --- a/build/rocm/ci_build +++ b/build/rocm/ci_build @@ -1,5 +1,19 @@ #!/usr/bin/env python3 +# Copyright 2024 The JAX Authors. +# +# 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. + # NOTE(mrodden): This file is part of the ROCm build scripts, and # needs be compatible with Python 3.6. Please do not include these diff --git a/build/rocm/tools/build_wheels.py b/build/rocm/tools/build_wheels.py index b69af98e0..c2da03602 100644 --- a/build/rocm/tools/build_wheels.py +++ b/build/rocm/tools/build_wheels.py @@ -1,5 +1,19 @@ #!/usr/bin/env python3 +# Copyright 2024 The JAX Authors. +# +# 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. + # NOTE(mrodden): This file is part of the ROCm build scripts, and # needs be compatible with Python 3.6. Please do not include these diff --git a/build/rocm/tools/fixwheel.py b/build/rocm/tools/fixwheel.py index d5951cdd4..ea7716272 100644 --- a/build/rocm/tools/fixwheel.py +++ b/build/rocm/tools/fixwheel.py @@ -1,5 +1,19 @@ #!/usr/bin/env python3 +# Copyright 2024 The JAX Authors. +# +# 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. + # NOTE(mrodden): This file is part of the ROCm build scripts, and # needs be compatible with Python 3.6. Please do not include these diff --git a/build/rocm/tools/get_rocm.py b/build/rocm/tools/get_rocm.py index 60ecb7f01..d29f67982 100644 --- a/build/rocm/tools/get_rocm.py +++ b/build/rocm/tools/get_rocm.py @@ -1,5 +1,19 @@ #!/usr/bin/env python3 +# Copyright 2024 The JAX Authors. +# +# 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. + # NOTE(mrodden): This file is part of the ROCm build scripts, and # needs be compatible with Python 3.6. Please do not include these diff --git a/build/rocm/tools/libc.py b/build/rocm/tools/libc.py index 61983d6c2..1cd16b04c 100644 --- a/build/rocm/tools/libc.py +++ b/build/rocm/tools/libc.py @@ -1,5 +1,19 @@ #!/usr/bin/env python3 +# Copyright 2024 The JAX Authors. +# +# 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. + # NOTE(mrodden): This file is part of the ROCm build scripts, and # needs be compatible with Python 3.6. Please do not include these diff --git a/build/rocm/tools/symbols.py b/build/rocm/tools/symbols.py index dc74a0a9b..f2bf2d561 100644 --- a/build/rocm/tools/symbols.py +++ b/build/rocm/tools/symbols.py @@ -1,5 +1,19 @@ #!/usr/bin/env python3 +# Copyright 2024 The JAX Authors. +# +# 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. + # NOTE(mrodden): This file is part of the ROCm build scripts, and # needs be compatible with Python 3.6. Please do not include these