[libcamera-devel,v3,4/5] utils: semver: Document licence and source
diff mbox series

Message ID 20221010173214.3547133-5-kieran.bingham@ideasonboard.com
State Superseded
Headers show
Series
  • Add release infrastructure
Related show

Commit Message

Kieran Bingham Oct. 10, 2022, 5:32 p.m. UTC
Add the SPDX header, and a reference to the upstream source for
this helper script.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>

---

v3:
 - Match upstream proposal for SPDX header.
 - Remove reference to upstream source.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 utils/semver | 1 +
 1 file changed, 1 insertion(+)

Comments

Kieran Bingham Oct. 12, 2022, 1:07 p.m. UTC | #1
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@ideasonboard.com>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Reviewed-by: Jacopo Mondi <jacopo@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@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
>

Patch
diff mbox series

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