[libcamera-devel] [PATCH v3 4/5] utils: semver: Document licence and source
Kieran Bingham
kieran.bingham at ideasonboard.com
Mon Oct 10 19:32:13 CEST 2022
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>
---
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