From 1d334d9696881e926c2b3d1c00473e60783aa62a Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 15 Mar 2021 15:01:17 +0000 Subject: [PATCH] weston-init: Add Copyright and License for reuse compliance Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-ohos-core/recipes-graphics/wayland/weston-init.bbappend | 4 ++++ .../recipes-graphics/wayland/weston-init/weston@.service | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/meta-ohos-core/recipes-graphics/wayland/weston-init.bbappend b/meta-ohos-core/recipes-graphics/wayland/weston-init.bbappend index 8019a38d..02d0bebf 100644 --- a/meta-ohos-core/recipes-graphics/wayland/weston-init.bbappend +++ b/meta-ohos-core/recipes-graphics/wayland/weston-init.bbappend @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${OHOS_COREBASE}/assets:" SRC_URI += "${@oe.utils.conditional('WESTON_INI_BACKGROUND_IMAGE', '', '', "file://${WESTON_INI_BACKGROUND_IMAGE_BASENAME}", d)}" diff --git a/meta-ohos-core/recipes-graphics/wayland/weston-init/weston@.service b/meta-ohos-core/recipes-graphics/wayland/weston-init/weston@.service index bb40cc6b..f59537be 100644 --- a/meta-ohos-core/recipes-graphics/wayland/weston-init/weston@.service +++ b/meta-ohos-core/recipes-graphics/wayland/weston-init/weston@.service @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + [Unit] Description=Weston Wayland Compositor RequiresMountsFor=/run -- GitLab