Skip to content

Commit 985cff1

Browse files
Add license header
Signed-off-by: Lukasz Gryglicki <[email protected]> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent a051efe commit 985cff1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

utils/calculate_api_stats.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
# Copyright The Linux Foundation and each contributor to CommunityBridge.
33
# SPDX-License-Identifier: MIT
4+
5+
46
if [ -z "$STAGE" ]
57
then
68
export STAGE=prod

utils/count_apis.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Copyright The Linux Foundation and each contributor to CommunityBridge.
3+
# SPDX-License-Identifier: MIT
4+
25
if [ -z "${1}" ]
36
then
47
echo "Usage: $0 <path-to-api-logs>"

0 commit comments

Comments
 (0)