From 4354458cadc74fe85f885374506dbde0f1924bc9 Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 18 Apr 2025 17:44:24 -0700 Subject: Add apache2 SPDX headers to all source files (#48) --- scripts/check-build-status.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/check-build-status.js') 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'; -- cgit v1.2.3