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

Kieran Bingham kieran.bingham at ideasonboard.com
Sat Oct 1 01:28:25 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>
---
This is kept separate to highlight this is a modification from the original.

 utils/semver | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/utils/semver b/utils/semver
index 5b25f40ba48c..e9d092d94446 100755
--- a/utils/semver
+++ b/utils/semver
@@ -1,5 +1,8 @@
 #!/usr/bin/env bash
 
+# SPDX-License-Identifier: Apache-2.0
+# https://github.com/fsaintjacques/semver-tool
+
 set -o errexit -o nounset -o pipefail
 
 NAT='0|[1-9][0-9]*'
-- 
2.34.1



More information about the libcamera-devel mailing list