doc: add copyright/license header to doc scripts

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-11-08 15:25:09 -08:00 committed by David Kinder
parent dec914f588
commit f2098ee186
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2019 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
# run the filter-known-issues.py script to remove "expected" warning # run the filter-known-issues.py script to remove "expected" warning
# messages from the output of the document build process and write # messages from the output of the document build process and write

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2019 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
q="--quiet" q="--quiet"