update license blurbs

This commit is contained in:
Evan Simkowitz 2024-07-17 19:46:17 -07:00
parent 5718bf8a7c
commit 238f4633c6
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { getEnv } from "./getenv"; import { getEnv } from "./getenv";
import { lazy } from "./util"; import { lazy } from "./util";

View File

@ -1,3 +1,6 @@
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { getApi } from "@/app/store/global"; import { getApi } from "@/app/store/global";
function getWindow(): Window { function getWindow(): Window {

View File

@ -1,3 +1,6 @@
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { getEnv } from "./getenv"; import { getEnv } from "./getenv";
import { lazy } from "./util"; import { lazy } from "./util";