diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-09-28 14:39:59 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-09-30 21:51:18 +0300 |
commit | eff6874e62547e174ea7c54facfce24b2804f312 (patch) | |
tree | 6a6a98f618b63ccfd25b5004caa4ee86f3af8c4e /include/android | |
parent | b4e31a88d304e09e200af9d1e00760074cc854c2 (diff) |
android: Add missing SPDX headers to Android headers
Most headers imported from Android have an SPDX tag (added manually in
commit 190bebef0840), but four headers that have been imported more
recently are missing license identifiers. Fix them.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'include/android')
4 files changed, 4 insertions, 0 deletions
diff --git a/include/android/system/core/include/system/graphics-base-v1.0.h b/include/android/system/core/include/system/graphics-base-v1.0.h index 44913cc6..7548d879 100644 --- a/include/android/system/core/include/system/graphics-base-v1.0.h +++ b/include/android/system/core/include/system/graphics-base-v1.0.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ // This file is autogenerated by hidl-gen. Do not edit manually. // Source: android.hardware.graphics.common@1.0 // Location: hardware/interfaces/graphics/common/1.0/ diff --git a/include/android/system/core/include/system/graphics-base-v1.1.h b/include/android/system/core/include/system/graphics-base-v1.1.h index f95b9ba2..35130724 100644 --- a/include/android/system/core/include/system/graphics-base-v1.1.h +++ b/include/android/system/core/include/system/graphics-base-v1.1.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ // This file is autogenerated by hidl-gen. Do not edit manually. // Source: android.hardware.graphics.common@1.1 // Location: hardware/interfaces/graphics/common/1.1/ diff --git a/include/android/system/core/include/system/graphics-base.h b/include/android/system/core/include/system/graphics-base.h index ea920071..d01e9874 100644 --- a/include/android/system/core/include/system/graphics-base.h +++ b/include/android/system/core/include/system/graphics-base.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ #ifndef SYSTEM_CORE_GRAPHICS_BASE_H_ #define SYSTEM_CORE_GRAPHICS_BASE_H_ diff --git a/include/android/system/core/include/system/graphics-sw.h b/include/android/system/core/include/system/graphics-sw.h index 9e1a88e9..4a1cf829 100644 --- a/include/android/system/core/include/system/graphics-sw.h +++ b/include/android/system/core/include/system/graphics-sw.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ #ifndef SYSTEM_CORE_GRAPHICS_SW_H_ #define SYSTEM_CORE_GRAPHICS_SW_H_ |