1*5ca8c28cSEnji Cooper# Copyright 2024 Google Inc. 2*5ca8c28cSEnji Cooper# All Rights Reserved. 3*5ca8c28cSEnji Cooper# 4*5ca8c28cSEnji Cooper# 5*5ca8c28cSEnji Cooper# Redistribution and use in source and binary forms, with or without 6*5ca8c28cSEnji Cooper# modification, are permitted provided that the following conditions are 7*5ca8c28cSEnji Cooper# met: 8*5ca8c28cSEnji Cooper# 9*5ca8c28cSEnji Cooper# * Redistributions of source code must retain the above copyright 10*5ca8c28cSEnji Cooper# notice, this list of conditions and the following disclaimer. 11*5ca8c28cSEnji Cooper# * Redistributions in binary form must reproduce the above 12*5ca8c28cSEnji Cooper# copyright notice, this list of conditions and the following disclaimer 13*5ca8c28cSEnji Cooper# in the documentation and/or other materials provided with the 14*5ca8c28cSEnji Cooper# distribution. 15*5ca8c28cSEnji Cooper# * Neither the name of Google Inc. nor the names of its 16*5ca8c28cSEnji Cooper# contributors may be used to endorse or promote products derived from 17*5ca8c28cSEnji Cooper# this software without specific prior written permission. 18*5ca8c28cSEnji Cooper# 19*5ca8c28cSEnji Cooper# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20*5ca8c28cSEnji Cooper# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 21*5ca8c28cSEnji Cooper# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22*5ca8c28cSEnji Cooper# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 23*5ca8c28cSEnji Cooper# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 24*5ca8c28cSEnji Cooper# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 25*5ca8c28cSEnji Cooper# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26*5ca8c28cSEnji Cooper# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27*5ca8c28cSEnji Cooper# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28*5ca8c28cSEnji Cooper# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29*5ca8c28cSEnji Cooper# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30*5ca8c28cSEnji Cooper 31*5ca8c28cSEnji Cooper# https://bazel.build/external/migration#workspace.bzlmod 32*5ca8c28cSEnji Cooper# 33*5ca8c28cSEnji Cooper# This file is intentionally empty. When bzlmod is enabled and this 34*5ca8c28cSEnji Cooper# file exists, the content of WORKSPACE is ignored. This prevents 35*5ca8c28cSEnji Cooper# bzlmod builds from unintentionally depending on the WORKSPACE file. 36