Skip to content

Commit 07af3af

Browse files
committed
fix: Add Apache-2.0 license header to size-analysis script
- Add required license header to comply with project standards - Fixes license header check failure in CI
1 parent b006e40 commit 07af3af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/size-analysis.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# Licensed under the Apache-2.0 license
23
# Binary size analysis script for local development
34
# Usage: ./scripts/size-analysis.sh [baseline-branch]
45

0 commit comments

Comments
 (0)