Merge "fs_mgr: License boilerplate" am: df72c168d3

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1749683

Change-Id: I4f9bed425a4ac74cacfe8b46250a2e2924401c72
This commit is contained in:
Treehugger Robot 2021-07-13 01:47:37 +00:00 committed by Automerger Merge Worker
commit adabd1cdad
2 changed files with 26 additions and 3 deletions

View file

@ -15,7 +15,10 @@
//
package {
default_applicable_licenses: ["system_core_fs_mgr_license"],
default_applicable_licenses: [
"Android-Apache-2.0",
"system_core_fs_mgr_license",
],
}
// Added automatically by a large-scale-change that took the approach of
@ -36,10 +39,9 @@ license {
name: "system_core_fs_mgr_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
"SPDX-license-identifier-MIT",
],
// large-scale-change unable to identify any license_text files
license_text: ["NOTICE"],
}
cc_defaults {

21
fs_mgr/NOTICE Normal file
View file

@ -0,0 +1,21 @@
Copyright (C) 2016 The Android Open Source Project
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.