Skip to content

Commit e9f8117

Browse files
committed
added license headers to help analysers
1 parent a330d2f commit e9f8117

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

scripts/ai/evaluate-help.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
2+
3+
# --------------------------------------------------------------------------------------------
4+
# Copyright (c) Microsoft Corporation. All rights reserved.
5+
# Licensed under the MIT License. See License.txt in the project root for license information.
6+
# --------------------------------------------------------------------------------------------
7+
28
"""
39
Evaluate Azure CLI help documentation quality.
410

scripts/ai/help_evaluator.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#!/usr/bin/env python
2+
3+
# --------------------------------------------------------------------------------------------
4+
# Copyright (c) Microsoft Corporation. All rights reserved.
5+
# Licensed under the MIT License. See License.txt in the project root for license information.
6+
# --------------------------------------------------------------------------------------------
7+
18
"""
29
HelpEvaluator class for evaluating Azure CLI help documentation quality.
310
"""

0 commit comments

Comments
 (0)