diff options
Diffstat (limited to 'scripts/contrib/documentation-audit.sh')
| -rwxr-xr-x | scripts/contrib/documentation-audit.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/contrib/documentation-audit.sh b/scripts/contrib/documentation-audit.sh index 2144aac936..1191f57a8e 100755 --- a/scripts/contrib/documentation-audit.sh +++ b/scripts/contrib/documentation-audit.sh | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | # | 2 | # |
| 3 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 4 | # | ||
| 3 | # Perform an audit of which packages provide documentation and which | 5 | # Perform an audit of which packages provide documentation and which |
| 4 | # are missing -doc packages. | 6 | # are missing -doc packages. |
| 5 | # | 7 | # |
| @@ -7,7 +9,6 @@ | |||
| 7 | # this script after source'ing the build environment script, so you're | 9 | # this script after source'ing the build environment script, so you're |
| 8 | # running it from build/ directory. | 10 | # running it from build/ directory. |
| 9 | # | 11 | # |
| 10 | # Maintainer: Scott Garman <scott.a.garman@intel.com> | ||
| 11 | 12 | ||
| 12 | REPORT_DOC_SIMPLE="documentation_exists.txt" | 13 | REPORT_DOC_SIMPLE="documentation_exists.txt" |
| 13 | REPORT_DOC_DETAIL="documentation_exists_detail.txt" | 14 | REPORT_DOC_DETAIL="documentation_exists_detail.txt" |
