From f6e978c7956ad67b653cda8ee8f034c6dc73c900 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 29 Jul 2020 14:46:34 -0700 Subject: [PATCH] doc: add copyright/license header to doc scripts Tracked-On: #5113 Signed-off-by: David B. Kinder --- doc/scripts/filter-known-issues.py | 2 ++ doc/scripts/genrest.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/scripts/filter-known-issues.py b/doc/scripts/filter-known-issues.py index 0f020e57c..459d79499 100755 --- a/doc/scripts/filter-known-issues.py +++ b/doc/scripts/filter-known-issues.py @@ -1,4 +1,6 @@ #! /usr/bin/env python3 +# Copyright (c) 2017, Intel Corporation +# SPDX-License-Identifier: Apache-2.0 """ Filters a file, classifying output in errors, warnings and discarding the rest. diff --git a/doc/scripts/genrest.py b/doc/scripts/genrest.py index 2c2b1f3b4..2d7b2a4c1 100644 --- a/doc/scripts/genrest.py +++ b/doc/scripts/genrest.py @@ -1,3 +1,5 @@ +# Copyright (c) 2017, Intel Corporation +# SPDX-License-Identifier: Apache-2.0 # Generates a Kconfig symbol reference in RST format, with a separate # CONFIG_FOO.rst file for each symbol, and an alphabetical index with links in # index.rst.