Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cmd/packfiles/main-packfiles.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions emain/docsite.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
3 changes: 3 additions & 0 deletions emain/launchsettings.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
3 changes: 3 additions & 0 deletions emain/log.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
3 changes: 3 additions & 0 deletions frontend/app/store/wps.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
3 changes: 3 additions & 0 deletions frontend/util/wsutil.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
3 changes: 3 additions & 0 deletions pkg/docsite/docsite.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package docsite

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/remote/awsconn/awsconn.go
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions pkg/shellexec/conninterface.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package shellexec

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/trimquotes/trimquotes.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package trimquotes

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/util/fileutil/fileutil.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package fileutil

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/wps/wpstypes.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 3 additions & 0 deletions pkg/wshrpc/wshclient/barerpcclient.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package wshclient

import (
Expand Down
Loading