update license blurbs

This commit is contained in:
Evan Simkowitz
2024-07-17 19:46:17 -07:00
parent 5718bf8a7c
commit 238f4633c6
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { getEnv } from "./getenv";
import { lazy } from "./util";
+3
View File
@@ -1,3 +1,6 @@
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { getApi } from "@/app/store/global";
function getWindow(): Window {
+3
View File
@@ -1,3 +1,6 @@
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { getEnv } from "./getenv";
import { lazy } from "./util";