Skip to content

Commit b51ff83

Browse files
authored
Happy new year! (#1684)
Update all 2024 references to 2025
1 parent d2802ad commit b51ff83

File tree

299 files changed

+312
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+312
-312
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 Command Line Inc.
189+
Copyright 2025 Command Line Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

Diff for: NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright 2024, Command Line Inc.
1+
Copyright 2025, Command Line Inc.

Diff for: cmd/generatego/main-generatego.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package main

Diff for: cmd/generatets/main-generatets.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package main
@@ -31,7 +31,7 @@ func generateTypesFile(tsTypesMap map[reflect.Type]string) error {
3131
return fmt.Errorf("error generating wsh server types: %w", err)
3232
}
3333
var buf bytes.Buffer
34-
fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n")
34+
fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n")
3535
fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n")
3636
fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n")
3737
fmt.Fprintf(&buf, "declare global {\n\n")
@@ -66,7 +66,7 @@ func generateServicesFile(tsTypesMap map[reflect.Type]string) error {
6666
fileName := "frontend/app/store/services.ts"
6767
var buf bytes.Buffer
6868
fmt.Fprintf(os.Stderr, "generating services file to %s\n", fileName)
69-
fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n")
69+
fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n")
7070
fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n")
7171
fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n")
7272
fmt.Fprintf(&buf, "import * as WOS from \"./wos\";\n\n")
@@ -89,7 +89,7 @@ func generateWshClientApiFile(tsTypeMap map[reflect.Type]string) error {
8989
var buf bytes.Buffer
9090
declMap := wshrpc.GenerateWshCommandDeclMap()
9191
fmt.Fprintf(os.Stderr, "generating wshclientapi file to %s\n", fileName)
92-
fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n")
92+
fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n")
9393
fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n")
9494
fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n")
9595
fmt.Fprintf(&buf, "import { WshClient } from \"./wshclient\";\n\n")

Diff for: cmd/server/main-server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package main

Diff for: cmd/test/test-main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package main

Diff for: cmd/wsh/cmd/csscolormap.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-ai.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-conn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-connserver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-createblock.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-debug.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-deleteblock.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-editconfig.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-editor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-file-util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-file.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-getmeta.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-getvar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-notify.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-rcfiles.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-readfile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-run.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-setbg.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-setconfig.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-setmeta.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-setvar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-shell-unix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//go:build !windows
22

3-
// Copyright 2024, Command Line Inc.
3+
// Copyright 2025, Command Line Inc.
44
// SPDX-License-Identifier: Apache-2.0
55

66
package cmd

Diff for: cmd/wsh/cmd/wshcmd-shell-win.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//go:build windows
22

3-
// Copyright 2024, Command Line Inc.
3+
// Copyright 2025, Command Line Inc.
44
// SPDX-License-Identifier: Apache-2.0
55

66
package cmd

Diff for: cmd/wsh/cmd/wshcmd-ssh.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-term.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-view.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-wavepath.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-web.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-workspace.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/cmd/wshcmd-wsl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

Diff for: cmd/wsh/main-wsh.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package main

Diff for: db/db.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package db

Diff for: electron.vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import react from "@vitejs/plugin-react-swc";

Diff for: emain/authkey.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { ipcMain } from "electron";

Diff for: emain/emain-activity.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
// for activity updates

Diff for: emain/emain-tabview.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { FileService } from "@/app/store/services";

Diff for: emain/emain-util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import * as electron from "electron";

Diff for: emain/emain-wavesrv.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import * as electron from "electron";

Diff for: emain/emain-web.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { ipcMain, webContents, WebContents } from "electron";

Diff for: emain/emain-window.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { ClientService, FileService, ObjectService, WindowService, WorkspaceService } from "@/app/store/services";

Diff for: emain/emain-wsh.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { FileService, WindowService } from "@/app/store/services";

Diff for: emain/emain.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { RpcApi } from "@/app/store/wshclientapi";

Diff for: emain/menu.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { waveEventSubscribe } from "@/app/store/wps";

Diff for: emain/platform.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { fireAndForget } from "@/util/util";

Diff for: emain/preload-webview.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
const { ipcRenderer } = require("electron");

Diff for: emain/preload.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { contextBridge, ipcRenderer, WebviewTag } from "electron";

Diff for: emain/updater.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { dialog, ipcMain, Notification } from "electron";

Diff for: frontend/app/app-bg.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { getWebServerEndpoint } from "@/util/endpoints";

Diff for: frontend/app/app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { Workspace } from "@/app/workspace/workspace";

Diff for: frontend/app/block/block.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import {

Diff for: frontend/app/block/blockframe.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import {

Diff for: frontend/app/block/blocktypes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { NodeModel } from "@/layout/index";

Diff for: frontend/app/block/blockutil.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
import { NumActiveConnColors } from "@/app/block/blockframe";

0 commit comments

Comments
 (0)