summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 16:27:55 -0800
committerBob Badour <bbadour@google.com>2021-02-12 16:27:55 -0800
commitb337711799c67b455bfd81a709d6e9311444d5ef (patch)
treef313e799c4e2737fe4c3f0e33bbeff02c2c9d508
parentbb9374610c48a02f48ffb11871f2237ecc3cec27 (diff)
downloadam57x-b337711799c67b455bfd81a709d6e9311444d5ef.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to hardware/ti/am57x
Added SPDX-license-identifier-Apache-2.0 to: bootctrl/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-MIT to: Android.bp libhwcomposer/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I35cdcb9034e903405bb28f9f239d9f3f1301d453
-rw-r--r--Android.bp28
-rw-r--r--bootctrl/Android.bp9
-rw-r--r--libhwcomposer/Android.bp30
3 files changed, 67 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9515b25..c02cb29 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,2 +1,30 @@
soong_namespace {
}
+
+package {
+ default_applicable_licenses: ["hardware_ti_am57x_license"],
+}
+
+// Added automatically by a large-scale-change that took the approach of
+// 'apply every license found to every target'. While this makes sure we respect
+// every license restriction, it may not be entirely correct.
+//
+// e.g. GPL in an MIT project might only apply to the contrib/ directory.
+//
+// Please consider splitting the single license below into multiple licenses,
+// taking care not to lose any license_kind information, and overriding the
+// default license using the 'licenses: [...]' property on targets as needed.
+//
+// For unused files, consider creating a 'fileGroup' with "//visibility:private"
+// to attach the license to, and including a comment whether the files may be
+// used in the current project.
+// See: http://go/android-license-faq
+license {
+ name: "hardware_ti_am57x_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
+}
diff --git a/bootctrl/Android.bp b/bootctrl/Android.bp
index ce5041f..f484c6f 100644
--- a/bootctrl/Android.bp
+++ b/bootctrl/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "hardware_ti_am57x_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_ti_am57x_license"],
+}
+
cc_library_shared {
name: "bootctrl.am57x",
diff --git a/libhwcomposer/Android.bp b/libhwcomposer/Android.bp
index 7857e48..410391d 100644
--- a/libhwcomposer/Android.bp
+++ b/libhwcomposer/Android.bp
@@ -12,6 +12,36 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["hardware_ti_am57x_libhwcomposer_license"],
+}
+
+// Added automatically by a large-scale-change that took the approach of
+// 'apply every license found to every target'. While this makes sure we respect
+// every license restriction, it may not be entirely correct.
+//
+// e.g. GPL in an MIT project might only apply to the contrib/ directory.
+//
+// Please consider splitting the single license below into multiple licenses,
+// taking care not to lose any license_kind information, and overriding the
+// default license using the 'licenses: [...]' property on targets as needed.
+//
+// For unused files, consider creating a 'fileGroup' with "//visibility:private"
+// to attach the license to, and including a comment whether the files may be
+// used in the current project.
+// See: http://go/android-license-faq
+license {
+ name: "hardware_ti_am57x_libhwcomposer_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_library_shared {
name: "hwcomposer.am57x",