diff --git a/cmd/packfiles/main-packfiles.go b/cmd/packfiles/main-packfiles.go index 771a613f0d..ac0fd52acf 100644 --- a/cmd/packfiles/main-packfiles.go +++ b/cmd/packfiles/main-packfiles.go @@ -1,3 +1,6 @@ +// Copyright 2025, Command Line Inc. +// SPDX-License-Identifier: Apache-2.0 + package main import ( diff --git a/emain/docsite.ts b/emain/docsite.ts index 37818b9549..1d7d0affc7 100644 --- a/emain/docsite.ts +++ b/emain/docsite.ts @@ -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"; diff --git a/emain/launchsettings.ts b/emain/launchsettings.ts index cb0c253ad3..987d014371 100644 --- a/emain/launchsettings.ts +++ b/emain/launchsettings.ts @@ -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"; diff --git a/emain/log.ts b/emain/log.ts index bba5e9b88b..6e84ef0ab4 100644 --- a/emain/log.ts +++ b/emain/log.ts @@ -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"; diff --git a/frontend/app/store/wps.ts b/frontend/app/store/wps.ts index dcc06f7b01..605987e2d8 100644 --- a/frontend/app/store/wps.ts +++ b/frontend/app/store/wps.ts @@ -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"; diff --git a/frontend/util/wsutil.ts b/frontend/util/wsutil.ts index dcda5ad31d..0e3baaf7d8 100644 --- a/frontend/util/wsutil.ts +++ b/frontend/util/wsutil.ts @@ -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; diff --git a/pkg/docsite/docsite.go b/pkg/docsite/docsite.go index 949054d861..b4f029b5d7 100644 --- a/pkg/docsite/docsite.go +++ b/pkg/docsite/docsite.go @@ -1,3 +1,6 @@ +// Copyright 2025, Command Line Inc. +// SPDX-License-Identifier: Apache-2.0 + package docsite import ( diff --git a/pkg/remote/awsconn/awsconn.go b/pkg/remote/awsconn/awsconn.go index 655e1fd174..6b7471dbec 100644 --- a/pkg/remote/awsconn/awsconn.go +++ b/pkg/remote/awsconn/awsconn.go @@ -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 diff --git a/pkg/shellexec/conninterface.go b/pkg/shellexec/conninterface.go index bb2e9c0d6a..1834b595c0 100644 --- a/pkg/shellexec/conninterface.go +++ b/pkg/shellexec/conninterface.go @@ -1,3 +1,6 @@ +// Copyright 2025, Command Line Inc. +// SPDX-License-Identifier: Apache-2.0 + package shellexec import ( diff --git a/pkg/trimquotes/trimquotes.go b/pkg/trimquotes/trimquotes.go index 9d7421ad75..a310dd1b0b 100644 --- a/pkg/trimquotes/trimquotes.go +++ b/pkg/trimquotes/trimquotes.go @@ -1,3 +1,6 @@ +// Copyright 2025, Command Line Inc. +// SPDX-License-Identifier: Apache-2.0 + package trimquotes import ( diff --git a/pkg/util/fileutil/fileutil.go b/pkg/util/fileutil/fileutil.go index 6f7562229c..afefbe6f5d 100644 --- a/pkg/util/fileutil/fileutil.go +++ b/pkg/util/fileutil/fileutil.go @@ -1,3 +1,6 @@ +// Copyright 2025, Command Line Inc. +// SPDX-License-Identifier: Apache-2.0 + package fileutil import ( diff --git a/pkg/wps/wpstypes.go b/pkg/wps/wpstypes.go index 1a21046aae..8ef86a5e9e 100644 --- a/pkg/wps/wpstypes.go +++ b/pkg/wps/wpstypes.go @@ -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" diff --git a/pkg/wshrpc/wshclient/barerpcclient.go b/pkg/wshrpc/wshclient/barerpcclient.go index 18a4810e0f..686db3afd6 100644 --- a/pkg/wshrpc/wshclient/barerpcclient.go +++ b/pkg/wshrpc/wshclient/barerpcclient.go @@ -1,3 +1,6 @@ +// Copyright 2025, Command Line Inc. +// SPDX-License-Identifier: Apache-2.0 + package wshclient import (