mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
update license blurbs
This commit is contained in:
parent
5718bf8a7c
commit
238f4633c6
@ -1,3 +1,6 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { getEnv } from "./getenv";
|
||||
import { lazy } from "./util";
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { getApi } from "@/app/store/global";
|
||||
|
||||
function getWindow(): Window {
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { getEnv } from "./getenv";
|
||||
import { lazy } from "./util";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user