diff options
| author | Tyler <[email protected]> | 2025-04-18 17:44:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-18 17:44:24 -0700 |
| commit | 4354458cadc74fe85f885374506dbde0f1924bc9 (patch) | |
| tree | cae97488fc2674e283f0435a81c803fe20a4b200 /scripts/check-build-status.js | |
| parent | e75f0722e7cc780659951baee058095ed2916a9e (diff) | |
Add apache2 SPDX headers to all source files (#48)
Diffstat (limited to 'scripts/check-build-status.js')
| -rw-r--r-- | scripts/check-build-status.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/check-build-status.js b/scripts/check-build-status.js index 6299a6e9..4409050d 100644 --- a/scripts/check-build-status.js +++ b/scripts/check-build-status.js @@ -1,3 +1,9 @@ +/** + * @license + * Copyright 2025 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + /* eslint-disable no-undef */ import fs from 'fs'; import path from 'path'; |
