1*a248dafdSChristopher Ferris// 2*a248dafdSChristopher Ferris// Copyright (C) 2021 The Android Open Source Project 3*a248dafdSChristopher Ferris// 4*a248dafdSChristopher Ferris// Licensed under the Apache License, Version 2.0 (the "License"); 5*a248dafdSChristopher Ferris// you may not use this file except in compliance with the License. 6*a248dafdSChristopher Ferris// You may obtain a copy of the License at 7*a248dafdSChristopher Ferris// 8*a248dafdSChristopher Ferris// http://www.apache.org/licenses/LICENSE-2.0 9*a248dafdSChristopher Ferris// 10*a248dafdSChristopher Ferris// Unless required by applicable law or agreed to in writing, software 11*a248dafdSChristopher Ferris// distributed under the License is distributed on an "AS IS" BASIS, 12*a248dafdSChristopher Ferris// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*a248dafdSChristopher Ferris// See the License for the specific language governing permissions and 14*a248dafdSChristopher Ferris// limitations under the License. 15*a248dafdSChristopher Ferris 16*a248dafdSChristopher Ferrispackage { 17*a248dafdSChristopher Ferris default_applicable_licenses: ["external_rmi4utils_license"], 18*a248dafdSChristopher Ferris} 19*a248dafdSChristopher Ferris 20*a248dafdSChristopher Ferris// Added automatically by a large-scale-change 21*a248dafdSChristopher Ferris// See: http://go/android-license-faq 22*a248dafdSChristopher Ferrislicense { 23*a248dafdSChristopher Ferris name: "external_rmi4utils_license", 24*a248dafdSChristopher Ferris visibility: [":__subpackages__"], 25*a248dafdSChristopher Ferris license_kinds: [ 26*a248dafdSChristopher Ferris "SPDX-license-identifier-Apache-2.0", 27*a248dafdSChristopher Ferris ], 28*a248dafdSChristopher Ferris license_text: [ 29*a248dafdSChristopher Ferris "LICENSE", 30*a248dafdSChristopher Ferris ], 31*a248dafdSChristopher Ferris} 32