mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-12 01:01:50 +01:00
Add license identifiers to missing files (#1806)
This commit is contained in:
parent
4e0a290ada
commit
50b80a10fd
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { ipcMain } from "electron";
|
||||
import { getWebServerEndpoint } from "../frontend/util/endpoints";
|
||||
import { fetch } from "../frontend/util/fetchutil";
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import { getWaveConfigDir } from "./platform";
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import path from "path";
|
||||
import { format } from "util";
|
||||
import winston from "winston";
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { isBlank } from "@/util/util";
|
||||
import { Subject } from "rxjs";
|
||||
import { sendRawRpcMessage } from "./ws";
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { WebSocket as NodeWebSocketType } from "ws";
|
||||
|
||||
let NodeWebSocket: typeof NodeWebSocketType = null;
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package docsite
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Description: This package is used to create a connection to AWS services.
|
||||
package awsconn
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package shellexec
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package trimquotes
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package fileutil
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package wps
|
||||
|
||||
import "github.com/wavetermdev/waveterm/pkg/util/utilfn"
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2025, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package wshclient
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user