summaryrefslogtreecommitdiff
path: root/poky/documentation/tools/poky-docbook-to-pdf
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/tools/poky-docbook-to-pdf')
-rwxr-xr-xpoky/documentation/tools/poky-docbook-to-pdf5
1 files changed, 4 insertions, 1 deletions
diff --git a/poky/documentation/tools/poky-docbook-to-pdf b/poky/documentation/tools/poky-docbook-to-pdf
index f55fd278a..b36e74b6b 100755
--- a/poky/documentation/tools/poky-docbook-to-pdf
+++ b/poky/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 <docbook file> <templatedir>"
echo