doc: add copyright/license header to doc scripts
Tracked-On: #5113 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
b1ca987650
commit
f6e978c795
|
@ -1,4 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /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
|
Filters a file, classifying output in errors, warnings and discarding
|
||||||
the rest.
|
the rest.
|
||||||
|
|
|
@ -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
|
# 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
|
# CONFIG_FOO.rst file for each symbol, and an alphabetical index with links in
|
||||||
# index.rst.
|
# index.rst.
|
||||||
|
|
Loading…
Reference in New Issue