Skip to content
Commit ff797436 authored by Richard Neill's avatar Richard Neill Committed by Diego Sueiro
Browse files

tools/qa-checks: Allow and validate license header format for external works



Externally-licensed works may be included and modified within meta-ewaol. This
patch allows these files to pass the license and copyright header QA-check by
validating an additional alternative format:

    Based on: <Original filename>
    In open-source project: <Source project/repository>
    Original file: Copyright (c) YYYY(-YYYY) <Contributor>
    Modifications: Copyright (c) YYYY(-YYYY) <Contributor>
    SPDX-License-Identifier: <License name>

Original works contributed directly to meta-ewaol continue to use the standard
license and copyright header format:

    Copyright (c) YYYY(-YYYY) <Contributor>
    SPDX-License-Identifier: <License name>

Issue-Id: SCM-3033
Signed-off-by: Richard Neill's avatarRichard Neill <richard.neill@arm.com>
Change-Id: Id1b031f29ddb26b3a910365dab9781bd9bd3c4b1
parent 98190d8e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment