From 2f9cf90ac8524e3f1b5667d33e156e3663a1e75b Mon Sep 17 00:00:00 2001 From: akuster Date: Sun, 31 May 2020 13:39:48 -0700 Subject: yocto-docs: Add SPDX headers in scripts and Makefile [Yocto #13873] (From yocto-docs rev: b87c540a1a6c0dce4c6010b89d9831442e0e7f70) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- documentation/tools/poky-docbook-to-pdf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'documentation/tools/poky-docbook-to-pdf') diff --git a/documentation/tools/poky-docbook-to-pdf b/documentation/tools/poky-docbook-to-pdf index f55fd278af..b36e74b6be 100755 --- a/documentation/tools/poky-docbook-to-pdf +++ b/documentation/tools/poky-docbook-to-pdf @@ -1,5 +1,8 @@ #!/bin/sh - +# +# SPDX-License-Identifier: CC-BY-2.0-UK +# + if [ -z "$1" -o -z "$2" ]; then echo "usage: [-v] $0 " echo -- cgit v1.2.3-54-g00ecf