From 430e4622f3880a1379710a17cdc2be3d0de04b6b Mon Sep 17 00:00:00 2001 From: Sandeep Dasgupta Date: Mon, 6 Feb 2023 23:16:08 -0800 Subject: [PATCH] Add copyright tag to bazel configuration files (#1074) --- .bazelignore | 14 ++++++++++++++ .bazelrc | 14 ++++++++++++++ .bazelversion | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/.bazelignore b/.bazelignore index 5c40c62cd2..1cf43583a3 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1 +1,15 @@ +# Copyright 2023 The StableHLO Authors. All Rights Reserved. +# +# 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. + llvm-project diff --git a/.bazelrc b/.bazelrc index 8e5479f623..b598a40af7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,2 +1,16 @@ +# Copyright 2023 The StableHLO Authors. All Rights Reserved. +# +# 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. + build --cxxopt=-std=c++17 build --host_cxxopt=-std=c++17 diff --git a/.bazelversion b/.bazelversion index 03f488b076..8957a40fcd 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1,15 @@ +# Copyright 2023 The StableHLO Authors. All Rights Reserved. +# +# 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. + 5.3.0