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/eclipse-help.sed | 3 +++ documentation/tools/mega-manual.sed | 3 +++ documentation/tools/poky-docbook-to-pdf | 5 ++++- documentation/tools/update-documentation-conf | 16 +++------------- 4 files changed, 13 insertions(+), 14 deletions(-) (limited to 'documentation/tools') diff --git a/documentation/tools/eclipse-help.sed b/documentation/tools/eclipse-help.sed index ab5c9affd4..9716ea42bc 100644 --- a/documentation/tools/eclipse-help.sed +++ b/documentation/tools/eclipse-help.sed @@ -1,3 +1,6 @@ +# +# SPDX-License-Identifier: CC-BY-2.0-UK +# # Process poky-ref-manual and yocto-project-qs manual (-- style) # For example: # "ulink" href="http://www.yoctoproject.org/docs/1.3/poky-ref-manual/poky-ref-manual.html#faq" diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index b1ea9edb7b..c525ab46a4 100644 --- a/documentation/tools/mega-manual.sed +++ b/documentation/tools/mega-manual.sed @@ -1,3 +1,6 @@ +# +# SPDX-License-Identifier: CC-BY-2.0-UK +# # Processes bitbake-user-manual (-- style). # This style is for manual three-word folders, which currently is only the BitBake User Manual. # We used to have the "yocto-project-qs" and "poky-ref-manual" folders but no longer do. 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 diff --git a/documentation/tools/update-documentation-conf b/documentation/tools/update-documentation-conf index 3f8d280093..adfca3ca50 100644 --- a/documentation/tools/update-documentation-conf +++ b/documentation/tools/update-documentation-conf @@ -1,23 +1,13 @@ #!/usr/bin/env python - +# +# SPDX-License-Identifier: GPL-2.0-only +# # documentation.conf update script # # Author: Paul Eggleton # # Copyright (C) 2015 Intel Corporation # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import sys -- cgit v1.2.3-54-g00ecf