Skip to content

Commit 50b80a1

Browse files
authored
Add license identifiers to missing files (#1806)
1 parent 4e0a290 commit 50b80a1

13 files changed

Lines changed: 39 additions & 0 deletions

File tree

cmd/packfiles/main-packfiles.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package main
25

36
import (

emain/docsite.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
import { ipcMain } from "electron";
25
import { getWebServerEndpoint } from "../frontend/util/endpoints";
36
import { fetch } from "../frontend/util/fetchutil";

emain/launchsettings.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
import fs from "fs";
25
import path from "path";
36
import { getWaveConfigDir } from "./platform";

emain/log.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
import path from "path";
25
import { format } from "util";
36
import winston from "winston";

frontend/app/store/wps.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
import { isBlank } from "@/util/util";
25
import { Subject } from "rxjs";
36
import { sendRawRpcMessage } from "./ws";

frontend/util/wsutil.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
import type { WebSocket as NodeWebSocketType } from "ws";
25

36
let NodeWebSocket: typeof NodeWebSocketType = null;

pkg/docsite/docsite.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package docsite
25

36
import (

pkg/remote/awsconn/awsconn.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
// Description: This package is used to create a connection to AWS services.
25
package awsconn
36

pkg/shellexec/conninterface.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package shellexec
25

36
import (

pkg/trimquotes/trimquotes.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package trimquotes
25

36
import (

0 commit comments

Comments
 (0)