From 190bebef0840e7c987ac749ae48ffcb3547a03a2 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Tue, 6 Aug 2019 17:09:54 +0200 Subject: include: android: Add SPDX tags Add SPDX indentifier to Apache-2.0 licensed android headers. Signed-off-by: Jacopo Mondi Reviewed-by: Laurent Pinchart --- include/android/system/core/include/android/log.h | 1 + include/android/system/core/include/cutils/compiler.h | 1 + include/android/system/core/include/cutils/native_handle.h | 1 + include/android/system/core/include/system/camera.h | 1 + include/android/system/core/include/system/graphics.h | 1 + include/android/system/core/include/system/window.h | 1 + 6 files changed, 6 insertions(+) (limited to 'include/android/system') diff --git a/include/android/system/core/include/android/log.h b/include/android/system/core/include/android/log.h index 1c171b7b..dbad9dd1 100644 --- a/include/android/system/core/include/android/log.h +++ b/include/android/system/core/include/android/log.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* * Copyright (C) 2009 The Android Open Source Project * diff --git a/include/android/system/core/include/cutils/compiler.h b/include/android/system/core/include/cutils/compiler.h index 70f884a1..efd1b1c3 100644 --- a/include/android/system/core/include/cutils/compiler.h +++ b/include/android/system/core/include/cutils/compiler.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* * Copyright (C) 2009 The Android Open Source Project * diff --git a/include/android/system/core/include/cutils/native_handle.h b/include/android/system/core/include/cutils/native_handle.h index 268c5d3f..edd7888f 100644 --- a/include/android/system/core/include/cutils/native_handle.h +++ b/include/android/system/core/include/cutils/native_handle.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* * Copyright (C) 2009 The Android Open Source Project * diff --git a/include/android/system/core/include/system/camera.h b/include/android/system/core/include/system/camera.h index 5d0873ac..a1b68d05 100644 --- a/include/android/system/core/include/system/camera.h +++ b/include/android/system/core/include/system/camera.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* * Copyright (C) 2011 The Android Open Source Project * diff --git a/include/android/system/core/include/system/graphics.h b/include/android/system/core/include/system/graphics.h index afd9f7bd..909ffe68 100644 --- a/include/android/system/core/include/system/graphics.h +++ b/include/android/system/core/include/system/graphics.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* * Copyright (C) 2011 The Android Open Source Project * diff --git a/include/android/system/core/include/system/window.h b/include/android/system/core/include/system/window.h index 508ce00b..2c9d6063 100644 --- a/include/android/system/core/include/system/window.h +++ b/include/android/system/core/include/system/window.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* * Copyright (C) 2011 The Android Open Source Project * -- cgit v1.2.1