c2cc120d60
rpmb_dev is a rpmb device stub used in emulation as well as platform early bringup so we don't expect any open source developer to be impacted by the migration from MIT to Apache 2.0. Note that with such a migration to Apache 2.0, recipients won't receive lesser permissions, they just have updated requirements for which license text to share along with the code. Bug: 191508826 Test: None Signed-off-by: Armelle Laine <armellel@google.com> Change-Id: I0ae2bc66901344f8f9227e929a98946e52c50355
18 lines
686 B
Text
18 lines
686 B
Text
//
|
|
// Copyright (C) 2021 The Android Open Source Project
|
|
//
|
|
// 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
|
|
//
|
|
// http://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.
|
|
|
|
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|