[libcamera-devel] [PATCH v3 4/5] utils: semver: Document licence and source

Kieran Bingham kieran.bingham at ideasonboard.com
Wed Oct 12 15:07:06 CEST 2022


Quoting Kieran Bingham (2022-10-10 18:32:13)
> Add the SPDX header, and a reference to the upstream source for
> this helper script.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> Reviewed-by: Jacopo Mondi <jacopo at jmondi.org>

This patch will be dropped, and semver updated to:

https://github.com/fsaintjacques/semver-tool/commit/3c76a6f9d113f4045f693845131185611a62162e
where this change is merged upstream.

--
Kieran


> 
> ---
> 
> v3:
>  - Match upstream proposal for SPDX header.
>  - Remove reference to upstream source.
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> ---
>  utils/semver | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/utils/semver b/utils/semver
> index 5b25f40ba48c..ee16087335e5 100755
> --- a/utils/semver
> +++ b/utils/semver
> @@ -1,4 +1,5 @@
>  #!/usr/bin/env bash
> +# SPDX-License-Identifier: Apache-2.0
>  
>  set -o errexit -o nounset -o pipefail
>  
> -- 
> 2.34.1
>


More information about the libcamera-devel mailing list