Add license identifiers to missing files (#1806)

This commit is contained in:
Evan Simkowitz 2025-01-22 20:06:36 -08:00 committed by GitHub
parent 4e0a290ada
commit 50b80a10fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 39 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package main
import (

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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;

View File

@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package docsite
import (

View File

@ -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

View File

@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package shellexec
import (

View File

@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package trimquotes
import (

View File

@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package fileutil
import (

View File

@ -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"

View File

@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package wshclient
import (